chore(deps): update dependency kubernetes-sigs/kustomize to v3 #33

Open
renovatebot wants to merge 1 commit from renovate/kubernetes-sigs-kustomize-3.x into main
Collaborator

This PR contains the following updates:

Package Update Change
kubernetes-sigs/kustomize major kustomize%2Fv5.4.3 -> v3.3.1

Release Notes

kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)

v3.3.1

Compare Source

Test of new API goreleaser-driven release process. LGTM.

Ignore the assets, as there's just a binary that prints the API version number.
The important thing with this release is that one may

require sigs.k8s.io/kustomize/v3 v3.3.1

from your go.mod file.

Changelog

78d14d0 Introduce dummy program to help with API releases.
40ed9e6 fix zh-doc
3cf6b8e v3.3.0 release notes
281f932 zh example:chart,secret generator plugin

v3.3.0

Compare Source

First release of the kustomize API-only module, with the CLI removed.

See https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v3.3.0.md

v3.2.0

Compare Source

Changelog

f59d799 Add an example of reusable builtin plugins with custom config.
3f1b2bb Add configs
aabbbf0 Add cover target to Makefile
5dfa929 Add create subcommand
ed91bce Add example plugin for go-getter
7783a76 Add internal tooling library for index queries.
66fa2de Add main backend service and configurations
64341a8 Add short version flag
e898c52 Add test for name conflict with base reuse
aa2bf7e Adds frontend + configs to interal/tools/ui
02f6b3e Allow replicas to find modified names.
6a4150d Amend go-getter plugin document according to comments
963913f Automatically anchor resource selector patterns
1237ae4 Consider currentId when replacing/merging resources
c2d6f09 Crawler performance improvements, better structure
24c173a Detect ID conflicts in namespace transformer
dd5b3c1 Do not prefix/suffix APIService resources
2de052e Download submodules when using base from git
2050afd Ease doing custom configuration of builtin plugins.
74ed0b3 Example of configuring builtin plugin.
351df67 First draft of documentation for internal/tools
44b62a8 Fix indirect git resource cycle detection
fa834f9 Fix non-travis tests.
8e9c08e Fix patch path example
bafd6b5 Fix typo in patches definition
594a06d Fixes to create sub-command
adbb622 Handle git:: prefix in urls containing _git
96c5b4a Handle ordering patches with SMP delete directives
ca41674 Implementation of basic crawler organisation.
62edcae Implementation of configurable github crawler.
ac6918d Implementation of github query helper library.
e0d388c Implements search query partitioning by filesize.
c02b4f3 Initial (temporary) implementation of search doc.
2e6dd48 IsInKustomizeCtx should use end of nameprefix array (1/3)
6e13acf IsInKustomizeCtx should use end of nameprefix array (2/3)
93cedba IsInKustomizeCtx should use end of nameprefix array (3/3)
31262cc IsInKustomizeCtx should use end of nameprefix array (code review)
fe8ba8e Log loader errors during resource accumulation
54f1952 Log output from git on errors
df779fd Modify document for elasticsearch migration.
e904f61 Move commands/edit utils package up to commands
eeafd43 Remove import of k8sdeps from create command
a68f95b Rename commands utility function file
eaae7af Retain replicas field in edit marshal path
ed3c29b Simplify name reference candidate resmap building
ed920af Support setting command in go-getter plugin
a081534 Test custom configuration of a builtin plugin.
423a8a6 Test examples against HEAD as well as against latest release.
33bd221 Update README.md
fe45157 Update crawler to cache web request form github.
b4d6e89 Update zh-README.md
86f2216 Update zh-example-README.md
6c44da5 add PriorityClass to the order list
4690558 add document for inline patch (#​1411)
9516880 add inline patch document
35481ec add inline patch support for Strategic Merge Patch and JSON patch
e6fffc8 add makefile
b4038a6 add testting for patch transformers
e011f3b change "bases:" to "resources:"
716a730 feat: Add instructions for setting key in configmap
e455acc fix
aedb362 fix doc
73660af fix environment variable typo.
34287e5 fix example-zh-README.md
d3d4908 fix latest version
c2cc93a fix: tempfile(?)
af29855 fix: windows builds
bc303c4 in plugin executor remove unnecessary code and improve error messages
a279c08 make repospec memebers public
4cb8838 plugin/go-getter: support urls including :
2e7ad48 properly omitempty for 'inventory' in 'kustomize'
d3022cc rename to tools directory
78c9729 translate-zh: glossary.md
6cf8b9e update examples-zh
a4e1ba0 update zh doc
6fcb784 use kubectl apply -k # (#​1495)

v3.1.0

Compare Source

Release notes

v3.0.3

Compare Source

Changelog

bfafbbf Add FAQ about how to customize configuration
fb44880 Add back GCP KMS example
08d7c35 Add storage class name ref
580963e Address replacement of digest by ImageTransformer
579995d Address simultaneous transformation of name and namespace
7998ee7 Addresses slice case with notNamespaceable objects
f1dbab9 Convert go plugin example to GPG based
0edab60 Fix typo: kubectl v1.15 -> kubectl v1.14 (#​1333)
9b40f8a Implement code review comments to NameReferenceTransformer changes.
c4d899f Improve NameReference Test cases
0d8d9e2 Move plugin EnvForTest manager into new package
e5ebca6 Test tracking issue "patchesStrategicMerge elements can be dropped"
b43bd54 Update Issue 1264 Reproduction Test
c3ea109 Update goPluginGuidedExample.md
095333f Update references to NewEnvForTest
3c05e2d add extended patch transformer
ed0cfc6 add test for extended patch with overlapping patches
120ba6b docs/versioningPolicy.md: fix expired urls
a85f297 enable extended patch transformer and add tests
6f74419 fix local test failures
f5fc9ac fix local test failures
8121467 fix the ci failure
28d1bad fix the ci failure
dc6dcd8 update the latest version in readme

v3.0.2

Compare Source

Changelog

876f2a8 Fix missing nameReference in default config
145d073 add labels in test patch files
eeed195 include nameprefix and namesuffix to find matched reference for cluster level kinds
33fff65 move strategic merge patch transformer to a builtin transformer
31ab347 refactor the strategic merge patch transformer toward moving it to a plugin (#​1340)

v3.0.1

Compare Source

Changelog

c912bae Enable ns transformer for webhook
f996ac8 Fix typo in the go plugin guide
483188b Generate updated ns transformer
efcb7cc Update README.md
8b60b45 Update README.md
c64a72f Update goPluginGuidedExample.md
3bf13f8 Update goPluginGuidedExample.md
6b597f8 Update v3 notes
49b3247 fix the regression on merging configmap with different namespace

v3.0.0

Compare Source

Release notes

v2.1.0

Compare Source

Release notes

v2.0.3

Compare Source

Changelog

45ba785 Add configmaps test for json string
8bbe147 Add webhooks to order list of gvk
ea3d5e6 Fix for #​818 - Added support for quoted values
eb75203 Fix for #​831 - Ignore domain when finding the image tag
6bfd7cf Improve error handling during var resolution.
ed2ad86 Move trim quotes logic to separate function
ff6cd3c Report unused variables.
1303ea3 Run kustomize tests on OSX
e666630 Simplify map conversion logic
9d77cbe Update golang/x/net dependency to release-branch.go1.11
28cefb3 improve error message for loading files listed under crds
78cbff1 improve error message in json patch transformer
b0c3cd7 update the doc for crds: the files in this list should be openAPI definition
f4eef1d update transformerconfigs/crd example

v2.0.2

Compare Source

Changelog

901455e Add Pod initContainer to var reference
bf1c801 Add doc indicating existing of 'behavior' in configMapGenerator
f5f8e49 Add explanatory comments and format
1f063d6 Add more git url regression coverage
d4d993a Add more resid test coverage.
7d3735b Adding goos and goarch from runtime
1382d87 Change ExpandFileSource to work with key=val patterns
5e6c06f Change imagetag to image in docs/eschewedFeatures.md
0f30c09 Delete extraneous copyright.
773c1f2 Make requested wording changes from PR for behavior document
0488f57 More generator tests.
77eebb8 Review changes
48717f3 Switch to black box testing of KustTarget and Resource
1a03dca Test missing file report
d72b162 add a test for a list with no 'items:' provided
8c93f7b add support for varref in maps values
3118ccf add tests for *List kinds and empty lists
d968c0b add varref mountpath test case
9837b5b add volumeMounts/mountPath to varreference
1eab47b fix abs path with symlinks
1a43759 fix invalid relative path in kustomization.yaml
fdba7df if the kind matches '*List$', treat it as a list
0e459eb prevent panic on image transformer
cebcd8a transformers/image: loop refactoring
b15b204 typo: changes verb number to agree with subject
1d005d4 typo: makes verb number agree with subject

v2.0.1

Compare Source

release notes:

  • add nil pointer check when loading from remote URL #​779
  • improve error message when customization file is not found #​771

Changelog

ccc4461 Fix nil ptr bug
d720e9e Fix some typos in versioning policy
242b920 Improve error msg returned when no kustomization file is found
7c8db24 Rename kv.KVPair to kv.Pair
9e69b9d Typos in versioning
fc5c726 add documentation for kustomize 2.0.0
e41ca93 move package and add tests
e14ebc0 refactor kv pairs


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize) | major | `kustomize%2Fv5.4.3` -> `v3.3.1` | --- ### Release Notes <details> <summary>kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)</summary> ### [`v3.3.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.3.1) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v3.3.0...v3.3.1) Test of new API goreleaser-driven release process. LGTM. Ignore the assets, as there's just a binary that prints the API version number. The important thing with this release is that one may ``` require sigs.k8s.io/kustomize/v3 v3.3.1 ``` from your `go.mod` file. #### Changelog [`78d14d0`](https://github.com/kubernetes-sigs/kustomize/commit/78d14d0d) Introduce dummy program to help with API releases. [`40ed9e6`](https://github.com/kubernetes-sigs/kustomize/commit/40ed9e6a) fix zh-doc [`3cf6b8e`](https://github.com/kubernetes-sigs/kustomize/commit/3cf6b8ec) v3.3.0 release notes [`281f932`](https://github.com/kubernetes-sigs/kustomize/commit/281f9328) zh example:chart,secret generator plugin ### [`v3.3.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.3.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v3.2.0...kustomize/v3.3.0) First release of the kustomize API-only module, with the CLI removed. See https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v3.3.0.md ### [`v3.2.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.2.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v3.1.0...v3.2.0) #### Changelog [`f59d799`](https://github.com/kubernetes-sigs/kustomize/commit/f59d7998) Add an example of reusable builtin plugins with custom config. [`3f1b2bb`](https://github.com/kubernetes-sigs/kustomize/commit/3f1b2bb7) Add configs [`aabbbf0`](https://github.com/kubernetes-sigs/kustomize/commit/aabbbf05) Add cover target to Makefile [`5dfa929`](https://github.com/kubernetes-sigs/kustomize/commit/5dfa9299) Add create subcommand [`ed91bce`](https://github.com/kubernetes-sigs/kustomize/commit/ed91bce2) Add example plugin for go-getter [`7783a76`](https://github.com/kubernetes-sigs/kustomize/commit/7783a76b) Add internal tooling library for index queries. [`66fa2de`](https://github.com/kubernetes-sigs/kustomize/commit/66fa2de0) Add main backend service and configurations [`64341a8`](https://github.com/kubernetes-sigs/kustomize/commit/64341a81) Add short version flag [`e898c52`](https://github.com/kubernetes-sigs/kustomize/commit/e898c522) Add test for name conflict with base reuse [`aa2bf7e`](https://github.com/kubernetes-sigs/kustomize/commit/aa2bf7ed) Adds frontend + configs to interal/tools/ui [`02f6b3e`](https://github.com/kubernetes-sigs/kustomize/commit/02f6b3ec) Allow replicas to find modified names. [`6a4150d`](https://github.com/kubernetes-sigs/kustomize/commit/6a4150d1) Amend go-getter plugin document according to comments [`963913f`](https://github.com/kubernetes-sigs/kustomize/commit/963913f9) Automatically anchor resource selector patterns [`1237ae4`](https://github.com/kubernetes-sigs/kustomize/commit/1237ae43) Consider currentId when replacing/merging resources [`c2d6f09`](https://github.com/kubernetes-sigs/kustomize/commit/c2d6f09e) Crawler performance improvements, better structure [`24c173a`](https://github.com/kubernetes-sigs/kustomize/commit/24c173a4) Detect ID conflicts in namespace transformer [`dd5b3c1`](https://github.com/kubernetes-sigs/kustomize/commit/dd5b3c1e) Do not prefix/suffix APIService resources [`2de052e`](https://github.com/kubernetes-sigs/kustomize/commit/2de052ec) Download submodules when using base from git [`2050afd`](https://github.com/kubernetes-sigs/kustomize/commit/2050afde) Ease doing custom configuration of builtin plugins. [`74ed0b3`](https://github.com/kubernetes-sigs/kustomize/commit/74ed0b30) Example of configuring builtin plugin. [`351df67`](https://github.com/kubernetes-sigs/kustomize/commit/351df67e) First draft of documentation for internal/tools [`44b62a8`](https://github.com/kubernetes-sigs/kustomize/commit/44b62a8e) Fix indirect git resource cycle detection [`fa834f9`](https://github.com/kubernetes-sigs/kustomize/commit/fa834f95) Fix non-travis tests. [`8e9c08e`](https://github.com/kubernetes-sigs/kustomize/commit/8e9c08ea) Fix patch path example [`bafd6b5`](https://github.com/kubernetes-sigs/kustomize/commit/bafd6b54) Fix typo in patches definition [`594a06d`](https://github.com/kubernetes-sigs/kustomize/commit/594a06d3) Fixes to create sub-command [`adbb622`](https://github.com/kubernetes-sigs/kustomize/commit/adbb6228) Handle git:: prefix in urls containing \_git [`96c5b4a`](https://github.com/kubernetes-sigs/kustomize/commit/96c5b4aa) Handle ordering patches with SMP delete directives [`ca41674`](https://github.com/kubernetes-sigs/kustomize/commit/ca41674d) Implementation of basic crawler organisation. [`62edcae`](https://github.com/kubernetes-sigs/kustomize/commit/62edcae2) Implementation of configurable github crawler. [`ac6918d`](https://github.com/kubernetes-sigs/kustomize/commit/ac6918d7) Implementation of github query helper library. [`e0d388c`](https://github.com/kubernetes-sigs/kustomize/commit/e0d388c6) Implements search query partitioning by filesize. [`c02b4f3`](https://github.com/kubernetes-sigs/kustomize/commit/c02b4f3a) Initial (temporary) implementation of search doc. [`2e6dd48`](https://github.com/kubernetes-sigs/kustomize/commit/2e6dd481) IsInKustomizeCtx should use end of nameprefix array (1/3) [`6e13acf`](https://github.com/kubernetes-sigs/kustomize/commit/6e13acfa) IsInKustomizeCtx should use end of nameprefix array (2/3) [`93cedba`](https://github.com/kubernetes-sigs/kustomize/commit/93cedbaa) IsInKustomizeCtx should use end of nameprefix array (3/3) [`31262cc`](https://github.com/kubernetes-sigs/kustomize/commit/31262ccc) IsInKustomizeCtx should use end of nameprefix array (code review) [`fe8ba8e`](https://github.com/kubernetes-sigs/kustomize/commit/fe8ba8e4) Log loader errors during resource accumulation [`54f1952`](https://github.com/kubernetes-sigs/kustomize/commit/54f19521) Log output from git on errors [`df779fd`](https://github.com/kubernetes-sigs/kustomize/commit/df779fd7) Modify document for elasticsearch migration. [`e904f61`](https://github.com/kubernetes-sigs/kustomize/commit/e904f612) Move commands/edit utils package up to commands [`eeafd43`](https://github.com/kubernetes-sigs/kustomize/commit/eeafd435) Remove import of k8sdeps from create command [`a68f95b`](https://github.com/kubernetes-sigs/kustomize/commit/a68f95b6) Rename commands utility function file [`eaae7af`](https://github.com/kubernetes-sigs/kustomize/commit/eaae7af5) Retain replicas field in edit marshal path [`ed3c29b`](https://github.com/kubernetes-sigs/kustomize/commit/ed3c29be) Simplify name reference candidate resmap building [`ed920af`](https://github.com/kubernetes-sigs/kustomize/commit/ed920afb) Support setting command in go-getter plugin [`a081534`](https://github.com/kubernetes-sigs/kustomize/commit/a0815349) Test custom configuration of a builtin plugin. [`423a8a6`](https://github.com/kubernetes-sigs/kustomize/commit/423a8a6e) Test examples against HEAD as well as against latest release. [`33bd221`](https://github.com/kubernetes-sigs/kustomize/commit/33bd221a) Update README.md [`fe45157`](https://github.com/kubernetes-sigs/kustomize/commit/fe45157b) Update crawler to cache web request form github. [`b4d6e89`](https://github.com/kubernetes-sigs/kustomize/commit/b4d6e89f) Update zh-README.md [`86f2216`](https://github.com/kubernetes-sigs/kustomize/commit/86f22161) Update zh-example-README.md [`6c44da5`](https://github.com/kubernetes-sigs/kustomize/commit/6c44da52) add PriorityClass to the order list [`4690558`](https://github.com/kubernetes-sigs/kustomize/commit/46905588) add document for inline patch ([#&#8203;1411](https://github.com/kubernetes-sigs/kustomize/issues/1411)) [`9516880`](https://github.com/kubernetes-sigs/kustomize/commit/95168800) add inline patch document [`35481ec`](https://github.com/kubernetes-sigs/kustomize/commit/35481ec6) add inline patch support for Strategic Merge Patch and JSON patch [`e6fffc8`](https://github.com/kubernetes-sigs/kustomize/commit/e6fffc8b) add makefile [`b4038a6`](https://github.com/kubernetes-sigs/kustomize/commit/b4038a6c) add testting for patch transformers [`e011f3b`](https://github.com/kubernetes-sigs/kustomize/commit/e011f3be) change "bases:" to "resources:" [`716a730`](https://github.com/kubernetes-sigs/kustomize/commit/716a7307) feat: Add instructions for setting key in configmap [`e455acc`](https://github.com/kubernetes-sigs/kustomize/commit/e455acc1) fix [`aedb362`](https://github.com/kubernetes-sigs/kustomize/commit/aedb3625) fix doc [`73660af`](https://github.com/kubernetes-sigs/kustomize/commit/73660af1) fix environment variable typo. [`34287e5`](https://github.com/kubernetes-sigs/kustomize/commit/34287e51) fix example-zh-README.md [`d3d4908`](https://github.com/kubernetes-sigs/kustomize/commit/d3d4908f) fix latest version [`c2cc93a`](https://github.com/kubernetes-sigs/kustomize/commit/c2cc93a0) fix: tempfile(?) [`af29855`](https://github.com/kubernetes-sigs/kustomize/commit/af298558) fix: windows builds [`bc303c4`](https://github.com/kubernetes-sigs/kustomize/commit/bc303c46) in plugin executor remove unnecessary code and improve error messages [`a279c08`](https://github.com/kubernetes-sigs/kustomize/commit/a279c08f) make repospec memebers public [`4cb8838`](https://github.com/kubernetes-sigs/kustomize/commit/4cb88386) plugin/go-getter: support urls including `:` [`2e7ad48`](https://github.com/kubernetes-sigs/kustomize/commit/2e7ad48b) properly omitempty for 'inventory' in 'kustomize' [`d3022cc`](https://github.com/kubernetes-sigs/kustomize/commit/d3022ccd) rename to tools directory [`78c9729`](https://github.com/kubernetes-sigs/kustomize/commit/78c97292) translate-zh: glossary.md [`6cf8b9e`](https://github.com/kubernetes-sigs/kustomize/commit/6cf8b9e2) update examples-zh [`a4e1ba0`](https://github.com/kubernetes-sigs/kustomize/commit/a4e1ba05) update zh doc [`6fcb784`](https://github.com/kubernetes-sigs/kustomize/commit/6fcb7840) use `kubectl apply -k` # ([#&#8203;1495](https://github.com/kubernetes-sigs/kustomize/issues/1495)) ### [`v3.1.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.1.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v3.0.3...v3.1.0) [Release notes](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v3.1.0.md) ### [`v3.0.3`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.0.3) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v3.0.2...v3.0.3) #### Changelog [`bfafbbf`](https://github.com/kubernetes-sigs/kustomize/commit/bfafbbf4) Add FAQ about how to customize configuration [`fb44880`](https://github.com/kubernetes-sigs/kustomize/commit/fb44880b) Add back GCP KMS example [`08d7c35`](https://github.com/kubernetes-sigs/kustomize/commit/08d7c35d) Add storage class name ref [`580963e`](https://github.com/kubernetes-sigs/kustomize/commit/580963ea) Address replacement of digest by ImageTransformer [`579995d`](https://github.com/kubernetes-sigs/kustomize/commit/579995dc) Address simultaneous transformation of name and namespace [`7998ee7`](https://github.com/kubernetes-sigs/kustomize/commit/7998ee70) Addresses slice case with notNamespaceable objects [`f1dbab9`](https://github.com/kubernetes-sigs/kustomize/commit/f1dbab9d) Convert go plugin example to GPG based [`0edab60`](https://github.com/kubernetes-sigs/kustomize/commit/0edab60b) Fix typo: kubectl v1.15 -> kubectl v1.14 ([#&#8203;1333](https://github.com/kubernetes-sigs/kustomize/issues/1333)) [`9b40f8a`](https://github.com/kubernetes-sigs/kustomize/commit/9b40f8ab) Implement code review comments to NameReferenceTransformer changes. [`c4d899f`](https://github.com/kubernetes-sigs/kustomize/commit/c4d899f7) Improve NameReference Test cases [`0d8d9e2`](https://github.com/kubernetes-sigs/kustomize/commit/0d8d9e2f) Move plugin EnvForTest manager into new package [`e5ebca6`](https://github.com/kubernetes-sigs/kustomize/commit/e5ebca66) Test tracking issue "patchesStrategicMerge elements can be dropped" [`b43bd54`](https://github.com/kubernetes-sigs/kustomize/commit/b43bd544) Update Issue 1264 Reproduction Test [`c3ea109`](https://github.com/kubernetes-sigs/kustomize/commit/c3ea109b) Update goPluginGuidedExample.md [`095333f`](https://github.com/kubernetes-sigs/kustomize/commit/095333ff) Update references to NewEnvForTest [`3c05e2d`](https://github.com/kubernetes-sigs/kustomize/commit/3c05e2d6) add extended patch transformer [`ed0cfc6`](https://github.com/kubernetes-sigs/kustomize/commit/ed0cfc68) add test for extended patch with overlapping patches [`120ba6b`](https://github.com/kubernetes-sigs/kustomize/commit/120ba6b8) docs/versioningPolicy.md: fix expired urls [`a85f297`](https://github.com/kubernetes-sigs/kustomize/commit/a85f297f) enable extended patch transformer and add tests [`6f74419`](https://github.com/kubernetes-sigs/kustomize/commit/6f744196) fix local test failures [`f5fc9ac`](https://github.com/kubernetes-sigs/kustomize/commit/f5fc9acb) fix local test failures [`8121467`](https://github.com/kubernetes-sigs/kustomize/commit/8121467c) fix the ci failure [`28d1bad`](https://github.com/kubernetes-sigs/kustomize/commit/28d1bad3) fix the ci failure [`dc6dcd8`](https://github.com/kubernetes-sigs/kustomize/commit/dc6dcd81) update the latest version in readme ### [`v3.0.2`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.0.2) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v3.0.1...v3.0.2) #### Changelog [`876f2a8`](https://github.com/kubernetes-sigs/kustomize/commit/876f2a82) Fix missing nameReference in default config [`145d073`](https://github.com/kubernetes-sigs/kustomize/commit/145d0736) add labels in test patch files [`eeed195`](https://github.com/kubernetes-sigs/kustomize/commit/eeed1954) include nameprefix and namesuffix to find matched reference for cluster level kinds [`33fff65`](https://github.com/kubernetes-sigs/kustomize/commit/33fff655) move strategic merge patch transformer to a builtin transformer [`31ab347`](https://github.com/kubernetes-sigs/kustomize/commit/31ab347d) refactor the strategic merge patch transformer toward moving it to a plugin ([#&#8203;1340](https://github.com/kubernetes-sigs/kustomize/issues/1340)) ### [`v3.0.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.0.1) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v3.0.0...v3.0.1) #### Changelog [`c912bae`](https://github.com/kubernetes-sigs/kustomize/commit/c912baeb) Enable ns transformer for webhook [`f996ac8`](https://github.com/kubernetes-sigs/kustomize/commit/f996ac82) Fix typo in the go plugin guide [`483188b`](https://github.com/kubernetes-sigs/kustomize/commit/483188ba) Generate updated ns transformer [`efcb7cc`](https://github.com/kubernetes-sigs/kustomize/commit/efcb7cc5) Update README.md [`8b60b45`](https://github.com/kubernetes-sigs/kustomize/commit/8b60b456) Update README.md [`c64a72f`](https://github.com/kubernetes-sigs/kustomize/commit/c64a72f1) Update goPluginGuidedExample.md [`3bf13f8`](https://github.com/kubernetes-sigs/kustomize/commit/3bf13f83) Update goPluginGuidedExample.md [`6b597f8`](https://github.com/kubernetes-sigs/kustomize/commit/6b597f87) Update v3 notes [`49b3247`](https://github.com/kubernetes-sigs/kustomize/commit/49b32473) fix the regression on merging configmap with different namespace ### [`v3.0.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.0.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/pluginator/v2.1.0...v3.0.0) [Release notes](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v3.0.0.md) ### [`v2.1.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.1.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v2.0.3...pluginator/v2.1.0) [Release notes](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v2.1.0.md) ### [`v2.0.3`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.3) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v2.0.2...v2.0.3) #### Changelog [`45ba785`](https://github.com/kubernetes-sigs/kustomize/commit/45ba7856) Add configmaps test for json string [`8bbe147`](https://github.com/kubernetes-sigs/kustomize/commit/8bbe147c) Add webhooks to order list of gvk [`ea3d5e6`](https://github.com/kubernetes-sigs/kustomize/commit/ea3d5e68) Fix for [#&#8203;818](https://github.com/kubernetes-sigs/kustomize/issues/818) - Added support for quoted values [`eb75203`](https://github.com/kubernetes-sigs/kustomize/commit/eb752039) Fix for [#&#8203;831](https://github.com/kubernetes-sigs/kustomize/issues/831) - Ignore domain when finding the image tag [`6bfd7cf`](https://github.com/kubernetes-sigs/kustomize/commit/6bfd7cff) Improve error handling during var resolution. [`ed2ad86`](https://github.com/kubernetes-sigs/kustomize/commit/ed2ad860) Move trim quotes logic to separate function [`ff6cd3c`](https://github.com/kubernetes-sigs/kustomize/commit/ff6cd3ca) Report unused variables. [`1303ea3`](https://github.com/kubernetes-sigs/kustomize/commit/1303ea39) Run kustomize tests on OSX [`e666630`](https://github.com/kubernetes-sigs/kustomize/commit/e666630d) Simplify map conversion logic [`9d77cbe`](https://github.com/kubernetes-sigs/kustomize/commit/9d77cbea) Update golang/x/net dependency to release-branch.go1.11 [`28cefb3`](https://github.com/kubernetes-sigs/kustomize/commit/28cefb3b) improve error message for loading files listed under crds [`78cbff1`](https://github.com/kubernetes-sigs/kustomize/commit/78cbff16) improve error message in json patch transformer [`b0c3cd7`](https://github.com/kubernetes-sigs/kustomize/commit/b0c3cd75) update the doc for crds: the files in this list should be openAPI definition [`f4eef1d`](https://github.com/kubernetes-sigs/kustomize/commit/f4eef1dc) update transformerconfigs/crd example ### [`v2.0.2`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.2) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/v2.0.1...v2.0.2) #### Changelog [`901455e`](https://github.com/kubernetes-sigs/kustomize/commit/901455eb) Add Pod initContainer to var reference [`bf1c801`](https://github.com/kubernetes-sigs/kustomize/commit/bf1c801a) Add doc indicating existing of 'behavior' in configMapGenerator [`f5f8e49`](https://github.com/kubernetes-sigs/kustomize/commit/f5f8e49f) Add explanatory comments and format [`1f063d6`](https://github.com/kubernetes-sigs/kustomize/commit/1f063d67) Add more git url regression coverage [`d4d993a`](https://github.com/kubernetes-sigs/kustomize/commit/d4d993a5) Add more resid test coverage. [`7d3735b`](https://github.com/kubernetes-sigs/kustomize/commit/7d3735b1) Adding goos and goarch from runtime [`1382d87`](https://github.com/kubernetes-sigs/kustomize/commit/1382d87d) Change ExpandFileSource to work with key=val patterns [`5e6c06f`](https://github.com/kubernetes-sigs/kustomize/commit/5e6c06fb) Change imagetag to image in docs/eschewedFeatures.md [`0f30c09`](https://github.com/kubernetes-sigs/kustomize/commit/0f30c09c) Delete extraneous copyright. [`773c1f2`](https://github.com/kubernetes-sigs/kustomize/commit/773c1f21) Make requested wording changes from PR for behavior document [`0488f57`](https://github.com/kubernetes-sigs/kustomize/commit/0488f570) More generator tests. [`77eebb8`](https://github.com/kubernetes-sigs/kustomize/commit/77eebb89) Review changes [`48717f3`](https://github.com/kubernetes-sigs/kustomize/commit/48717f3f) Switch to black box testing of KustTarget and Resource [`1a03dca`](https://github.com/kubernetes-sigs/kustomize/commit/1a03dcab) Test missing file report [`d72b162`](https://github.com/kubernetes-sigs/kustomize/commit/d72b1623) add a test for a list with no 'items:' provided [`8c93f7b`](https://github.com/kubernetes-sigs/kustomize/commit/8c93f7ba) add support for varref in maps values [`3118ccf`](https://github.com/kubernetes-sigs/kustomize/commit/3118ccfd) add tests for \*List kinds and empty lists [`d968c0b`](https://github.com/kubernetes-sigs/kustomize/commit/d968c0b4) add varref mountpath test case [`9837b5b`](https://github.com/kubernetes-sigs/kustomize/commit/9837b5b4) add volumeMounts/mountPath to varreference [`1eab47b`](https://github.com/kubernetes-sigs/kustomize/commit/1eab47b6) fix abs path with symlinks [`1a43759`](https://github.com/kubernetes-sigs/kustomize/commit/1a43759a) fix invalid relative path in kustomization.yaml [`fdba7df`](https://github.com/kubernetes-sigs/kustomize/commit/fdba7df3) if the kind matches '\*List$', treat it as a list [`0e459eb`](https://github.com/kubernetes-sigs/kustomize/commit/0e459eba) prevent panic on image transformer [`cebcd8a`](https://github.com/kubernetes-sigs/kustomize/commit/cebcd8a4) transformers/image: loop refactoring [`b15b204`](https://github.com/kubernetes-sigs/kustomize/commit/b15b2046) typo: changes verb number to agree with subject [`1d005d4`](https://github.com/kubernetes-sigs/kustomize/commit/1d005d47) typo: makes verb number agree with subject ### [`v2.0.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v2.0.1) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/pluginator/v2.0.0...v2.0.1) release notes: - add nil pointer check when loading from remote URL [#&#8203;779](https://github.com/kubernetes-sigs/kustomize/issues/779) - improve error message when customization file is not found [#&#8203;771](https://github.com/kubernetes-sigs/kustomize/issues/771) #### Changelog [`ccc4461`](https://github.com/kubernetes-sigs/kustomize/commit/ccc44618) Fix nil ptr bug [`d720e9e`](https://github.com/kubernetes-sigs/kustomize/commit/d720e9ef) Fix some typos in versioning policy [`242b920`](https://github.com/kubernetes-sigs/kustomize/commit/242b9209) Improve error msg returned when no kustomization file is found [`7c8db24`](https://github.com/kubernetes-sigs/kustomize/commit/7c8db246) Rename kv.KVPair to kv.Pair [`9e69b9d`](https://github.com/kubernetes-sigs/kustomize/commit/9e69b9dc) Typos in versioning [`fc5c726`](https://github.com/kubernetes-sigs/kustomize/commit/fc5c7264) add documentation for kustomize 2.0.0 [`e41ca93`](https://github.com/kubernetes-sigs/kustomize/commit/e41ca934) move package and add tests [`e14ebc0`](https://github.com/kubernetes-sigs/kustomize/commit/e14ebc0a) refactor kv pairs </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43My4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/kubernetes-sigs-kustomize-3.x:renovate/kubernetes-sigs-kustomize-3.x
git switch renovate/kubernetes-sigs-kustomize-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/kubernetes-sigs-kustomize-3.x
git switch renovate/kubernetes-sigs-kustomize-3.x
git rebase main
git switch main
git merge --ff-only renovate/kubernetes-sigs-kustomize-3.x
git switch renovate/kubernetes-sigs-kustomize-3.x
git rebase main
git switch main
git merge --no-ff renovate/kubernetes-sigs-kustomize-3.x
git switch main
git merge --squash renovate/kubernetes-sigs-kustomize-3.x
git switch main
git merge --ff-only renovate/kubernetes-sigs-kustomize-3.x
git switch main
git merge renovate/kubernetes-sigs-kustomize-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
smig/nuc-talos!33
No description provided.