Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

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

Release notes

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

kyaml/v0.11.1

1e1b9b484 exec function working dir is the kustomization that referenced it (#4125) 360585dfa Add YAML anchor/alias expansion. (#4114) 6db2bf69f Add FileSystem interface to LocalPackageReadWriter and hook to LocalPackageWriter (#4086) 4eb823249 Added FileSystem field to kio.LocalPackageWriter (#4086) 9b586162d Add FileSystem interface to LocalPackageReadWriter and hook to LocalPackageReader (#4085) e8a4bf6ed Add FileSystem field to LocalPackageReader and one of its tests (#4085) f0b4cc458 ContainerPatch supports all common workload paths (#4113 ) 7a41e479c Filter helper for fallback field lookup (#4113) 38b2b3350 update openapi to v1.21.2 (#4112) c5adafd9c Make UpdateExpectedFromActual work with hierarchical testdata directories (#4076) 0537b59f2 support yaml formatted openapi schema (#4017) ed38b5fe2 Make seq indent configurable and add retain seq indent functionality (#4043) e1804cbc7 Retain field order after running any arbitrary functions on resources (#4021) 78737f5a3 Updated ByteReader to allow white space and comments on the same line after --- and throw an error if anything else is detected (#4014)

api/v0.11.1

a86723c3a Fix regression #4388, which changed the order produced by sorting IdSlice. (kubernetes-sigs/kustomize#4445)

kyaml/v0.11.0

This release updates go-yaml to version 496545a6307b2a7d7a710fd516e5e16e8ab62dbc, which may fix a number of outstanding bugs. Of note, the updated version of go-yaml no longer forces line wrapping on long strings (see go-yaml/yaml#572). Some users may see minor changes to output as a result. In addition, go-yaml is now used via an internal fork that restores previous sequence indentation behavior (the sequence indicator does not count against indentation). See kubernetes-sigs/kustomize#3946.

e583f199b Comment out part of script that is likely only needed on first run 3ab0665c1 fix affected kyaml tests 4b6604373 compact sequence indent 979f03e76 remove serialization hack after bump c8b049f57 point to natasha's fork f3d888304 Internalize forked code e308f321d fix leading newline issue beea785ea tests for compactSeqIndent 95c5b686b add defaultSeqIndent method 0ddf68cc8 compact sequence indentation option 4cadad5cf Internal copy of go-yaml at 496545a6307b2a7d7a710fd516e5e16e8ab62dbc 9e4a6397d Instructions and script for go-yaml fork 2e8a3b7c4 Use the forked go-yaml module 1aa7a1e70 Handle null values while formatting 1801d3328 Add error when datamap is nil b01da61d8 Update argument name 23e28bb18 change marshal indent to 2 (#4005) a1f1c2d32 Add documentation 10331d956 Add GetValidatedDataMap to rnode 60038d44f Add filesys.FileSystem to ignoreFileMatcher (#3994) 7fae7d1bd Move api/filesys to kyaml/filesys (#3997) 0af3a7570 Remove debug fmt.Println breaking kpt Starlark output 2e0556b54 Allow the Handle function of the ResourceHandler interface to return an error

... (truncated)

Commits
  • 3006846 Merge pull request #4448 from natasha41575/pinToCmdConfig
  • 2f9617f Pin to cmd/config v0.10.4
  • 28b3e9f Merge pull request #4446 from natasha41575/pinToKyaml
  • 32e13bd Pin to kyaml v0.13.3
  • fcfd30c Merge pull request #4445 from KnVerey/ordering_regression_4388
  • a86723c Fix regression 4388
  • 01d7fae Merge pull request #4443 from natasha41575/updateProwExamplesTarget
  • 39349c4 Merge pull request #4442 from natasha41575/unpinEverything
  • 836a721 Test examples against latest release
  • 78e8d43 Back to development mode; unpin the modules
  • 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.11.1.
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Changelog](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v2.1.0_changelog.md)
- [Commits](kubernetes-sigs/kustomize@api/v0.10.1...api/v0.11.1)

---
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 3, 2022
@github-actions github-actions bot added the size/S label Feb 3, 2022
@afritzler afritzler merged commit cf35e2e into main Feb 3, 2022
@afritzler afritzler deleted the dependabot/go_modules/sigs.k8s.io/kustomize/api-0.11.1 branch February 3, 2022 12:35
@hardikdr hardikdr added the area/iaas Issues related to IronCore IaaS development. label Jun 26, 2025
@hardikdr hardikdr added this to Roadmap Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/iaas Issues related to IronCore IaaS development. dependencies Pull requests that update a dependency file go Pull requests that update Go code size/S

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants