Skip to content

Bump sigs.k8s.io/kustomize/api from 0.10.1 to 0.13.0#397

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/sigs.k8s.io/kustomize/api-0.13.0
Closed

Bump sigs.k8s.io/kustomize/api from 0.10.1 to 0.13.0#397
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/sigs.k8s.io/kustomize/api-0.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2023

Copy link
Copy Markdown
Contributor

Bumps sigs.k8s.io/kustomize/api from 0.10.1 to 0.13.0.

Release notes

Sourced from sigs.k8s.io/kustomize/api's releases.

kyaml/v0.13.0

cb1cbbe04 Fixes 4108; remove hidden files in kustomize edit command to correctly mimic shell globbing behaviour (#4170) ba4d83f75 only override wrapping kind if it wasn't set already (kubernetes-sigs/kustomize#4235) ef5f1d347 support label and annotation selection in replacement targets (kubernetes-sigs/kustomize#4229) 3ea8b7992 update results field of ResourceList to implement function spec v1 (kubernetes-sigs/kustomize#4248) b4a69f08c provide utility helpers for preserving internal annotations (kubernetes-sigs/kustomize#4253) c3c02887e bump ResourceList from v1alpha1 to v1 (kubernetes-sigs/kustomize#4249) 55ac9ca88 fix bug with migrating annotations (kubernetes-sigs/kustomize#4227) 6cf06fac1 update the dockerfile gen command, including to use Go 1.16 for compatibility with the kyaml framework's use of embed (kubernetes-sigs/kustomize#4216)

api/v0.13.0

Breaking changes

  • #4983, #4954, #4922, #4900, #4885: Warning: We made major improvements to the maintainability of the URL-parsing code for remote URLs, fixing several bugs in the process. We have test coverage for backwards-compatibility with all documented supported URLs, but if you experience a regression with a remote URL, please file an issue.
    • #4985: If you previously included .git in an AWS or Azure URL, we will no longer automatically remove that suffix.
    • #4954: Dropped support for using gh: as a host (e.g. gh:kubernetes-sigs/kustomize). We were unable to find any usage of or basis for this and believe it may have been targeting a custom gitconfig shorthand syntax.
  • #4911: Drop support for a very old, legacy style of patches. patches used to be allowed to be used as an alias for patchesStrategicMerge in kustomize v3. You now have to use patchesStrategicMerge explicitly, or update to the new syntax supported by patches. See examples in the PR description of #4911.
  • #4973: Remove long-ignored Inventory field from Kustomization type
  • #4731: Remove a potential build-time side-effect in ConfigMapGenerator and SecretGenerator, which loaded values from the local environment under some circumstances, breaking kustomize build's side-effect-free promise. While this behavior was never intended, we deprecated it and are announcing it as a breaking change since it existed for a long time. See also the Eschewed Features documentation. #4929: Duplicate fields in Kustomization files will now result in an error instead of them silently being ignored in an undefined order.

Deprecations

  • #4723, #4923: Deprecated fields: We are deprecating the following Kustomization fields. These fields will never be removed from the kustomize.config.k8s.io/v1beta1 Kustomization API, but they will not be included in the kustomize.config.k8s.io/v1 Kustomization API. When Kustomization v1 is available, we will announce the deprecation of the v1beta1 version. There will be at least two releases between deprecation and removal of Kustomization v1beta1 support from the kustomize CLI, and removal itself will happen in a future major version bump.
    • patchesStrategicMerge. Please use patches instead
    • patchesJson6902. Please use patches instead
    • vars. Please use replacements instead.
    • imageTags. This is an alias for images, please switch to images.
  • #4954: Deprecate RepoSpec git:: prefix, which is invalid. Kustomize currently strips it, but will stop doing so in a future release.

Features

  • #4019: New kustomization field sortOptions, that lets you configure the sort order of resources. Docs pending: kubernetes-sigs/cli-experimental#306
  • Introduce localizer package that contains kustomize localize command logic
  • #4974: Introduce localizertest package with localizer test helpers
  • #4986: Repospec: support ssh urls with ssh certificates
  • #4926, #4808: Support for more helm template args in the helmCharts field: additionalValuesFiles, skipTests, apiVersions and skipTests.
  • #4886: Wildcard support for creation in ReplacementTransformer
  • #4652: Add Repo method to ifc.Loader interface
  • #4856: Add IsRemoteFile function to loader package
  • #4978: Add HelmDefaultHome field storing name of default chart home directory
  • #5000: Output of kustomize version is improved. YAML and JSON formats are now available via the new --output flag.

Bug Fixes/performance improvements

  • #4863: Fix RepoSpec query extraction
  • #4985: Remove forced .git suffix in RepoSpec
    • Arbitrary git servers that do not follow the .git directory naming convention can now be used with Kustomize.
    • The .git suffix no longer incorrectly appears in origin annotations in some cases.
  • #4895: Name references to local-only objects are now correctly resolved before the objects are removed from the set to be printed.

... (truncated)

Commits
  • f851cc7 Merge pull request #5020 from KnVerey/pinToCmdConfig
  • 7e3ad53 Allow cloud build to authenticate to gh when generating changelog
  • 5cdc080 Update cmd/config to v0.11.0
  • 10fb04c Merge pull request #5019 from KnVerey/pinToKyaml
  • ea8fc77 Update kyaml in the secondary modules
  • e9507c9 Update kyaml to v0.14.0
  • bea105d Merge pull request #5017 from KnVerey/fix-changelog-unauthed
  • e4d7eaa Don't have empty string when no auth info
  • 8594932 Merge pull request #5015 from KnVerey/changelog-auth
  • 0c34cf4 Allow authenticated Github use in changelog script and improve error messages
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) from 0.10.1 to 0.13.0.
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.10.1...api/v0.13.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kustomize/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 2, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 3, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #401.

@dependabot dependabot Bot closed this Feb 3, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/sigs.k8s.io/kustomize/api-0.13.0 branch February 3, 2023 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants