chore(deps): update dependency kubernetes-sigs/kustomize to v4.5.7 #4

Merged
xoxys merged 1 commits from renovate/kubernetes-sigs-kustomize-4.x into main 2022-12-22 14:23:06 +01:00
Member

This PR contains the following updates:

Package Update Change
kubernetes-sigs/kustomize minor v4.1.2 -> v4.5.7

Release Notes

kubernetes-sigs/kustomize

v4.5.7

Compare Source

Due to an oversight, kustomize v4.5.6 has the golang testing library compiled in unnecessarily. This is a rerelease with the same functionality, but without the unnecessary additional library compiled in.

Dependency changes

#​4743: Pin to kyaml v0.13.9
#​4744: pin to cmd/config 0.10.9
#​4745: pin to api v0.12.1

v4.5.6

Compare Source

Due to an oversight, kustomize v4.5.6 has the golang testing library compiled in unnecessarily. It is advised that you upgrade to v4.5.7, which doesn't have the testing library compiled in.

Small features

#​4704: Option to customize NamespaceTransformer role binding subject handling
#​4708: Option to customize NamespaceTransformer overwrite behaviour

Bug fixes

#​4700: Correctly detect ambiguity between potential referrers when targeting a name+namespace reference
#​4703: Fix NameReference transformer handling of self-references in annotations
#​4730: Emit a warning when env loading bug is being relied on
#​4667: Replacements: fix issue with create: true option when there is an existing field

Dependency Changes

#​4736: Pin to kyaml v0.13.8
#​4737: Pin cmd/config 0.10.8
#​4738: Pin to api v0.12.0
#​4675: Update dependency github.com/xlab/treeprint to v1.1.0

v4.5.5

Compare Source

This release is expected to have significant performance improvements for a good portion of inputs, due to #​4568.

Small features

#​4209: [Address #​3937] Add labels to template/metadata if includeTemplates is true
#​4364: Add tagsuffix to take image tag suffix
#​4567: Add support for remote OpenAPI schema

Bug fixes and performance improvements

#​4568: openapi parsing performance improvement with protobuffer
#​4489: Fix containerized function mounts issue
#​4577: Fix error message using replacement wildcard and create option
#​4565: Raise error for external generators or transformers

Dependency changes

#​4644: Update kyaml to v0.13.7
#​4645: Update cmd/config to v0.10.7
#​4646: Update api to v0.11.5

v4.5.4

Compare Source

#​4538: move to google/gnostic v0.5.7-v3refs (required for kubectl integration update)
https://github.com/kubernetes-sigs/kustomize/pull/4545: Add more name refs to PodTemplate for ConfigMap and Secret
#​4547: Update kyaml to v0.13.6
#​4549: Update cmd/config to v0.10.6
#​4550: Update api to api/v0.11.4

v4.5.3

Compare Source

Enhancements

