Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump sigs.k8s.io/kustomize/kyaml from 0.13.0 to 0.15.0 #847

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps sigs.k8s.io/kustomize/kyaml from 0.13.0 to 0.15.0.

Release notes

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

api/v0.15.0

#5167: kustomize: Add support for OCI based helm repos #5189: Add test for issue #5131 #5193: [refactor]: Internalize loader api #5194: fix a patch files accept multiple patches #5196: fix: patch additions honor source key style #5197: Switch to json-patch v5 #5225: Add accumulateResources error tests for local files #5261: [Refactor] Move image to internal #5262: [Refactor] Internalize konfig constants #5263: Fix reject needing both current and previous ids #5342: Update imdario/mergo to v0.3.13 #5353: git submodule need origin #5367: fix: add namespace option to 'edit add configmap' command #5393: Update kyaml to v0.15.0

kyaml/v0.15.0

#5076: perf: limit initSchema calls from openapi.IsNamespaceScoped #5167: kustomize: Add support for OCI based helm repos #5196: fix: patch additions honor source key style #5291: refactor: Remove setters from kyaml #5324: update deprecated doc refs #5370: merge2: fix duplicate test case

kyaml/v0.14.3

#5155: performance: eliminate unnecessary RNode creation #5186: Update gnostic dependency with gnostic-models #5187: Bump to go 1.20

kyaml/v0.14.2

#5096: prevent all uses of YAML aliases from being overwritten by a transformer #5145: Add DeepCopy for ResourceMeta and ObjectMeta

kyaml/v0.14.1

#5058: perf: optimize Gvk.ApiVersion()

kyaml/v0.14.0

Breaking changes

#4926: copyutils.CopyDir() now requires a FileSystem argument #4019: remove Resid.LegacySortString()

Features

#4886: add creation support to PathMatcher filter #4947: Allow fieldspecs (used in advanced transformer configuration) to start with a slash.

Bug fixes/performance improvements

#4944: Refactor mapping node traversal and optimize RNode.GetAnnotations and RNode.GetLabels

... (truncated)

Commits
  • 5497967 Merge pull request #5394 from koba1t/pinToCmdConfig
  • 0115ae6 Update cmd/config to v0.12.0
  • bb50224 Merge pull request #5393 from koba1t/pinToKyaml
  • 8668b74 Update kyaml to v0.15.0
  • 752bb2e Merge pull request #5303 from antoooks/refactor/ci-tasks-improvement-new
  • bde28b1 Merge pull request #5324 from charles-chenzz/fix_doc_refs
  • 689dcef Merge pull request #5378 from kubernetes-sigs/dependabot/go_modules/cmd/deppr...
  • f3e263a build(deps): bump golang.org/x/net in /cmd/depprobcheck
  • fa48ab1 Merge pull request #5377 from kubernetes-sigs/dependabot/go_modules/functions...
  • 0eca5c4 build(deps): bump golang.org/x/net
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.13.0 to 0.15.0.
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.13.0...api/v0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/kustomize/kyaml-0.15.0 branch from bc529e8 to b9f0a52 Compare October 24, 2023 13:08
@openshift-ci
Copy link

openshift-ci bot commented Oct 24, 2023

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/ocp-latest-e2e b9f0a52 link true /test ocp-latest-e2e
ci/prow/ocp-latest-ci-index-quay b9f0a52 link true /test ocp-latest-ci-index-quay
ci/prow/ocp-latest-images b9f0a52 link true /test ocp-latest-images

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

Superseded by #911.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/kustomize/kyaml-0.15.0 branch April 22, 2024 07:22
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
Development

Successfully merging this pull request may close these issues.

1 participant