Commit f04ac1c
chore(deps): bump the go group with 3 updates (#716)
Bumps the go group with 3 updates:
[github.com/containers/image/v5](https://github.com/containers/image),
[github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) and
[github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq).
Updates `github.com/containers/image/v5` from 5.36.0 to 5.36.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/containers/image/releases">github.com/containers/image/v5's
releases</a>.</em></p>
<blockquote>
<h2>v5.36.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[release-5.36] Update the CI image, to match Skopeo's updated test
code by <a
href="https://github.com/TomSweeneyRedHat"><code>@TomSweeneyRedHat</code></a>
in <a
href="https://redirect.github.com/containers/image/pull/2913">containers/image#2913</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/containers/image/compare/v5.36.0...v5.36.1">https://github.com/containers/image/compare/v5.36.0...v5.36.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/containers/image/commit/f6ca2da2ec9e4b86231ea7a27499e2a0b35b0d8c"><code>f6ca2da</code></a>
[release-5.36] Bump to c/image v5.36.1</li>
<li><a
href="https://github.com/containers/image/commit/d18da19eb5fea63888ae40c3a15f71ed91b2598f"><code>d18da19</code></a>
[release-5.36] Bump c/storage to v1.59.1</li>
<li><a
href="https://github.com/containers/image/commit/ae0c9f3d762192bf920dfa45869f9eec1925359a"><code>ae0c9f3</code></a>
Merge pull request <a
href="https://redirect.github.com/containers/image/issues/2913">#2913</a>
from TomSweeneyRedHat/dev/tsweeney/cherrypick2907</li>
<li><a
href="https://github.com/containers/image/commit/40d10270ef5ead65fb0ddc84bb1dbdae8c237a60"><code>40d1027</code></a>
[release-5.36] Update the CI image, to match Skopeo's updated test
code</li>
<li>See full diff in <a
href="https://github.com/containers/image/compare/v5.36.0...v5.36.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/runtime` from 0.78.0 to 0.79.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/f227e67fddd8f2773dce0c4666b9b3eeda88dd6b"><code>f227e67</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1001">#1001</a> from
cappyzawa/feat/github-app-support-authmethodsfr...</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/5f5e254bd2d2992a83f7b206ddd68d2f3c30eadb"><code>5f5e254</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c3282981b799477aa47f21d1d056797e27ece5d9"><code>c328298</code></a>
runtime/secrets: add GitHub App support to AuthMethodsFromSecret</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/f01e8d6848ee99f4c3218dbad38361c93033a2d1"><code>f01e8d6</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/999">#999</a> from
abhijith-darshan/feat/gh_app_ca</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/e77a11bc22795a5b3539a84e5a020f50400ea776"><code>e77a11b</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9fd962896811baa09788493fb25a12328555f957"><code>9fd9628</code></a>
git/github: Add support for mTLS to GitHub App transport</li>
<li>See full diff in <a
href="https://github.com/fluxcd/pkg/compare/runtime/v0.78.0...runtime/v0.79.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/mikefarah/yq/v4` from 4.45.4 to 4.47.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mikefarah/yq/releases">github.com/mikefarah/yq/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.47.1 - Merge Anchor fixes (with flag)</h2>
<ul>
<li>Fixed merge anchor behaviour (<code><<</code>); <a
href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2110">#2110</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2386">#2386</a>,
<a href="https://redirect.github.com/mikefarah/yq/issues/2178">#2178</a>
Huge thanks to <a
href="https://github.com/stevenwdv"><code>@stevenwdv</code></a>!
Note that you will need to set --yaml-fix-merge-anchor-to-spec to see
the fixes</li>
<li>Fixed panic for syntax error when creating a map <a
href="https://redirect.github.com/mikefarah/yq/issues/2423">#2423</a></li>
<li>Bumped dependencies</li>
</ul>
<h2>v4.46.1 - INI support + bug fixes</h2>
<ul>
<li>Added INI support</li>
<li>Fixed 'add' operator when piped in with no data <a
href="https://redirect.github.com/mikefarah/yq/issues/2378">#2378</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2383">#2383</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2384">#2384</a></li>
<li>Fixed delete after slice problem (bad node path) <a
href="https://redirect.github.com/mikefarah/yq/issues/2387">#2387</a>
Thanks <a
href="https://github.com/antoinedeschenes"><code>@antoinedeschenes</code></a></li>
<li>Fixed yq small build Thanks <a
href="https://github.com/imzue"><code>@imzue</code></a></li>
<li>Switched to YAML org supported go-yaml!</li>
<li>Bumped dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">github.com/mikefarah/yq/v4's
changelog</a>.</em></p>
<blockquote>
<p>4.47.1:</p>
<ul>
<li>Fixed merge anchor behaviour (<code><<</code>); <a
href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2110">#2110</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2386">#2386</a>,
<a href="https://redirect.github.com/mikefarah/yq/issues/2178">#2178</a>
Huge thanks to <a
href="https://github.com/stevenwdv"><code>@stevenwdv</code></a>!
Note that you will need to set --yaml-fix-merge-anchor-to-spec to see
the fixes</li>
<li>Fixed panic for syntax error when creating a map <a
href="https://redirect.github.com/mikefarah/yq/issues/2423">#2423</a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.46.1:</p>
<ul>
<li>Added INI support</li>
<li>Fixed 'add' operator when piped in with no data <a
href="https://redirect.github.com/mikefarah/yq/issues/2378">#2378</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2383">#2383</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2384">#2384</a></li>
<li>Fixed delete after slice problem (bad node path) <a
href="https://redirect.github.com/mikefarah/yq/issues/2387">#2387</a>
Thanks <a
href="https://github.com/antoinedeschenes"><code>@antoinedeschenes</code></a></li>
<li>Fixed yq small build Thanks <a
href="https://github.com/imzue"><code>@imzue</code></a></li>
<li>Switched to YAML org supported go-yaml!</li>
<li>Bumped dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mikefarah/yq/commit/f03c9dc599c37bfcaf533427211d05e51e6fee64"><code>f03c9dc</code></a>
Bumping version</li>
<li><a
href="https://github.com/mikefarah/yq/commit/023c85e1e2520a087e8b8669583ca7a5141ff745"><code>023c85e</code></a>
Adding test for <a
href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a></li>
<li><a
href="https://github.com/mikefarah/yq/commit/a3d9e0172f7ba05312fea7de132e4bd3ff0c32b3"><code>a3d9e01</code></a>
Prepping release notes</li>
<li><a
href="https://github.com/mikefarah/yq/commit/ab3be228dc2949256781ed8a565c2b9e3c9c273f"><code>ab3be22</code></a>
Bump github.com/spf13/pflag from 1.0.6 to 1.0.7</li>
<li><a
href="https://github.com/mikefarah/yq/commit/93fed3fd7aa3607e9c70b1f8032ff5382a1f0642"><code>93fed3f</code></a>
Bump golang.org/x/net from 0.41.0 to 0.42.0</li>
<li><a
href="https://github.com/mikefarah/yq/commit/f42534ea0f83875482ce0bee88a0160f4b3fcc78"><code>f42534e</code></a>
Bump github.com/alecthomas/repr from 0.4.0 to 0.5.1</li>
<li><a
href="https://github.com/mikefarah/yq/commit/b968963ed4d89a65e249ddfa9a1924b197002d58"><code>b968963</code></a>
Merge branch 'stevenwdv-merge-anchor-fix'</li>
<li><a
href="https://github.com/mikefarah/yq/commit/92309b17a470f23bbaca69b6fbdd70706ca37ac4"><code>92309b1</code></a>
Fixed test doc gen</li>
<li><a
href="https://github.com/mikefarah/yq/commit/d5757fc82bbc65955a6c54768e39e5889a85374f"><code>d5757fc</code></a>
Working on clarifying docs</li>
<li><a
href="https://github.com/mikefarah/yq/commit/db2a4550e50d397616a5cef1a35d893b0c0ee418"><code>db2a455</code></a>
Fixed tests</li>
<li>Additional commits viewable in <a
href="https://github.com/mikefarah/yq/compare/v4.45.4...v4.47.1">compare
view</a></li>
</ul>
</details>
<br />
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 <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
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hilmar Falkenberg <[email protected]>1 parent 069f0eb commit f04ac1c
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
| 269 | + | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
| 275 | + | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
385 | | - | |
| 384 | + | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
0 commit comments