97de780 Support expanding anchor tags (#​4383)
26b9af0 Allow setting every array element in replacements (https://github.com/kubernetes-sigs/kustomize/pull/4424)
d1d578c Support for multiple replacements in a single file (https://github.com/kubernetes-sigs/kustomize/pull/4485)

Bug Fixes

7b0ec99 Retain quotes in namespace transformer filter (#​4421)
cb80659 Preserve scalar types when using the replacement filter (https://github.com/kubernetes-sigs/kustomize/pull/4494)
7a3c426 Fix image name parsing with tag and digest (https://github.com/kubernetes-sigs/kustomize/pull/4406)
3421fcf bump dependency cobra to pick up latest vulnerability solution

v4.5.2

Compare Source

2f17803 Fix regression: Support for pseudo git HTTP urls in the git cloner had broken in 59c8265 (#​4453)
b73dfe7 Remove exclude statements from kustomize module (https://github.com/kubernetes-sigs/kustomize/pull/4387)

v4.5.1

Compare Source

Known issues:

a86723c Fix regression #​4388 (introduced in kustomize 4.5.0), which changed the order of resources produced by kustomize build. (#​4445)

v4.5.0

Compare Source

Known issues
New enhancements
  • New field in kustomization, buildMetadata. See docs here.
  • New command kustomize edit add buildmetadata (#​4413)
  • Refactor the PrefixSuffixTransformer into separate prefix- and suffix transformers, enabling the user to use the PrefixTransformer or SuffixTransformer individually in the transformers field. (#​4318)
  • kustomize build ... now completes file paths on ZSH. (#​4310)
  • New command kustomize edit add generator (https://github.com/kubernetes-sigs/kustomize/pull/4361)
Deprecations
  • 2554d69 Deprecate enable-managedby-label flag in favor of a field (#​4377)

v4.4.1

Compare Source

This release restores the Windows binary and introduces ppc64le and s390x binaries.

b6cb6c8 fix build annotations getting lost after applying JSON 6902 patch (#​4266)
d8f406d Fix: replacements entries get source and targets with null value appended (#​4271)
ef5f1d3 support label and annotation selection in replacement targets (#​4229)
ba051c8 fix issue with quote being dropped in configmap generation (#​4242)
0d8c107 fix issue with openapi schema from components (#​4210)

v4.4.0

Compare Source

The headline feature of this release is improved support for YAML anchors and aliases, which will be expanded by default as of this version. (Issue #​3675; PRs #​4114 and #​4187)

Additional features and fixes include:

  • 12c177a fixes 4123; added length check on originalFields of kustomizationFile to prevent panic when kustomization file began with a comment(or a blank line) followed by a document separator

v4.3.0

Compare Source

7b5e43d Feature: Add edit set annotation (#​4073)
0537b59 support yaml formatted openapi schema (#​4017)
1e1b9b4 exec function working dir is the kustomization that referenced it (#​4125)
38b2b33 update openapi to v1.21.2, fixing batch/v1 CronJob patching behavior (#​4112)
e1804cb Retain field order after running any arbitrary functions on resources (#​4021)
78737f5 Updated ByteReader to allow white space and comments on the same line after --- and throw an error if anything else is detected (#​4014)
16dcc98 deprecate some cfg commands (#​4048 )
3350c72 option for origin data as annotation (#​4065)
97e7cb1 remove annotations added by the kyaml reader (#​4091)

v4.2.0

Compare Source

New experimental command to automatically migrate vars to replacements: kustomize edit fix —vars. For details, run kustomize edit fix -h. Warning: converting vars to replacements will potentially overwrite many resource files and in rare scenarios may not produce the same output when kustomize build is run. We recommend doing this in a clean git repository where the change is easy to undo.

a1746f2 Pin to api v0.8.11
bb6f83f Pin to cmd/config v0.9.13
aa92d83 Pin to kyaml (#​4020)
217e5c7 fix openapi command help page
7fae7d1 Move api/filesys to kyaml/filesys (#​3997)
c19a972 expose --as-current-user via AddFunctionBasicsFlags
3b37fed convert vars to replacements: mapping value with dot
f121e74 convert vars to replacements
24294d3 upgrade json-patch 4.11.0
a3ed120 Handle errors
f6e6ac0 Back to development mode; unpin the modules

v4.1.3

Compare Source

  • New experimental ReplacementTransformer, docs on the way: https://github.com/kubernetes-sigs/cli-experimental/pull/158 (will end up here )
    This will replace the vars feature. Thanks @​natasha41575!
  • Fix for #​3705 (use k8s.io/kube-openapi instead of github.com/go-openapi/spec). Thanks @​gautierdelorme!
  • Allow pulls of openapi data from live API servers (openapi fetch command). Thanks @​natasha41575!
  • Remote git urls can specify a timeout parameter. Thanks to @​joshdk!
  • More examples of helm usage.
  • Speed up cluster-scoped type checks.
  • API changes towards 1.0
    • Gvk and Resid types moved to kyaml
    • Resource now inlines RNode rather than delegating to it
    • Resmap now accepts an kio.Filter visitor (that can change the ResMap size).

afaf7c6 Pin to api v0.8.10
c24daec Pin to cmd/config v0.9.12
51605be Pin to kyaml v0.10.20
3f3d3b1 Replace pkger with embed.FS compatibility
dca13a4 use assert statements for kustomize edit tests
3cf18ad fix test
2bec25b add new fields to ordered fields
6608472 Simplify gvk, speed up cluster-scoped checks.
a4db686 Unpin everything.
5a8a4d4 More pinning.
1235047 Establish pin state.
1e7260b Pin to cmd/config v0.9.11
3a508da Pin to kyaml/v0.10.18
45fc670 update openapi fetch command
bcbfa06 remove go-openapi/spec,validate,strfmt from kustomize/
38e9c34 Back to dev mode; unpin the modules.


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) | minor | `v4.1.2` -> `v4.5.7` | --- ### Release Notes <details> <summary>kubernetes-sigs/kustomize</summary> ### [`v4.5.7`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.7) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.6...kustomize/v4.5.7) Due to an oversight, kustomize v4.5.6 has the golang testing library compiled in unnecessarily. This is a rerelease with the same functionality, but without the unnecessary additional library compiled in. ##### Dependency changes [#&#8203;4743](https://github.com/kubernetes-sigs/kustomize/issues/4743): Pin to kyaml v0.13.9 [#&#8203;4744](https://github.com/kubernetes-sigs/kustomize/issues/4744): pin to cmd/config 0.10.9 [#&#8203;4745](https://github.com/kubernetes-sigs/kustomize/issues/4745): pin to api v0.12.1 ### [`v4.5.6`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.6) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.5...kustomize/v4.5.6) Due to an oversight, kustomize v4.5.6 has the golang testing library compiled in unnecessarily. It is advised that you upgrade to v4.5.7, which doesn't have the testing library compiled in. ##### Small features [#&#8203;4704](https://github.com/kubernetes-sigs/kustomize/issues/4704): Option to customize NamespaceTransformer role binding subject handling [#&#8203;4708](https://github.com/kubernetes-sigs/kustomize/issues/4708): Option to customize NamespaceTransformer overwrite behaviour ##### Bug fixes [#&#8203;4700](https://github.com/kubernetes-sigs/kustomize/issues/4700): Correctly detect ambiguity between potential referrers when targeting a name+namespace reference [#&#8203;4703](https://github.com/kubernetes-sigs/kustomize/issues/4703): Fix NameReference transformer handling of self-references in annotations [#&#8203;4730](https://github.com/kubernetes-sigs/kustomize/issues/4730): Emit a warning when env loading bug is being relied on [#&#8203;4667](https://github.com/kubernetes-sigs/kustomize/issues/4667): Replacements: fix issue with `create: true` option when there is an existing field ##### Dependency Changes [#&#8203;4736](https://github.com/kubernetes-sigs/kustomize/issues/4736): Pin to kyaml v0.13.8 [#&#8203;4737](https://github.com/kubernetes-sigs/kustomize/issues/4737): Pin cmd/config 0.10.8 [#&#8203;4738](https://github.com/kubernetes-sigs/kustomize/issues/4738): Pin to api v0.12.0 [#&#8203;4675](https://github.com/kubernetes-sigs/kustomize/issues/4675): Update dependency github.com/xlab/treeprint to v1.1.0 ### [`v4.5.5`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.5) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.4...kustomize/v4.5.5) This release is expected to have significant performance improvements for a good portion of inputs, due to [#&#8203;4568](https://github.com/kubernetes-sigs/kustomize/issues/4568). ##### Small features [#&#8203;4209](https://github.com/kubernetes-sigs/kustomize/issues/4209): \[Address [#&#8203;3937](https://github.com/kubernetes-sigs/kustomize/issues/3937)] Add labels to template/metadata if includeTemplates is true [#&#8203;4364](https://github.com/kubernetes-sigs/kustomize/issues/4364): Add tagsuffix to take image tag suffix [#&#8203;4567](https://github.com/kubernetes-sigs/kustomize/issues/4567): Add support for remote OpenAPI schema ##### Bug fixes and performance improvements [#&#8203;4568](https://github.com/kubernetes-sigs/kustomize/issues/4568): openapi parsing performance improvement with protobuffer [#&#8203;4489](https://github.com/kubernetes-sigs/kustomize/issues/4489): Fix containerized function mounts issue [#&#8203;4577](https://github.com/kubernetes-sigs/kustomize/issues/4577): Fix error message using replacement wildcard and create option [#&#8203;4565](https://github.com/kubernetes-sigs/kustomize/issues/4565): Raise error for external generators or transformers ##### Dependency changes [#&#8203;4644](https://github.com/kubernetes-sigs/kustomize/issues/4644): Update kyaml to v0.13.7 [#&#8203;4645](https://github.com/kubernetes-sigs/kustomize/issues/4645): Update cmd/config to v0.10.7 [#&#8203;4646](https://github.com/kubernetes-sigs/kustomize/issues/4646): Update api to v0.11.5 ### [`v4.5.4`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.4) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.3...kustomize/v4.5.4) [#&#8203;4538](https://github.com/kubernetes-sigs/kustomize/issues/4538): move to google/gnostic v0.5.7-v3refs (required for kubectl integration update) https://github.com/kubernetes-sigs/kustomize/pull/4545: Add more name refs to PodTemplate for ConfigMap and Secret [#&#8203;4547](https://github.com/kubernetes-sigs/kustomize/issues/4547): Update kyaml to v0.13.6 [#&#8203;4549](https://github.com/kubernetes-sigs/kustomize/issues/4549): Update cmd/config to v0.10.6 [#&#8203;4550](https://github.com/kubernetes-sigs/kustomize/issues/4550): Update api to api/v0.11.4 ### [`v4.5.3`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.3) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.2...kustomize/v4.5.3) ##### Enhancements [`97de780`](https://github.com/kubernetes-sigs/kustomize/commit/97de780fe) Support expanding anchor tags ([#&#8203;4383](https://github.com/kubernetes-sigs/kustomize/issues/4383)) [`26b9af0`](https://github.com/kubernetes-sigs/kustomize/commit/26b9af037) Allow setting every array element in replacements (https://github.com/kubernetes-sigs/kustomize/pull/4424) [`d1d578c`](https://github.com/kubernetes-sigs/kustomize/commit/d1d578c39) Support for multiple replacements in a single file (https://github.com/kubernetes-sigs/kustomize/pull/4485) ##### Bug Fixes [`7b0ec99`](https://github.com/kubernetes-sigs/kustomize/commit/7b0ec99d9) Retain quotes in namespace transformer filter ([#&#8203;4421](https://github.com/kubernetes-sigs/kustomize/issues/4421)) [`cb80659`](https://github.com/kubernetes-sigs/kustomize/commit/cb80659c2) Preserve scalar types when using the replacement filter (https://github.com/kubernetes-sigs/kustomize/pull/4494) [`7a3c426`](https://github.com/kubernetes-sigs/kustomize/commit/7a3c42689) Fix image name parsing with tag and digest (https://github.com/kubernetes-sigs/kustomize/pull/4406) [`3421fcf`](https://github.com/kubernetes-sigs/kustomize/commit/3421fcf81) bump dependency cobra to pick up latest vulnerability solution ### [`v4.5.2`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.2) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.1...kustomize/v4.5.2) [`2f17803`](https://github.com/kubernetes-sigs/kustomize/commit/2f17803c0) Fix regression: Support for pseudo git HTTP urls in the git cloner had broken in [`59c8265`](https://github.com/kubernetes-sigs/kustomize/commit/59c82659) ([#&#8203;4453](https://github.com/kubernetes-sigs/kustomize/issues/4453)) [`b73dfe7`](https://github.com/kubernetes-sigs/kustomize/commit/b73dfe7f3) Remove exclude statements from kustomize module (https://github.com/kubernetes-sigs/kustomize/pull/4387) ### [`v4.5.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.1) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.5.0...kustomize/v4.5.1) Known issues: - https://github.com/kubernetes-sigs/kustomize/issues/4455 A regression, some HTTP urls are not working properly. [`a86723c`](https://github.com/kubernetes-sigs/kustomize/commit/a86723c) Fix regression [#&#8203;4388](https://github.com/kubernetes-sigs/kustomize/issues/4388) (introduced in kustomize 4.5.0), which changed the order of resources produced by `kustomize build`. ([#&#8203;4445](https://github.com/kubernetes-sigs/kustomize/issues/4445)) ### [`v4.5.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.5.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.4.1...kustomize/v4.5.0) ##### Known issues - This release contains a regression in the legacy sort order. Those using the legacy sort, i.e. `kustomize build` with `--reorder` unset or explicitly set to `legacy`, are advised to skip this release. https://github.com/kubernetes-sigs/kustomize/issues/4388 - https://github.com/kubernetes-sigs/kustomize/issues/4455 Another regression, some HTTP urls are not working properly. ##### New enhancements - New field in kustomization, `buildMetadata`. [See docs here.](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/buildmetadata/) - New command `kustomize edit add buildmetadata` ([#&#8203;4413](https://github.com/kubernetes-sigs/kustomize/issues/4413)) - Refactor the PrefixSuffixTransformer into separate prefix- and suffix transformers, enabling the user to use the PrefixTransformer or SuffixTransformer individually in the transformers field. ([#&#8203;4318](https://github.com/kubernetes-sigs/kustomize/issues/4318)) - `kustomize build ...` now completes file paths on ZSH. ([#&#8203;4310](https://github.com/kubernetes-sigs/kustomize/issues/4310)) - New command `kustomize edit add generator` (https://github.com/kubernetes-sigs/kustomize/pull/4361) ##### Deprecations - [`2554d69`](https://github.com/kubernetes-sigs/kustomize/commit/2554d690c) Deprecate enable-managedby-label flag in favor of a field ([#&#8203;4377](https://github.com/kubernetes-sigs/kustomize/issues/4377)) ### [`v4.4.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.4.1) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.4.0...kustomize/v4.4.1) This release restores the Windows binary and introduces ppc64le and s390x binaries. [`b6cb6c8`](https://github.com/kubernetes-sigs/kustomize/commit/b6cb6c8) fix build annotations getting lost after applying JSON 6902 patch ([#&#8203;4266](https://github.com/kubernetes-sigs/kustomize/issues/4266)) [`d8f406d`](https://github.com/kubernetes-sigs/kustomize/commit/d8f406d) Fix: replacements entries get source and targets with null value appended ([#&#8203;4271](https://github.com/kubernetes-sigs/kustomize/issues/4271)) [`ef5f1d3`](https://github.com/kubernetes-sigs/kustomize/commit/ef5f1d3) support label and annotation selection in replacement targets ([#&#8203;4229](https://github.com/kubernetes-sigs/kustomize/issues/4229)) [`ba051c8`](https://github.com/kubernetes-sigs/kustomize/commit/ba051c8) fix issue with quote being dropped in configmap generation ([#&#8203;4242](https://github.com/kubernetes-sigs/kustomize/issues/4242)) [`0d8c107`](https://github.com/kubernetes-sigs/kustomize/commit/0d8c107) fix issue with openapi schema from components ([#&#8203;4210](https://github.com/kubernetes-sigs/kustomize/issues/4210)) ### [`v4.4.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.4.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.3.0...kustomize/v4.4.0) The headline feature of this release is improved support for YAML anchors and aliases, which will be expanded by default as of this version. (Issue [#&#8203;3675](https://github.com/kubernetes-sigs/kustomize/issues/3675); PRs [#&#8203;4114](https://github.com/kubernetes-sigs/kustomize/issues/4114) and [#&#8203;4187](https://github.com/kubernetes-sigs/kustomize/issues/4187)) Additional features and fixes include: - [`12c177a`](https://github.com/kubernetes-sigs/kustomize/commit/12c177a36) fixes 4123; added length check on originalFields of kustomizationFile to prevent panic when kustomization file began with a comment(or a blank line) followed by a document separator ### [`v4.3.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.3.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.2.0...kustomize/v4.3.0) [`7b5e43d`](https://github.com/kubernetes-sigs/kustomize/commit/7b5e43d34) Feature: Add edit set annotation ([#&#8203;4073](https://github.com/kubernetes-sigs/kustomize/issues/4073)) [`0537b59`](https://github.com/kubernetes-sigs/kustomize/commit/0537b59f2) support yaml formatted openapi schema ([#&#8203;4017](https://github.com/kubernetes-sigs/kustomize/issues/4017)) [`1e1b9b4`](https://github.com/kubernetes-sigs/kustomize/commit/1e1b9b4) exec function working dir is the kustomization that referenced it ([#&#8203;4125](https://github.com/kubernetes-sigs/kustomize/issues/4125)) [`38b2b33`](https://github.com/kubernetes-sigs/kustomize/commit/38b2b33) update openapi to v1.21.2, fixing batch/v1 CronJob patching behavior ([#&#8203;4112](https://github.com/kubernetes-sigs/kustomize/issues/4112)) [`e1804cb`](https://github.com/kubernetes-sigs/kustomize/commit/e1804cb) Retain field order after running any arbitrary functions on resources ([#&#8203;4021](https://github.com/kubernetes-sigs/kustomize/issues/4021)) [`78737f5`](https://github.com/kubernetes-sigs/kustomize/commit/78737f5) Updated ByteReader to allow white space and comments on the same line after --- and throw an error if anything else is detected ([#&#8203;4014](https://github.com/kubernetes-sigs/kustomize/issues/4014)) [`16dcc98`](https://github.com/kubernetes-sigs/kustomize/commit/16dcc98) deprecate some cfg commands ([#&#8203;4048](https://github.com/kubernetes-sigs/kustomize/issues/4048) ) [`3350c72`](https://github.com/kubernetes-sigs/kustomize/commit/3350c72) option for origin data as annotation ([#&#8203;4065](https://github.com/kubernetes-sigs/kustomize/issues/4065)) [`97e7cb1`](https://github.com/kubernetes-sigs/kustomize/commit/97e7cb1) remove annotations added by the kyaml reader ([#&#8203;4091](https://github.com/kubernetes-sigs/kustomize/issues/4091)) ### [`v4.2.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.2.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.1.3...kustomize/v4.2.0) New experimental command to automatically migrate `vars` to `replacements`: `kustomize edit fix —vars`. For details, run `kustomize edit fix -h`. Warning: converting `vars` to `replacements` will potentially overwrite many resource files and in rare scenarios may not produce the same output when `kustomize build` is run. We recommend doing this in a clean git repository where the change is easy to undo. [`a1746f2`](https://github.com/kubernetes-sigs/kustomize/commit/a1746f2f8) Pin to api v0.8.11 [`bb6f83f`](https://github.com/kubernetes-sigs/kustomize/commit/bb6f83fb9) Pin to cmd/config v0.9.13 [`aa92d83`](https://github.com/kubernetes-sigs/kustomize/commit/aa92d83d8) Pin to kyaml ([#&#8203;4020](https://github.com/kubernetes-sigs/kustomize/issues/4020)) [`217e5c7`](https://github.com/kubernetes-sigs/kustomize/commit/217e5c726) fix openapi command help page [`7fae7d1`](https://github.com/kubernetes-sigs/kustomize/commit/7fae7d1bd) Move api/filesys to kyaml/filesys ([#&#8203;3997](https://github.com/kubernetes-sigs/kustomize/issues/3997)) [`c19a972`](https://github.com/kubernetes-sigs/kustomize/commit/c19a97273) expose --as-current-user via AddFunctionBasicsFlags [`3b37fed`](https://github.com/kubernetes-sigs/kustomize/commit/3b37fed24) convert vars to replacements: mapping value with dot [`f121e74`](https://github.com/kubernetes-sigs/kustomize/commit/f121e7474) convert vars to replacements [`24294d3`](https://github.com/kubernetes-sigs/kustomize/commit/24294d3bd) upgrade json-patch 4.11.0 [`a3ed120`](https://github.com/kubernetes-sigs/kustomize/commit/a3ed120ef) Handle errors [`f6e6ac0`](https://github.com/kubernetes-sigs/kustomize/commit/f6e6ac032) Back to development mode; unpin the modules ### [`v4.1.3`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v4.1.3) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v4.1.2...kustomize/v4.1.3) - New experimental ReplacementTransformer, docs on the way: https://github.com/kubernetes-sigs/cli-experimental/pull/158 (will end up [here](https://kubectl.docs.kubernetes.io/references/kustomize) ) This will replace the `vars` feature. Thanks [@&#8203;natasha41575](https://github.com/natasha41575)! - Fix for [#&#8203;3705](https://github.com/kubernetes-sigs/kustomize/issues/3705) (use k8s.io/kube-openapi instead of github.com/go-openapi/spec). Thanks [@&#8203;gautierdelorme](https://github.com/gautierdelorme)! - Allow pulls of openapi data from live API servers (openapi fetch command). Thanks [@&#8203;natasha41575](https://github.com/natasha41575)! - Remote git urls can specify a timeout parameter. Thanks to [@&#8203;joshdk](https://github.com/joshdk)! - More examples of helm usage. - Speed up cluster-scoped type checks. - API changes towards 1.0 - `Gvk` and `Resid` types moved to kyaml - `Resource` now inlines `RNode` rather than delegating to it - `Resmap` now accepts an `kio.Filter` visitor (that can change the ResMap size). [`afaf7c6`](https://github.com/kubernetes-sigs/kustomize/commit/afaf7c62b) Pin to api v0.8.10 [`c24daec`](https://github.com/kubernetes-sigs/kustomize/commit/c24daec48) Pin to cmd/config v0.9.12 [`51605be`](https://github.com/kubernetes-sigs/kustomize/commit/51605beb3) Pin to kyaml v0.10.20 [`3f3d3b1`](https://github.com/kubernetes-sigs/kustomize/commit/3f3d3b17a) Replace pkger with embed.FS compatibility [`dca13a4`](https://github.com/kubernetes-sigs/kustomize/commit/dca13a477) use assert statements for kustomize edit tests [`3cf18ad`](https://github.com/kubernetes-sigs/kustomize/commit/3cf18adae) fix test [`2bec25b`](https://github.com/kubernetes-sigs/kustomize/commit/2bec25b46) add new fields to ordered fields [`6608472`](https://github.com/kubernetes-sigs/kustomize/commit/660847225) Simplify gvk, speed up cluster-scoped checks. [`a4db686`](https://github.com/kubernetes-sigs/kustomize/commit/a4db686b6) Unpin everything. [`5a8a4d4`](https://github.com/kubernetes-sigs/kustomize/commit/5a8a4d47a) More pinning. [`1235047`](https://github.com/kubernetes-sigs/kustomize/commit/123504774) Establish pin state. [`1e7260b`](https://github.com/kubernetes-sigs/kustomize/commit/1e7260b69) Pin to cmd/config v0.9.11 [`3a508da`](https://github.com/kubernetes-sigs/kustomize/commit/3a508da64) Pin to kyaml/v0.10.18 [`45fc670`](https://github.com/kubernetes-sigs/kustomize/commit/45fc67062) update openapi fetch command [`bcbfa06`](https://github.com/kubernetes-sigs/kustomize/commit/bcbfa069a) remove go-openapi/spec,validate,strfmt from kustomize/ [`38e9c34`](https://github.com/kubernetes-sigs/kustomize/commit/38e9c34f0) Back to dev mode; unpin the modules. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC42My4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjMuMSJ9-->
renovator added 1 commit 2022-12-22 14:03:36 +01:00
xoxys merged commit 7715271fd3 into main 2022-12-22 14:23:06 +01:00
xoxys deleted branch renovate/kubernetes-sigs-kustomize-4.x 2022-12-22 14:23:06 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: container/kube-tools#4
No description provided.