v1.0.8
In this release, following supports are added.
-
customizing an object by JSON patch 6902. JSON patch demo.
-
recognizing digest for image.
kustomize edit set imagetag nginx:1.8.0 my-app:latest alpine@sha256:24a0c4b4a4c0eb97a1aabb8e29f18e917d05abfe1b7a7c07857230879ce7d3d3
will add following content to kustomization.YAML
imageTags: - name: nginx newTag: 1.8.0 - name: my-app newTag: latest - name: alpine digest: sha256:24a0c4b4a4c0eb97a1aabb8e29f18e917d05abfe1b7a7c07857230879ce7d3d3
Changelog
6a3e3c3 Add JSONPatch to kustomization
1c616b1 Add examples and docs for patchesJson6902
95cf508 Add github.com/krishicks/yaml-patch to vendor
8da2f37 Add gopkg.in/yaml.v2 to Gopkg.lock
7811d9f Add multibases test with namereference conflict
21ff81b Add multibases test with namereference nonconflict
7f0e9e3 Add patchJson6902 transformer
6dbf4b5 Apply code review recommendations
9361816 Cleanup addmetadata.
8810027 Enable jsonpath transformers in application
cdbd83a Fix some busted documentation links.
71f5105 Fix typo on staging
5401bd3 Implement support for digests in imageTags
cda909a Remove duplicate code.
340cb2b Remove unnecessary import aliases.
99e770b Remove unused variable.
d782abb Update patch factory and add multi transformer with checking conflicts
cedf215 add PatchJson6902Factory to make transformer
9700bc3 added all the documented secret for storageclasses
ce31dac added storageclass paramether secret for glusterfs configuration with kustomize
3d9d4bd address comments
829cb2b address comments
64fdb8d change github.com/kubernetes-sigs to sigs.k8s.io (#343)
b713d5a change patches to patchesStrategicMerge in tests and examples
7b30144 filter by namespace and nameprefix in namereference transformer
d78e77f fix remote build's for subdirectories
a9f44aa fix the release and build files
a76cb0b force using the git protocol to downlaod every kind of repo non just from github
4a297fa improve idslice
60d8334 remove dependency on internal error
6dc8029 remove go get varcheck
81b5cf6 remove inline json patch format
6457162 use apimachinery for annotation/label validation