Skip to content

Commit 7e21122

Browse files
chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible (#368)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v25.0.6</h2> <h2>25.0.6</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A25.0.6">docker/cli, 25.0.6 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.6">moby/moby, 25.0.6 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v25.0.6/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v25.0.6/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Security</h3> <p>This release contains a fix for <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110">CVE-2024-41110</a> / <a href="https://github.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq">GHSA-v23v-6jw2-98fq</a> that impacted setups using <a href="https://docs.docker.com/engine/extend/plugins_authorization/">authorization plugins (AuthZ)</a> for access control.</p> <h3>Bug fixes and enhancements</h3> <ul> <li>[25.0] remove erroneous <code>platform</code> from image <code>config</code> OCI descriptor in <code>docker save</code> output. <a href="https://redirect.github.com/moby/moby/pull/47695">moby/moby#47695</a></li> <li>[25.0 backport] Fix a nil dereference when getting image history for images having layers without the <code>Created</code> value set. <a href="https://redirect.github.com/moby/moby/pull/47759">moby/moby#47759</a></li> <li>[25.0 backport] apparmor: Allow confined runc to kill containers. <a href="https://redirect.github.com/moby/moby/pull/47830">moby/moby#47830</a></li> <li>[25.0 backport] Fix an issue where rapidly promoting a Swarm node after another node was demoted could cause the promoted node to fail its promotion. <a href="https://redirect.github.com/moby/moby/pull/47869">moby/moby#47869</a></li> <li>[25.0 backport] don't depend on containerd platform.Parse to return a typed error. <a href="https://redirect.github.com/moby/moby/pull/47890">moby/moby#47890</a></li> <li>[25.0 backport] builder/mobyexporter: Add missing nil check <a href="https://redirect.github.com/moby/moby/pull/47987">moby/moby#47987</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update AWS SDK Go v2 to v1.24.1 for AWS CloudWatch logging driver. <a href="https://redirect.github.com/moby/moby/pull/47724">moby/moby#47724</a></li> <li>Update Go runtime to 1.21.12, which contains security fixes for <a href="https://github.com/advisories/GHSA-hw49-2p59-3mhj">CVE-2024-24791</a> <a href="https://redirect.github.com/moby/moby/pull/48146">moby/moby#48146</a></li> <li>Update Containerd (static binaries only) to <a href="https://github.com/containerd/containerd/releases/tag/v1.7.20">v1.7.20</a>. <a href="https://redirect.github.com/moby/moby/pull/48199">moby/moby#48199</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/moby/moby/compare/v25.0.5...v25.0.6">https://github.com/moby/moby/compare/v25.0.5...v25.0.6</a></p> <h2>v25.0.5</h2> <h2>25.0.5</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A25.0.5">docker/cli, 25.0.5 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A25.0.5">moby/moby, 25.0.5 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v25.0.5/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v25.0.5/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Security</h3> <p>This release contains a security fix for <a href="https://github.com/moby/moby/security/advisories/GHSA-mq39-4gv4-mvpx">CVE-2024-29018</a>, a potential data exfiltration from 'internal' networks via authoritative DNS servers.</p> <h3>Bug fixes and enhancements</h3> <ul> <li> <p><a href="https://github.com/moby/moby/security/advisories/GHSA-mq39-4gv4-mvpx">CVE-2024-29018</a>: Do not forward requests to external DNS servers for a container that is only connected to an 'internal' network. Previously, requests were forwarded if the host's DNS server was running on a loopback address, like systemd's 127.0.0.53. <a href="https://redirect.github.com/moby/moby/pull/47589">moby/moby#47589</a></p> </li> <li> <p>plugin: fix mounting /etc/hosts when running in UserNS. <a href="https://redirect.github.com/moby/moby/pull/47588">moby/moby#47588</a></p> </li> <li> <p>rootless: fix <code>open /etc/docker/plugins: permission denied</code>. <a href="https://redirect.github.com/moby/moby/pull/47587">moby/moby#47587</a></p> </li> <li> <p>Fix multiple parallel <code>docker build</code> runs leaking disk space. <a href="https://redirect.github.com/moby/moby/pull/47527">moby/moby#47527</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/b08a51fe16eed67de3861c03b363ba403643b12e"><code>b08a51f</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48231">#48231</a> from austinvazquez/backport-vendor-otel-v0.46.1-to-...</li> <li><a href="https://github.com/moby/moby/commit/d151b0f87f9673f206b477c90db25956e1704ba5"><code>d151b0f</code></a> vendor: OTEL v0.46.1 / v1.21.0</li> <li><a href="https://github.com/moby/moby/commit/c6ba9a5124603357bfc4a64971cbb9708180f06e"><code>c6ba9a5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48225">#48225</a> from austinvazquez/backport-workflow-artifact-reten...</li> <li><a href="https://github.com/moby/moby/commit/4673a3ca2c37ae30270a29c281ccd9477107dcee"><code>4673a3c</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48227">#48227</a> from austinvazquez/backport-backport-branch-check-t...</li> <li><a href="https://github.com/moby/moby/commit/30f89081028ce6fb1b49a71c02c156dacbe9aa62"><code>30f8908</code></a> github/ci: Check if backport is opened against the expected branch</li> <li><a href="https://github.com/moby/moby/commit/7454d6a2e672b0b977aaa14463c9aeb53acd06af"><code>7454d6a</code></a> ci: update workflow artifacts retention</li> <li><a href="https://github.com/moby/moby/commit/65cc597cea28cdc25bea3b8a86384b4251872919"><code>65cc597</code></a> Merge commit from fork</li> <li><a href="https://github.com/moby/moby/commit/b722836927669b414569c42f096869cd800b59a6"><code>b722836</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48199">#48199</a> from austinvazquez/update-containerd-binary-to-1.7.20</li> <li><a href="https://github.com/moby/moby/commit/e8ecb9c76d97579ebbf3f9d3ef770d08ac303809"><code>e8ecb9c</code></a> update containerd binary to v1.7.20</li> <li><a href="https://github.com/moby/moby/commit/e6cae1f2373d4ff37499570e67f23b2cebb7a043"><code>e6cae1f</code></a> update containerd binary to v1.7.19</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v24.0.9...v25.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=24.0.9+incompatible&new-version=25.0.6+incompatible)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/validator-labs/validator/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Tyler Gillson <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Gillson <[email protected]>
1 parent 13654b8 commit 7e21122

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

build

chart/validator/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

chart/validator/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ plugins:
216216
- chart:
217217
name: validator-plugin-azure
218218
repository: validator-plugin-azure
219-
version: v0.0.14
219+
version: v0.0.15
220220
values: |-
221221
controllerManager:
222222
kubeRbacProxy:
@@ -251,7 +251,7 @@ plugins:
251251
- ALL
252252
image:
253253
repository: quay.io/validator-labs/validator-plugin-azure
254-
tag: v0.0.14
254+
tag: v0.0.15
255255
resources:
256256
limits:
257257
cpu: 500m
@@ -285,7 +285,7 @@ plugins:
285285
- chart:
286286
name: validator-plugin-oci
287287
repository: validator-plugin-oci
288-
version: v0.0.12
288+
version: v0.0.13
289289
values: |-
290290
controllerManager:
291291
kubeRbacProxy:
@@ -320,7 +320,7 @@ plugins:
320320
- ALL
321321
image:
322322
repository: quay.io/validator-labs/validator-plugin-oci
323-
tag: v0.0.12
323+
tag: v0.0.13
324324
resources:
325325
limits:
326326
cpu: 500m
@@ -407,7 +407,7 @@ plugins:
407407
- chart:
408408
name: validator-plugin-aws
409409
repository: validator-plugin-aws
410-
version: v0.1.2
410+
version: v0.1.3
411411
values: |-
412412
controllerManager:
413413
kubeRbacProxy:
@@ -442,7 +442,7 @@ plugins:
442442
- ALL
443443
image:
444444
repository: quay.io/validator-labs/validator-plugin-aws
445-
tag: v0.1.2
445+
tag: v0.1.3
446446
resources:
447447
limits:
448448
cpu: 500m
@@ -468,7 +468,7 @@ plugins:
468468
- chart:
469469
name: validator-plugin-network
470470
repository: validator-plugin-network
471-
version: v0.0.21
471+
version: v0.0.22
472472
values: |-
473473
controllerManager:
474474
kubeRbacProxy:
@@ -505,7 +505,7 @@ plugins:
505505
- ALL
506506
image:
507507
repository: quay.io/validator-labs/validator-plugin-network
508-
tag: v0.0.21
508+
tag: v0.0.22
509509
resources:
510510
limits:
511511
cpu: 500m
@@ -584,7 +584,7 @@ plugins:
584584
- chart:
585585
name: validator-plugin-vsphere
586586
repository: validator-plugin-vsphere
587-
version: v0.0.28
587+
version: v0.0.29
588588
values: |-
589589
controllerManager:
590590
kubeRbacProxy:
@@ -620,7 +620,7 @@ plugins:
620620
- ALL
621621
image:
622622
repository: quay.io/validator-labs/validator-plugin-vsphere
623-
tag: v0.0.28
623+
tag: v0.0.29
624624
resources:
625625
limits:
626626
cpu: 500m

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080
github.com/dimchansky/utfbom v1.1.1 // indirect
8181
github.com/docker/cli v24.0.7+incompatible // indirect
8282
github.com/docker/distribution v2.8.3+incompatible // indirect
83-
github.com/docker/docker v24.0.9+incompatible // indirect
83+
github.com/docker/docker v25.0.6+incompatible // indirect
8484
github.com/docker/docker-credential-helpers v0.8.2 // indirect
8585
github.com/dustin/go-humanize v1.0.1 // indirect
8686
github.com/emicklei/go-restful/v3 v3.11.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1x
238238
github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
239239
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
240240
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
241-
github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0=
242-
github.com/docker/docker v24.0.9+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
241+
github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg=
242+
github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
243243
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
244244
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
245245
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=

hauler-manifest.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ metadata:
55
spec:
66
images:
77
- name: quay.io/validator-labs/validator:v0.1.1 # x-release-please-version
8-
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.2
9-
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.14
8+
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.3
9+
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.15
1010
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4
1111
- name: quay.io/validator-labs/validator-plugin-maas:v0.0.7
12-
- name: quay.io/validator-labs/validator-plugin-network:v0.0.21
13-
- name: quay.io/validator-labs/validator-plugin-oci:v0.0.12
14-
- name: quay.io/validator-labs/validator-plugin-vsphere:v0.0.28
12+
- name: quay.io/validator-labs/validator-plugin-network:v0.0.22
13+
- name: quay.io/validator-labs/validator-plugin-oci:v0.0.13
14+
- name: quay.io/validator-labs/validator-plugin-vsphere:v0.0.29
1515
- name: quay.io/validator-labs/validator-certs-init:1.0.0
1616
- name: gcr.io/spectro-images-public/release/spectro-cleanup:1.2.0
1717
- name: kindest/node:v1.30.2
@@ -30,10 +30,10 @@ spec:
3030
version: 0.1.1 # x-release-please-version
3131
- name: validator-plugin-aws
3232
repoURL: https://validator-labs.github.io/validator-plugin-aws
33-
version: 0.1.2
33+
version: 0.1.3
3434
- name: validator-plugin-azure
3535
repoURL: https://validator-labs.github.io/validator-plugin-azure
36-
version: 0.0.14
36+
version: 0.0.15
3737
- name: validator-plugin-kubescape
3838
repoURL: https://validator-labs.github.io/validator-plugin-kubescape
3939
version: 0.0.4
@@ -42,13 +42,13 @@ spec:
4242
version: 0.0.7
4343
- name: validator-plugin-network
4444
repoURL: https://validator-labs.github.io/validator-plugin-network
45-
version: 0.0.21
45+
version: 0.0.22
4646
- name: validator-plugin-oci
4747
repoURL: https://validator-labs.github.io/validator-plugin-oci
48-
version: 0.0.12
48+
version: 0.0.13
4949
- name: validator-plugin-vsphere
5050
repoURL: https://validator-labs.github.io/validator-plugin-vsphere
51-
version: 0.0.28
51+
version: 0.0.29
5252
---
5353
apiVersion: content.hauler.cattle.io/v1alpha1
5454
kind: Files

0 commit comments

Comments
 (0)