Skip to content

Commit

Permalink
chore(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#527)
Browse files Browse the repository at this point in the history
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
k8s-ci-robot authored May 2, 2024
2 parents c7c8d3f + 5c31bf7 commit 3e3f634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
k8s.io/klog/v2 v2.100.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/controller-runtime v0.14.7
sigs.k8s.io/yaml v1.3.0
sigs.k8s.io/yaml v1.4.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -810,5 +810,5 @@ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h6
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=
sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E=
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=

0 comments on commit 3e3f634

Please sign in to comment.