Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#829)
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/yaml/releases">sigs.k8s.io/yaml's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <ul> <li>Adds a goyaml.v2 subpackage containing a fork of gopkg.in/yaml.v2 at v2.4.0</li> <li>Adds a goyaml.v3 subpackage containing a fork of gopkg.in/yaml.v3 at v3.0.1</li> <li>Adds an <code>Encoder#CompactSeqIndent()</code> encoder option to sigs.k8.io/goyaml.v3 to allow opting into indentation compatible with gopkg.in/yaml.v2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/c3772b51db126345efe2dfe4ff8dac83b8141684"><code>c3772b5</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/yaml/issues/97">#97</a> from liggitt/owners</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/604031bda70b1c4d3bdc546c1c25ab43a91d9665"><code>604031b</code></a> Update owners</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/eead4671ee7dfc0fdd2ece208b6a43470643247c"><code>eead467</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/yaml/issues/76">#76</a> from natasha41575/go-yaml-fork</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/f2c02299d45588430e09dff6f51ac60d33126e5f"><code>f2c0229</code></a> add test demonstrating consistency between yaml.v2 and yaml.v3</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/20d25fa148ad215b240c7030803cb49ffca5e8b0"><code>20d25fa</code></a> update LICENSE, owners, and readmes</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/a7b56652b1f3ff9b7af4b4fd32021c9f1c19abeb"><code>a7b5665</code></a> exclude forked libs from golint</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/b6d8b4506c6b4d97e8acb8ecc315607bf11e30bc"><code>b6d8b45</code></a> fix leading newline issue</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/330e1e54d757cdcf6d0785ed5551b315935f877e"><code>330e1e5</code></a> make sequence style configurable</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/70ebea73be76b7d17736fe843698af8d4594f2c9"><code>70ebea7</code></a> change import paths to forked yaml libs</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/b96582ba35aa64170bc05e26895fa0a8a12e6d7c"><code>b96582b</code></a> fork go-yaml v2 and v3</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/yaml/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/yaml&package-manager=go_modules&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
- Loading branch information