Commit 412fa52
deps: bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (#1774)
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from
1.5.0 to 1.6.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.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add "kyaml" support and yamlfmt by <a
href="https://github.com/thockin"><code>@thockin</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/yaml/pull/132">kubernetes-sigs/yaml#132</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/048d724aca2d37ddb5b03c90b5b4550a3a48766d"><code>048d724</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/yaml/issues/132">#132</a>
from thockin/master</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/23c836c2b9e98fc38d2c395d780dcfe307d94424"><code>23c836c</code></a>
Bolster tests, mostly in error-handling</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/2e3340bee11ce4edd63e825341ad300a82fd3fb8"><code>2e3340b</code></a>
Add compact output tests</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/4a4f5391cf1fdd74e42c2eb5670e192503377817"><code>4a4f539</code></a>
Add test case for tabs in multi-line strings</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/13509ad300ec7ceb5d79b6d806e345f6ae94b998"><code>13509ad</code></a>
Change which methods get a newline and fix tests</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/59c2c43bdf1970fb0c74682e9b47d4a499ba4358"><code>59c2c43</code></a>
Add compact mode so KYAML can be used in more places</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/abc1add3fd1978eccb8519aa3915c37966693dae"><code>abc1add</code></a>
kyaml: Implement escaping closer to YAML spec</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/7749171ef6cb7be7ccab3e684b030de6125f2c5f"><code>7749171</code></a>
Add a yamlfmt cmd</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/a932007e17c79df3af8eb143ccdbdf2bd696c0c3"><code>a932007</code></a>
Add KYAML support</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/yaml/compare/v1.5.0...v1.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6d8e44f commit 412fa52
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2000 | 2000 | | |
2001 | 2001 | | |
2002 | 2002 | | |
2003 | | - | |
2004 | | - | |
| 2003 | + | |
| 2004 | + | |
2005 | 2005 | | |
2006 | 2006 | | |
0 commit comments