Commit 34a9b92
authored
chore(deps): bump the go group with 6 updates (#158)
Bumps the go group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) |
`2.6.2` | `2.6.3` |
|
[github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller)
| `0.41.1` | `0.41.2` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) |
`0.60.0` | `0.62.0` |
|
[github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller)
| `1.6.1` | `1.6.2` |
|
[sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize)
| `0.19.0` | `0.20.0` |
| [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0`
| `1.5.0` |
Updates `github.com/fluxcd/flux2/v2` from 2.6.2 to 2.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/flux2/releases">github.com/fluxcd/flux2/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.6.3</h2>
<h2>Highlights</h2>
<p>Flux v2.6.3 is a patch release that comes with various fixes. Users
are encouraged to upgrade for the best experience.</p>
<p>Fixes:</p>
<ul>
<li>Fix for <code>rsa-sha2-512</code> and <code>rsa-sha2-256</code>
algorithms not being prioritized for <code>ssh-rsa</code> host keys in
source-controller, image-automation-controller and Flux CLI
bootstrap.</li>
</ul>
<h2>Components changelog</h2>
<ul>
<li>source-controller <a
href="https://github.com/fluxcd/source-controller/blob/v1.6.2/CHANGELOG.md">v1.6.2</a></li>
<li>image-automation-controller <a
href="https://github.com/fluxcd/image-automation-controller/blob/v0.41.2/CHANGELOG.md">v0.41.2</a></li>
</ul>
<h2>CLI changed</h2>
<ul>
<li>[release/v2.6.x] Update toolkit components by <a
href="https://github.com/fluxcdbot"><code>@fluxcdbot</code></a> in <a
href="https://redirect.github.com/fluxcd/flux2/pull/5427">fluxcd/flux2#5427</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fluxcd/flux2/compare/v2.6.2...v2.6.3">https://github.com/fluxcd/flux2/compare/v2.6.2...v2.6.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/flux2/commit/bda4c8187e436462be0d072e728b67afa215c593"><code>bda4c81</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5427">#5427</a>
from fluxcd/backport-5426-to-release/v2.6.x</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/3f281da7381e3984913244d78b9768e4fa5fbb65"><code>3f281da</code></a>
Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/963e99188cb0a77dfbe70a3db7a34c0f6e159dd3"><code>963e991</code></a>
Update toolkit components</li>
<li>See full diff in <a
href="https://github.com/fluxcd/flux2/compare/v2.6.2...v2.6.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/image-automation-controller/api` from 0.41.1
to 0.41.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/image-automation-controller/releases">github.com/fluxcd/image-automation-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v0.41.2</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/image-automation-controller/blob/v0.41.2/CHANGELOG.md">v0.41.2
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/image-automation-controller:v0.41.2</code></li>
<li><code>ghcr.io/fluxcd/image-automation-controller:v0.41.2</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/image-automation-controller/blob/main/CHANGELOG.md">github.com/fluxcd/image-automation-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>0.41.2</h2>
<p><strong>Release date:</strong> 2025-06-27</p>
<p>This patch release comes with a fix for <code>rsa-sha2-512</code> and
<code>rsa-sha2-256</code> algorithms
not being prioritized for <code>ssh-rsa</code> host keys.</p>
<p>Fixes:</p>
<ul>
<li>Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys
<a
href="https://redirect.github.com/fluxcd/image-automation-controller/pull/932">#932</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/f80db5841c25bcbcb2a8f58e77a070326845d3d5"><code>f80db58</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/image-automation-controller/issues/933">#933</a>
from fluxcd/release-v.41.2</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/152bf827050cbfe37e8f10cb4c41e4637835b3fd"><code>152bf82</code></a>
Release v0.41.2</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/45875bb0fac8ad0d651d38caa8a14eecfe1631f8"><code>45875bb</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/image-automation-controller/issues/932">#932</a>
from fluxcd/fix-ssh-host-key-sha2</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/00661668fa18b363b1a328ae0298110a00764ac9"><code>0066166</code></a>
Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys</li>
<li>See full diff in <a
href="https://github.com/fluxcd/image-automation-controller/compare/v0.41.1...v0.41.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/runtime` from 0.60.0 to 0.62.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/645523ed6a220c6db7dfcbf7e1dfac904aeffa81"><code>645523e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/955">#955</a> from
cappyzawa/add-deprecated-field-logging</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/88a990f702b5dc7733523f7b4feb78509d6f38ae"><code>88a990f</code></a>
runtime/secrets: add legacy field logging to TLS functions</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/264a3b326b53aad92f98383179df34163fc3954e"><code>264a3b3</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/954">#954</a> from
fluxcd/fix-rsa-hk-algos</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/343e4db1c817dd76321123aeeb28d124caf2af2d"><code>343e4db</code></a>
Add test for cloning Azure DevOps Git repository with SSH</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/780892cf5268f7ff8512044a8b3702b97b01d204"><code>780892c</code></a>
Support rsa-sha2-512 and rsa-sha2-256 host key algos when ssh-rsa is
supported</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/e5de5fadd41cb728500335e0bdc7e016f35ce242"><code>e5de5fa</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/951">#951</a> from
cappyzawa/remove-runtime-tls-package</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/aab45419270d23a64ce83b91260ee7efbb9d1671"><code>aab4541</code></a>
runtime/tls: remove deprecated package</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/5d705429d05b2057cbd33302e04f227eba553d3e"><code>5d70542</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/950">#950</a> from
cappyzawa/add-runtime-secrets-package</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/deb3fae05dc253074f6c275ac223267cf665e38b"><code>deb3fae</code></a>
fixup! fixup! runtime/secrets: add package for consolidated secret
handling</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9eb2c695337fd74dee6808abce01f772fb3191f0"><code>9eb2c69</code></a>
fixup! fixup! fixup! fixup! runtime/secrets: add package for
consolidated sec...</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/runtime/v0.60.0...runtime/v0.62.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/source-controller/api` from 1.6.1 to 1.6.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/source-controller/releases">github.com/fluxcd/source-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.6.2</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/source-controller/blob/v1.6.2/CHANGELOG.md">v1.6.2
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/source-controller:v1.6.2</code></li>
<li><code>ghcr.io/fluxcd/source-controller:v1.6.2</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md">github.com/fluxcd/source-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.2</h2>
<p><strong>Release date:</strong> 2025-06-27</p>
<p>This patch release comes with a fix for <code>rsa-sha2-512</code> and
<code>rsa-sha2-256</code> algorithms
not being prioritized for <code>ssh-rsa</code> host keys.</p>
<p>Fixes:</p>
<ul>
<li>Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys
<a
href="https://redirect.github.com/fluxcd/source-controller/pull/1839">#1839</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/source-controller/commit/254ef2ec92b4855d2a09bf61a1a6e8b1ac34d4a5"><code>254ef2e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/1842">#1842</a>
from fluxcd/release-v1.6.2</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/5b4b54c75a5aa423fb25db28543f6c1629eb7cb2"><code>5b4b54c</code></a>
Release v1.6.2</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/55b45275a1ea9118cecb0261a090a24dda6c5612"><code>55b4527</code></a>
Add changelog entry for v1.6.2</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/837e2126c5e7a6f377a5adc598e6939dff9bdc51"><code>837e212</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/1840">#1840</a>
from fluxcd/backport-1839-to-release/v1.6.x</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/cf3dcb74d2d9e4d6630e03772ca24e8ec4fa4af6"><code>cf3dcb7</code></a>
Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys</li>
<li>See full diff in <a
href="https://github.com/fluxcd/source-controller/compare/v1.6.1...v1.6.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `sigs.k8s.io/kustomize/api` from 0.19.0 to 0.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/kustomize/releases">sigs.k8s.io/kustomize/api's
releases</a>.</em></p>
<blockquote>
<h2>api/v0.20.0</h2>
<p><a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5630">#5630</a>:
Add static value source for replacement
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5771">#5771</a>:
fix: Allow patches with empty files with multiple newlines or comments
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5846">#5846</a>:
fix: Get version from the BuildInfo.Main.Version if not found in deps
and build flag
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5847">#5847</a>:
replace deplecated package github.com/google/shlex with
github.com/carapace-sh/carapace-shlex
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5859">#5859</a>:
fix: Don't panic on multiple $patch: delete strategic merge patches in a
single patch file
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5865">#5865</a>:
feat(helm): allow the use of devel alias for helmcharts
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5873">#5873</a>:
Bump to github.com/spf13/viper v1.20.0
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5877">#5877</a>:
fix: make private one field in replacements transformer struct that had
a missing JSON tag
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5882">#5882</a>:
Set Git messages to English for TestRemoteLoad_LocalProtocol
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5921">#5921</a>:
feat: Add suport for Image Volumes
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5931">#5931</a>:
Drop usage of forked copies of goyaml.v2 and goyaml.v3
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5934">#5934</a>:
Update kyaml to v0.20.0</p>
<h2>cmd/config/v0.20.0</h2>
<p><a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5873">#5873</a>:
Bump to github.com/spf13/viper v1.20.0
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5931">#5931</a>:
Drop usage of forked copies of goyaml.v2 and goyaml.v3
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5934">#5934</a>:
Update kyaml to v0.20.0</p>
<h2>kyaml/v0.20.0</h2>
<p><a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5316">#5316</a>:
feat: add exec-plugin argument and environment support
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5873">#5873</a>:
Bump to github.com/spf13/viper v1.20.0
<a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5931">#5931</a>:
Drop usage of forked copies of goyaml.v2 and goyaml.v3</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/b1bfac465f3aae493e80ce1882f3e2c74ae8002e"><code>b1bfac4</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5935">#5935</a>
from koba1t/pinToCmdConfig</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/40d1f35940670a3513a22d91b1e48b931c8254b7"><code>40d1f35</code></a>
Update cmd/config to v0.20.0</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/1a515925ab1f82936c91ae531168b80f293ba505"><code>1a51592</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5934">#5934</a>
from koba1t/pinToKyaml</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/f54b2b4c59bfd238c2a1e472e179a745f2659f50"><code>f54b2b4</code></a>
Update kyaml to v0.20.0</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/03ae5c93ca49a451a4a149f63e268aec557a809a"><code>03ae5c9</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5846">#5846</a>
from dmvolod/issue-5845-fix-version</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/0fe722e99a4a2406c0ba01e09188d9f4ababec73"><code>0fe722e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5931">#5931</a>
from dims/drop-usage-of-forked-copies-of-goyaml.v2-a...</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/a7703f685c1b5e960ab23dfe3956bbdb4aa4ebf3"><code>a7703f6</code></a>
Drop usage of forked copies of goyaml.v2 and goyaml.v3</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/ba617e51269f49c44b61e8a815b18a2b45e3f3b9"><code>ba617e5</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5921">#5921</a>
from ThisIsQasim/imagevolume</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/755880462fd916a6d0b55b691e75dbb3863cafae"><code>7558804</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5918">#5918</a>
from kubernetes-sigs/dependabot/github_actions/joela...</li>
<li><a
href="https://github.com/kubernetes-sigs/kustomize/commit/832f873855de8b581656f3a2a043d954fd7b0527"><code>832f873</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5927">#5927</a>
from kubernetes-sigs/dependabot/go_modules/hack/gith...</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/kustomize/compare/api/v0.19.0...api/v0.20.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.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.5.0</h2>
<ul>
<li>Bugfix: Handle unhashable keys during merge (<a
href="https://redirect.github.com/kubernetes-sigs/yaml/pull/122">kubernetes-sigs/yaml#122</a>)</li>
<li>Improvement: wrap errors returned by JSON unmarshal (<a
href="https://redirect.github.com/kubernetes-sigs/yaml/pull/106">kubernetes-sigs/yaml#106</a>)</li>
<li>Deprecation: Deprecate code in goyaml.v2 and goyaml.v3 directories,
and redirect to equivalents in go.yaml.in/yaml/v2 and go.yaml.in/yaml/v3
(<a
href="https://redirect.github.com/kubernetes-sigs/yaml/pull/133">kubernetes-sigs/yaml#133</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/yaml/compare/v1.4.0...v1.5.0">https://github.com/kubernetes-sigs/yaml/compare/v1.4.0...v1.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/0f318dce2b6c41d0c47bf05f9b07c727dfa0cb90"><code>0f318dc</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/yaml/issues/134">#134</a>
from kubernetes-sigs/forgot-to-add-redirects-for-cons...</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/b8fc0c032f68a1bd3e7658c743761fee7e668f70"><code>b8fc0c0</code></a>
Forgot to add redirects for v3 constants</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/8eaa80239387b0153fcc59c9521ebda5f89a06ac"><code>8eaa802</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/yaml/issues/133">#133</a>
from kubernetes-sigs/deprecate-code-in-goyaml.v3-goya...</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/69e45c10e93d2641def90d03e62054d45e8d520e"><code>69e45c1</code></a>
Deprecate code in goyaml.v2/goyaml.v3 directories and redirect</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/0fe7da35edc6aa625b56143f278741913b204464"><code>0fe7da3</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/yaml/issues/125">#125</a>
from kragniz/go-1.24</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/14cbb8893b8b84b623eec64e133e616c3a7033f7"><code>14cbb88</code></a>
Test against go 1.24.x</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/c6ac2c9190b082fe8136151445a804dbf1daa8e8"><code>c6ac2c9</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/yaml/issues/126">#126</a>
from kragniz/remove-travis</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/203ded930b90ad364efb2fcbad4bfc4fbc83f22e"><code>203ded9</code></a>
Remove old travisci config file</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/b9a9b1cb9d17f91e923529e5dcd3df1a6500b6a3"><code>b9a9b1c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/yaml/issues/106">#106</a>
from ThatsMrTalbot/patch-1</li>
<li><a
href="https://github.com/kubernetes-sigs/yaml/commit/4c6913f457f3ed3e2fe971555838d74d8fcf677b"><code>4c6913f</code></a>
fix: wrap errors returned by JSON unmarshal</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/yaml/compare/v1.4.0...v1.5.0">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>1 parent 6dc94ab commit 34a9b92
2 files changed
+30
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | | - | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
342 | 344 | | |
343 | 345 | | |
344 | 346 | | |
| |||
370 | 372 | | |
371 | 373 | | |
372 | 374 | | |
373 | | - | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
| |||
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
352 | | - | |
353 | | - | |
| 354 | + | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | | - | |
357 | | - | |
| 358 | + | |
| 359 | + | |
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
| |||
369 | 371 | | |
370 | 372 | | |
371 | 373 | | |
372 | | - | |
373 | | - | |
| 374 | + | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
378 | 380 | | |
379 | 381 | | |
380 | | - | |
381 | | - | |
| 382 | + | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
| |||
524 | 526 | | |
525 | 527 | | |
526 | 528 | | |
527 | | - | |
528 | | - | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
1026 | 1030 | | |
1027 | 1031 | | |
1028 | 1032 | | |
| |||
1254 | 1258 | | |
1255 | 1259 | | |
1256 | 1260 | | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
1261 | 1265 | | |
1262 | 1266 | | |
1263 | 1267 | | |
1264 | 1268 | | |
1265 | 1269 | | |
1266 | 1270 | | |
1267 | 1271 | | |
1268 | | - | |
1269 | 1272 | | |
| 1273 | + | |
| 1274 | + | |
1270 | 1275 | | |
1271 | 1276 | | |
0 commit comments