Files
attest/go.mod

200 lines
10 KiB
Modula-2
Raw Normal View History

2024-04-15 15:20:56 -05:00
module github.com/docker/attest
2024-10-17 08:12:10 -05:00
go 1.22.8
2024-04-15 15:20:56 -05:00
require (
github.com/Masterminds/semver/v3 v3.3.0
feat(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.2 (#218) Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.1 to 1.28.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/70eb57ac775f782db6856c73f1ca22eae8e48ac2"><code>70eb57a</code></a> Release 2024-11-06</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cd2c6b1af3d2fd8b114804a604a6b621fbed92c3"><code>cd2c6b1</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2b2a737b179ea3b7b699584ff6c391619b8f6de3"><code>2b2a737</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8c9892f0427c4bf13dac6f944b250fe6512eb6cf"><code>8c9892f</code></a> bump smithy-go codegen to latest (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2890">#2890</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82897becacb0c658ac8eec09c7e2929f9bfdd0fb"><code>82897be</code></a> fix potential for user-agent lang value mismatch in tests (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2888">#2888</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/061540b5a73ead172928c9c5aebc48c011bf4ee1"><code>061540b</code></a> Cloudfront - add expire time in signed cookie. (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2862">#2862</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa3bd1f75d6849d7301f20107485cb54f39dd387"><code>aa3bd1f</code></a> fix makefile to not spam releases for feature/dynamodb/attributevalue (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2885">#2885</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/eb96051d5b9f85e74e8371384b3d8e8e0d7370cf"><code>eb96051</code></a> Release 2024-11-01</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7f2d000cf7b48c47a1f262676b59b608328af13a"><code>7f2d000</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8542f2f22d9a1d827b6730f8eade2388c41abdaa"><code>8542f2f</code></a> Update endpoints model</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.1...config/v1.28.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.28.1&new-version=1.28.2)](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>
2024-11-07 09:20:05 +00:00
github.com/aws/aws-sdk-go-v2/config v1.28.2
2024-06-18 10:04:38 -05:00
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20231024185945-8841054dbdb8
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.6 to 2.0.0 (#216) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.6 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0</h2> <p>Welcome to the v2.0.0 release of containerd!</p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <p>See <a href="https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md">containerd 2.0</a> documentation for details on what is new and has changed in this release.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Support arm64/v9 and minor variants (<a href="https://redirect.github.com/containerd/platforms/pull/8">containerd/platforms#8</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>KEP-3857: Recursive Read-only (RRO) mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9787">#9787</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/blob/main/RELEASES.md">github.com/containerd/containerd/v2's changelog</a>.</em></p> <blockquote> <h1>Versioning and Release</h1> <p>This document details the versioning and release plan for containerd. Stability is a top goal for this project, and we hope that this document and the processes it entails will help to achieve that. It covers the release process, versioning numbering, backporting, API stability and support horizons.</p> <p>If you rely on containerd, it would be good to spend time understanding the areas of the API that are and are not supported and how they impact your project in the future.</p> <p>This document will be considered a living document. Supported timelines, backport targets and API stability guarantees will be updated here as they change.</p> <p>If there is something that you require or this document leaves out, please reach out by <a href="https://github.com/containerd/containerd/issues">filing an issue</a>.</p> <h2>Releases</h2> <p>Releases of containerd will be versioned using dotted triples, similar to <a href="http://semver.org/">Semantic Version</a>. For the purposes of this document, we will refer to the respective components of this triple as <code>&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>. The version number may have additional information, such as alpha, beta and release candidate qualifications. Such releases will be considered &quot;pre-releases&quot;.</p> <h3>Major and Minor Releases</h3> <p>Major and minor releases of containerd will be made from main. Releases of containerd will be marked with GPG signed tags and announced at <a href="https://github.com/containerd/containerd/releases">https://github.com/containerd/containerd/releases</a>. The tag will be of the format <code>v&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code> and should be made with the command <code>git tag -s v&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>.</p> <p>After a minor release, a branch will be created, with the format <code>release/&lt;major&gt;.&lt;minor&gt;</code> from the minor tag. All further patch releases will be done from that branch. For example, once we release <code>v1.0.0</code>, a branch <code>release/1.0</code> will be created from that tag. All future patch releases will be done against that branch.</p> <h3>Pre-releases</h3> <p>Pre-releases, such as alphas, betas and release candidates will be conducted from their source branch. For major and minor releases, these releases will be done from main. For patch releases, these pre-releases should be done within the corresponding release branch.</p> <p>While pre-releases are done to assist in the stabilization process, no guarantees are provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/207ad711eabd375a01713109a8a197d197ff6542"><code>207ad71</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10939">#10939</a> from dmcgowan/prepare-v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/03ba4ce1f7c72e201da3e451fe74d7b4791bd914"><code>03ba4ce</code></a> Update release notes for v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/f2da3fd688adef87716d1ecd9811a7c4deab72fd"><code>f2da3fd</code></a> Update release docs for v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/63692068709eb5dc21a4cdd72c46788c35ecb62c"><code>6369206</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10954">#10954</a> from dmcgowan/update-typeurl-2.2.2</li> <li><a href="https://github.com/containerd/containerd/commit/ff09b428e115c19100e3da706109ef3d1c48f3d9"><code>ff09b42</code></a> Update typeurl to v2.2.2</li> <li><a href="https://github.com/containerd/containerd/commit/18caa33fdcfd55f40bff2e311cabc6a1a00123c9"><code>18caa33</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10944">#10944</a> from containerd/dependabot/github_actions/softprops...</li> <li><a href="https://github.com/containerd/containerd/commit/545605d5b4907e56e83bbaca33c9d33f5044ce0b"><code>545605d</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10945">#10945</a> from containerd/dependabot/github_actions/google-gi...</li> <li><a href="https://github.com/containerd/containerd/commit/71c274bb8143b419390966370059e67449850deb"><code>71c274b</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10947">#10947</a> from containerd/dependabot/go_modules/github.com/co...</li> <li><a href="https://github.com/containerd/containerd/commit/e841240997e363c14c1c0806cd44c0c47e59fc03"><code>e841240</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10946">#10946</a> from containerd/dependabot/go_modules/github.com/co...</li> <li><a href="https://github.com/containerd/containerd/commit/9fe6f7c0672f5ceb4de10847018345089fc82694"><code>9fe6f7c</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10943">#10943</a> from containerd/dependabot/github_actions/google-gi...</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.6...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.6&new-version=2.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 12:16:34 +00:00
github.com/containerd/containerd/v2 v2.0.0
github.com/containerd/platforms v1.0.0-rc.0
github.com/distribution/reference v0.6.0
github.com/docker-library/bashbrew v0.1.12
2024-10-22 15:31:55 +01:00
github.com/go-git/go-git/v5 v5.12.0
2024-04-19 09:08:31 -05:00
github.com/go-openapi/runtime v0.28.0
github.com/go-openapi/strfmt v0.23.0
github.com/google/go-containerregistry v0.20.2
2024-04-22 12:22:15 -05:00
github.com/in-toto/in-toto-golang v0.9.0
feat(deps): bump github.com/open-policy-agent/opa from 0.69.0 to 0.70.0 (#215) Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.69.0 to 0.70.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-policy-agent/opa/releases">github.com/open-policy-agent/opa's releases</a>.</em></p> <blockquote> <h2>v0.70.0</h2> <p>This release contains a mix of features, performance improvements, and bugfixes.</p> <h3>Optimized read mode for OPA's in-memory store (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7125">#7125</a>)</h3> <p>A new optimized read mode has been added to the default in-memory store, where data written to the store is eagerly converted to AST values (the data format used during evaluation). This removes the time spent converting raw data values to AST during policy evaluation, thereby improving performance.</p> <p>The memory footprint of the store will increase, as processed AST values generally take up more space in memory than the corresponding raw data values, but overall memory usage of OPA might remain more stable over time, as pre-converted data is shared across evaluations and isn't recomputed for each evaluation, which can cause spikes in memory usage.</p> <p>This mode can be enabled for <code>opa run</code>, <code>opa eval</code>, and <code>opa bench</code> by setting the <code>--optimize-store-for-read-speed</code> flag.</p> <p>More information about this feature can be found <a href="https://www.openpolicyagent.org/docs/v0.70.0/policy-performance/#storage-optimization">here</a>.</p> <p>Co-authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a> and <a href="https://github.com/ashutosh-narkar"><code>@​ashutosh-narkar</code></a>.</p> <h3>Topdown and Rego</h3> <ul> <li>topdown: Use new Inter-Query Value Cache for <code>json.match_schema</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7011">#7011</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a> reported by <a href="https://github.com/lcarva"><code>@​lcarva</code></a></li> <li>ast: Fix location text attribute for multi-value rules with generated body (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7128">#7128</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>ast: Fix regression in <code>opa check</code> where a file that referenced non-provided schemas failed validation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7124">#7124</a>) authored by <a href="https://github.com/tjons"><code>@​tjons</code></a></li> <li>test/cases/testdata: Fix bug in test by replacing unification by explicit equality check (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7093">#7093</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> <li>ast: Replace use of yaml.v2 library with yaml.v3. The earlier version would parse <code>yes</code>/<code>no</code> values as boolean. The usage of yaml.v2 in the parser was unintentional and now has been updated to yaml.v3 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7090">#7090</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> </ul> <h3>Runtime, Tooling, SDK</h3> <ul> <li>cmd: Make <code>opa check</code> respect <code>--ignore</code> when <code>--bundle</code> flag is set (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7136">#7136</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>server/writer: Properly handle result encoding errors which earlier on failure would emit logs such as <code>superfluous call to WriteHeader()</code> while still returning <code>200</code> HTTP status code. Now, errors encoding the payload properly lead to <code>500</code> HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7114">#7114</a>) authored by <a href="https://github.com/srenatus"><code>@​srenatus</code></a></li> <li>cmd: Support <code>file://</code> format for TLS key material file flags in <code>opa run</code> (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7094">#7094</a>) authored by <a href="https://github.com/alexrohozneanu"><code>@​alexrohozneanu</code></a></li> <li>plugins/rest/azure: Support managed identity for App Service / Container Apps (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7085">#7085</a>) reported and authored by <a href="https://github.com/apc-kamezaki"><code>@​apc-kamezaki</code></a></li> <li>debug: Fix step-over behaviour when exiting partial rules (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7096">#7096</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>util+plugins: Fix potential memory leaks with explicit timer cancellation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7089">#7089</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> </ul> <h3>Docs, Website, Ecosystem</h3> <ul> <li>docs: Fix OCI example with updated flag used by the ORAS CLI (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7130">#7130</a>) authored by <a href="https://github.com/b3n3d17"><code>@​b3n3d17</code></a></li> <li>docs: Delete Atom editor from supported editor integrations (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7111">#7111</a>) authored by <a href="https://github.com/KaranbirSingh7"><code>@​KaranbirSingh7</code></a></li> <li>docs/website: Add Styra OPA ASP.NET Core SDK integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7073">#7073</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> <li>docs/website: Update compatibility information on the rego-cpp integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7078">#7078</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Dependency updates; notably: <ul> <li>build(deps): bump github.com/containerd/containerd from 1.7.22 to 1.7.23</li> <li>build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5</li> <li>build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0</li> <li>build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0</li> <li>build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md">github.com/open-policy-agent/opa's changelog</a>.</em></p> <blockquote> <h2>0.70.0</h2> <p>This release contains a mix of features, performance improvements, and bugfixes.</p> <h3>Optimized read mode for OPA's in-memory store (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7125">#7125</a>)</h3> <p>A new optimized read mode has been added to the default in-memory store, where data written to the store is eagerly converted to AST values (the data format used during evaluation). This removes the time spent converting raw data values to AST during policy evaluation, thereby improving performance.</p> <p>The memory footprint of the store will increase, as processed AST values generally take up more space in memory than the corresponding raw data values, but overall memory usage of OPA might remain more stable over time, as pre-converted data is shared across evaluations and isn't recomputed for each evaluation, which can cause spikes in memory usage.</p> <p>This mode can be enabled for <code>opa run</code>, <code>opa eval</code>, and <code>opa bench</code> by setting the <code>--optimize-store-for-read-speed</code> flag.</p> <p>More information about this feature can be found <a href="https://www.openpolicyagent.org/docs/v0.70.0/policy-performance/#storage-optimization">here</a>.</p> <p>Co-authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a> and <a href="https://github.com/ashutosh-narkar"><code>@​ashutosh-narkar</code></a>.</p> <h3>Topdown and Rego</h3> <ul> <li>topdown: Use new Inter-Query Value Cache for <code>json.match_schema</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7011">#7011</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a> reported by <a href="https://github.com/lcarva"><code>@​lcarva</code></a></li> <li>ast: Fix location text attribute for multi-value rules with generated body (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7128">#7128</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>ast: Fix regression in <code>opa check</code> where a file that referenced non-provided schemas failed validation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7124">#7124</a>) authored by <a href="https://github.com/tjons"><code>@​tjons</code></a></li> <li>test/cases/testdata: Fix bug in test by replacing unification by explicit equality check (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7093">#7093</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> <li>ast: Replace use of yaml.v2 library with yaml.v3. The earlier version would parse <code>yes</code>/<code>no</code> values as boolean. The usage of yaml.v2 in the parser was unintentional and now has been updated to yaml.v3 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7090">#7090</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> </ul> <h3>Runtime, Tooling, SDK</h3> <ul> <li>cmd: Make <code>opa check</code> respect <code>--ignore</code> when <code>--bundle</code> flag is set (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7136">#7136</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>server/writer: Properly handle result encoding errors which earlier on failure would emit logs such as <code>superfluous call to WriteHeader()</code> while still returning <code>200</code> HTTP status code. Now, errors encoding the payload properly lead to <code>500</code> HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7114">#7114</a>) authored by <a href="https://github.com/srenatus"><code>@​srenatus</code></a></li> <li>cmd: Support <code>file://</code> format for TLS key material file flags in <code>opa run</code> (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7094">#7094</a>) authored by <a href="https://github.com/alexrohozneanu"><code>@​alexrohozneanu</code></a></li> <li>plugins/rest/azure: Support managed identity for App Service / Container Apps (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7085">#7085</a>) reported and authored by <a href="https://github.com/apc-kamezaki"><code>@​apc-kamezaki</code></a></li> <li>debug: Fix step-over behaviour when exiting partial rules (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7096">#7096</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>util+plugins: Fix potential memory leaks with explicit timer cancellation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7089">#7089</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> </ul> <h3>Docs, Website, Ecosystem</h3> <ul> <li>docs: Fix OCI example with updated flag used by the ORAS CLI (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7130">#7130</a>) authored by <a href="https://github.com/b3n3d17"><code>@​b3n3d17</code></a></li> <li>docs: Delete Atom editor from supported editor integrations (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7111">#7111</a>) authored by <a href="https://github.com/KaranbirSingh7"><code>@​KaranbirSingh7</code></a></li> <li>docs/website: Add Styra OPA ASP.NET Core SDK integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7073">#7073</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> <li>docs/website: Update compatibility information on the rego-cpp integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7078">#7078</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Dependency updates; notably: <ul> <li>build(deps): bump github.com/containerd/containerd from 1.7.22 to 1.7.23</li> <li>build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5</li> <li>build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0</li> <li>build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0</li> <li>build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-policy-agent/opa/commit/2ea031ea04e6a8afbc5dd22f656131dc3cfc5a7d"><code>2ea031e</code></a> Prepare v0.70.0 release</li> <li><a href="https://github.com/open-policy-agent/opa/commit/6af5e79bd9e7512c3d4329b7a2ff52caa46257dc"><code>6af5e79</code></a> storage: Optimized read mode for default data storage</li> <li><a href="https://github.com/open-policy-agent/opa/commit/1b797d9c1b37382cc03cb2d96957c12bdec07ab0"><code>1b797d9</code></a> Make <code>opa check</code> respect <code>--ignore</code> when <code>--bundle</code> flag is set (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7137">#7137</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/8e44b989932dc8bd7d9939af0a7536d2ec1debb6"><code>8e44b98</code></a> build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7138">#7138</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/ad6ffdae6af3b056b17f273525b89564bd269c7d"><code>ad6ffda</code></a> build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7135">#7135</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/67fe53bfbefb2f03e4433ccbe512a3ded06a013c"><code>67fe53b</code></a> Update Andrew Peabody to emeritus (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7133">#7133</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/30f374713b07ee98948c83235ab967ba0ad502ae"><code>30f3747</code></a> build(deps): bump github/codeql-action from 3.26.13 to 3.27.0</li> <li><a href="https://github.com/open-policy-agent/opa/commit/f7957bdd73ff49fdb142ec41030acacc6ac04943"><code>f7957bd</code></a> :bug: fix: oras cli changed to --config</li> <li><a href="https://github.com/open-policy-agent/opa/commit/58ec50b4b0a3dc39a83b777a031e7380b3979f18"><code>58ec50b</code></a> Fix location for multivalue rules with generated bodies (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7129">#7129</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/555fe84094264cca82c2db9d894c9854df317b7a"><code>555fe84</code></a> only check schemas when schemas are provided (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7124">#7124</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-policy-agent/opa/compare/v0.69.0...v0.70.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/open-policy-agent/opa&package-manager=go_modules&previous-version=0.69.0&new-version=0.70.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:46:23 +00:00
github.com/open-policy-agent/opa v0.70.0
2024-04-22 12:22:15 -05:00
github.com/opencontainers/image-spec v1.1.0
github.com/package-url/packageurl-go v0.1.3
2024-04-19 09:08:31 -05:00
github.com/secure-systems-lab/go-securesystemslib v0.8.0
github.com/sigstore/cosign/v2 v2.4.1
2024-04-19 09:08:31 -05:00
github.com/sigstore/rekor v1.3.6
github.com/sigstore/sigstore v1.8.10
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.10
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.10
2024-04-15 15:20:56 -05:00
github.com/stretchr/testify v1.9.0
github.com/theupdateframework/go-tuf/v2 v2.0.2
feat(deps): bump google.golang.org/api from 0.203.0 to 0.204.0 (#214) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.203.0 to 0.204.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.204.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">0.204.0</a> (2024-10-31)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2837">#2837</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/343ae0e8222988b33ce388661056cd3a834a54a6">343ae0e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2839">#2839</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/37b271e98c5041584a0c4fc0741c2798ab05dbca">37b271e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2841">#2841</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fb3747b8f9c99f0cf41b5830322192bcb0092f0a">fb3747b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3">7221d2c</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0">56c5ddb</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3">9d5f008</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f">5bc448d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c">7955ec4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport/grpc:</strong> Pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c">c67e7c0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13">29e20f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">0.204.0</a> (2024-10-31)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2837">#2837</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/343ae0e8222988b33ce388661056cd3a834a54a6">343ae0e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2839">#2839</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/37b271e98c5041584a0c4fc0741c2798ab05dbca">37b271e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2841">#2841</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fb3747b8f9c99f0cf41b5830322192bcb0092f0a">fb3747b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3">7221d2c</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0">56c5ddb</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3">9d5f008</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f">5bc448d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c">7955ec4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport/grpc:</strong> Pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c">c67e7c0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13">29e20f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/bcf158044a0c2452a9b2600511b09bebe9685573"><code>bcf1580</code></a> chore(main): release 0.204.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2838">#2838</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c"><code>c67e7c0</code></a> fix(transport/grpc): pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13"><code>29e20f6</code></a> docs: mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4b4eacf4f254288147f26851afc2a097047ebda8"><code>4b4eacf</code></a> chore: bump auth deps (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2851">#2851</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c"><code>7955ec4</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f"><code>5bc448d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3"><code>9d5f008</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/48dda951624f45ccd42188e0e85944e9b810ba71"><code>48dda95</code></a> chore(all): update all to 324edc3 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2843">#2843</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0"><code>56c5ddb</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3"><code>7221d2c</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.203.0&new-version=0.204.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:42:08 +00:00
google.golang.org/api v0.204.0
2024-04-22 12:22:15 -05:00
sigs.k8s.io/yaml v1.4.0
2024-04-15 15:20:56 -05:00
)
2024-08-08 10:16:18 -05:00
// fork with changes to support ArtifactType (https://github.com/google/go-containerregistry/pull/1931)
replace github.com/google/go-containerregistry => github.com/docker/go-containerregistry v0.0.0-20240808132857-c8bfc44af7c8
require (
cloud.google.com/go v0.116.0 // indirect
feat(deps): bump google.golang.org/api from 0.203.0 to 0.204.0 (#214) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.203.0 to 0.204.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.204.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">0.204.0</a> (2024-10-31)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2837">#2837</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/343ae0e8222988b33ce388661056cd3a834a54a6">343ae0e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2839">#2839</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/37b271e98c5041584a0c4fc0741c2798ab05dbca">37b271e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2841">#2841</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fb3747b8f9c99f0cf41b5830322192bcb0092f0a">fb3747b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3">7221d2c</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0">56c5ddb</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3">9d5f008</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f">5bc448d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c">7955ec4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport/grpc:</strong> Pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c">c67e7c0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13">29e20f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">0.204.0</a> (2024-10-31)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2837">#2837</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/343ae0e8222988b33ce388661056cd3a834a54a6">343ae0e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2839">#2839</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/37b271e98c5041584a0c4fc0741c2798ab05dbca">37b271e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2841">#2841</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fb3747b8f9c99f0cf41b5830322192bcb0092f0a">fb3747b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3">7221d2c</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0">56c5ddb</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3">9d5f008</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f">5bc448d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c">7955ec4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport/grpc:</strong> Pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c">c67e7c0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13">29e20f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/bcf158044a0c2452a9b2600511b09bebe9685573"><code>bcf1580</code></a> chore(main): release 0.204.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2838">#2838</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c"><code>c67e7c0</code></a> fix(transport/grpc): pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13"><code>29e20f6</code></a> docs: mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4b4eacf4f254288147f26851afc2a097047ebda8"><code>4b4eacf</code></a> chore: bump auth deps (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2851">#2851</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c"><code>7955ec4</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f"><code>5bc448d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3"><code>9d5f008</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/48dda951624f45ccd42188e0e85944e9b810ba71"><code>48dda95</code></a> chore(all): update all to 324edc3 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2843">#2843</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0"><code>56c5ddb</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3"><code>7221d2c</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.203.0&new-version=0.204.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:42:08 +00:00
cloud.google.com/go/auth v0.10.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
cloud.google.com/go/compute/metadata v0.5.2 // indirect
cloud.google.com/go/iam v1.2.1 // indirect
cloud.google.com/go/kms v1.20.0 // indirect
cloud.google.com/go/longrunning v0.6.1 // indirect
2024-10-22 15:31:55 +01:00
dario.cat/mergo v1.0.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.6 to 2.0.0 (#216) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.6 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0</h2> <p>Welcome to the v2.0.0 release of containerd!</p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <p>See <a href="https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md">containerd 2.0</a> documentation for details on what is new and has changed in this release.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Support arm64/v9 and minor variants (<a href="https://redirect.github.com/containerd/platforms/pull/8">containerd/platforms#8</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>KEP-3857: Recursive Read-only (RRO) mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9787">#9787</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/blob/main/RELEASES.md">github.com/containerd/containerd/v2's changelog</a>.</em></p> <blockquote> <h1>Versioning and Release</h1> <p>This document details the versioning and release plan for containerd. Stability is a top goal for this project, and we hope that this document and the processes it entails will help to achieve that. It covers the release process, versioning numbering, backporting, API stability and support horizons.</p> <p>If you rely on containerd, it would be good to spend time understanding the areas of the API that are and are not supported and how they impact your project in the future.</p> <p>This document will be considered a living document. Supported timelines, backport targets and API stability guarantees will be updated here as they change.</p> <p>If there is something that you require or this document leaves out, please reach out by <a href="https://github.com/containerd/containerd/issues">filing an issue</a>.</p> <h2>Releases</h2> <p>Releases of containerd will be versioned using dotted triples, similar to <a href="http://semver.org/">Semantic Version</a>. For the purposes of this document, we will refer to the respective components of this triple as <code>&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>. The version number may have additional information, such as alpha, beta and release candidate qualifications. Such releases will be considered &quot;pre-releases&quot;.</p> <h3>Major and Minor Releases</h3> <p>Major and minor releases of containerd will be made from main. Releases of containerd will be marked with GPG signed tags and announced at <a href="https://github.com/containerd/containerd/releases">https://github.com/containerd/containerd/releases</a>. The tag will be of the format <code>v&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code> and should be made with the command <code>git tag -s v&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>.</p> <p>After a minor release, a branch will be created, with the format <code>release/&lt;major&gt;.&lt;minor&gt;</code> from the minor tag. All further patch releases will be done from that branch. For example, once we release <code>v1.0.0</code>, a branch <code>release/1.0</code> will be created from that tag. All future patch releases will be done against that branch.</p> <h3>Pre-releases</h3> <p>Pre-releases, such as alphas, betas and release candidates will be conducted from their source branch. For major and minor releases, these releases will be done from main. For patch releases, these pre-releases should be done within the corresponding release branch.</p> <p>While pre-releases are done to assist in the stabilization process, no guarantees are provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/207ad711eabd375a01713109a8a197d197ff6542"><code>207ad71</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10939">#10939</a> from dmcgowan/prepare-v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/03ba4ce1f7c72e201da3e451fe74d7b4791bd914"><code>03ba4ce</code></a> Update release notes for v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/f2da3fd688adef87716d1ecd9811a7c4deab72fd"><code>f2da3fd</code></a> Update release docs for v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/63692068709eb5dc21a4cdd72c46788c35ecb62c"><code>6369206</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10954">#10954</a> from dmcgowan/update-typeurl-2.2.2</li> <li><a href="https://github.com/containerd/containerd/commit/ff09b428e115c19100e3da706109ef3d1c48f3d9"><code>ff09b42</code></a> Update typeurl to v2.2.2</li> <li><a href="https://github.com/containerd/containerd/commit/18caa33fdcfd55f40bff2e311cabc6a1a00123c9"><code>18caa33</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10944">#10944</a> from containerd/dependabot/github_actions/softprops...</li> <li><a href="https://github.com/containerd/containerd/commit/545605d5b4907e56e83bbaca33c9d33f5044ce0b"><code>545605d</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10945">#10945</a> from containerd/dependabot/github_actions/google-gi...</li> <li><a href="https://github.com/containerd/containerd/commit/71c274bb8143b419390966370059e67449850deb"><code>71c274b</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10947">#10947</a> from containerd/dependabot/go_modules/github.com/co...</li> <li><a href="https://github.com/containerd/containerd/commit/e841240997e363c14c1c0806cd44c0c47e59fc03"><code>e841240</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10946">#10946</a> from containerd/dependabot/go_modules/github.com/co...</li> <li><a href="https://github.com/containerd/containerd/commit/9fe6f7c0672f5ceb4de10847018345089fc82694"><code>9fe6f7c</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10943">#10943</a> from containerd/dependabot/github_actions/google-gi...</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.6...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.6&new-version=2.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 12:16:34 +00:00
github.com/Microsoft/hcsshim v0.12.9 // indirect
2024-04-22 12:22:15 -05:00
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/agnivade/levenshtein v1.2.0 // indirect
2024-04-19 09:08:31 -05:00
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
feat(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.2 (#218) Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.1 to 1.28.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/70eb57ac775f782db6856c73f1ca22eae8e48ac2"><code>70eb57a</code></a> Release 2024-11-06</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cd2c6b1af3d2fd8b114804a604a6b621fbed92c3"><code>cd2c6b1</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2b2a737b179ea3b7b699584ff6c391619b8f6de3"><code>2b2a737</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8c9892f0427c4bf13dac6f944b250fe6512eb6cf"><code>8c9892f</code></a> bump smithy-go codegen to latest (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2890">#2890</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82897becacb0c658ac8eec09c7e2929f9bfdd0fb"><code>82897be</code></a> fix potential for user-agent lang value mismatch in tests (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2888">#2888</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/061540b5a73ead172928c9c5aebc48c011bf4ee1"><code>061540b</code></a> Cloudfront - add expire time in signed cookie. (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2862">#2862</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa3bd1f75d6849d7301f20107485cb54f39dd387"><code>aa3bd1f</code></a> fix makefile to not spam releases for feature/dynamodb/attributevalue (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2885">#2885</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/eb96051d5b9f85e74e8371384b3d8e8e0d7370cf"><code>eb96051</code></a> Release 2024-11-01</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7f2d000cf7b48c47a1f262676b59b608328af13a"><code>7f2d000</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8542f2f22d9a1d827b6730f8eade2388c41abdaa"><code>8542f2f</code></a> Update endpoints model</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.1...config/v1.28.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.28.1&new-version=1.28.2)](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>
2024-11-07 09:20:05 +00:00
github.com/aws/aws-sdk-go-v2 v1.32.4 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.43 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
2024-06-25 11:49:58 -05:00
github.com/aws/aws-sdk-go-v2/service/ecr v1.29.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.24.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
feat(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.2 (#218) Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.1 to 1.28.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/70eb57ac775f782db6856c73f1ca22eae8e48ac2"><code>70eb57a</code></a> Release 2024-11-06</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cd2c6b1af3d2fd8b114804a604a6b621fbed92c3"><code>cd2c6b1</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2b2a737b179ea3b7b699584ff6c391619b8f6de3"><code>2b2a737</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8c9892f0427c4bf13dac6f944b250fe6512eb6cf"><code>8c9892f</code></a> bump smithy-go codegen to latest (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2890">#2890</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82897becacb0c658ac8eec09c7e2929f9bfdd0fb"><code>82897be</code></a> fix potential for user-agent lang value mismatch in tests (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2888">#2888</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/061540b5a73ead172928c9c5aebc48c011bf4ee1"><code>061540b</code></a> Cloudfront - add expire time in signed cookie. (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2862">#2862</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa3bd1f75d6849d7301f20107485cb54f39dd387"><code>aa3bd1f</code></a> fix makefile to not spam releases for feature/dynamodb/attributevalue (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2885">#2885</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/eb96051d5b9f85e74e8371384b3d8e8e0d7370cf"><code>eb96051</code></a> Release 2024-11-01</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7f2d000cf7b48c47a1f262676b59b608328af13a"><code>7f2d000</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8542f2f22d9a1d827b6730f8eade2388c41abdaa"><code>8542f2f</code></a> Update endpoints model</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.1...config/v1.28.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.28.1&new-version=1.28.2)](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>
2024-11-07 09:20:05 +00:00
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect
github.com/aws/aws-sdk-go-v2/service/kms v1.37.2 // indirect
feat(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.2 (#218) Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.1 to 1.28.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/70eb57ac775f782db6856c73f1ca22eae8e48ac2"><code>70eb57a</code></a> Release 2024-11-06</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cd2c6b1af3d2fd8b114804a604a6b621fbed92c3"><code>cd2c6b1</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2b2a737b179ea3b7b699584ff6c391619b8f6de3"><code>2b2a737</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8c9892f0427c4bf13dac6f944b250fe6512eb6cf"><code>8c9892f</code></a> bump smithy-go codegen to latest (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2890">#2890</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82897becacb0c658ac8eec09c7e2929f9bfdd0fb"><code>82897be</code></a> fix potential for user-agent lang value mismatch in tests (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2888">#2888</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/061540b5a73ead172928c9c5aebc48c011bf4ee1"><code>061540b</code></a> Cloudfront - add expire time in signed cookie. (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2862">#2862</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa3bd1f75d6849d7301f20107485cb54f39dd387"><code>aa3bd1f</code></a> fix makefile to not spam releases for feature/dynamodb/attributevalue (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2885">#2885</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/eb96051d5b9f85e74e8371384b3d8e8e0d7370cf"><code>eb96051</code></a> Release 2024-11-01</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7f2d000cf7b48c47a1f262676b59b608328af13a"><code>7f2d000</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8542f2f22d9a1d827b6730f8eade2388c41abdaa"><code>8542f2f</code></a> Update endpoints model</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.1...config/v1.28.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.28.1&new-version=1.28.2)](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>
2024-11-07 09:20:05 +00:00
github.com/aws/aws-sdk-go-v2/service/sso v1.24.4 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect
github.com/aws/smithy-go v1.22.0 // indirect
2024-04-22 12:22:15 -05:00
github.com/beorn7/perks v1.0.1 // indirect
2024-04-19 09:08:31 -05:00
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.5 to 2.0.0-rc.6 (#212) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.5 to 2.0.0-rc.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0-rc.6</h2> <p>Welcome to the v2.0.0-rc.6 release of containerd! <em>This is a pre-release of containerd</em></p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> <li>Add support for user namespaces (KEP-127) (<a href="https://redirect.github.com/containerd/containerd/pull/8803">#8803</a>)</li> <li>Remove CRI v1alpha2 (<a href="https://redirect.github.com/containerd/containerd/pull/8276">#8276</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/b70cce2085802e9e166ed8d92b42058c550f9ca3"><code>b70cce2</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10887">#10887</a> from dmcgowan/prepare-v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/5c65a3d7b0eb3cb056a7cd56a5eb8433bc582af1"><code>5c65a3d</code></a> Update version to v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/9aa637b22d3253dc4608647257078a18813b6acb"><code>9aa637b</code></a> Update api vendor to latest</li> <li><a href="https://github.com/containerd/containerd/commit/574f0daa3e40c036058ff9d69adae2b691488df7"><code>574f0da</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10884">#10884</a> from samuelkarp/nri-0.7.0</li> <li><a href="https://github.com/containerd/containerd/commit/4b9d6c0144292c9291d07edb057c4b114585ccad"><code>4b9d6c0</code></a> deps: bump github.com/containerd/nri</li> <li><a href="https://github.com/containerd/containerd/commit/651757761f131b6627f263b47ef001a80dcd396b"><code>6517577</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10864">#10864</a> from djdongjin/dedup-cri-util</li> <li><a href="https://github.com/containerd/containerd/commit/deccefc8cf1c35335f8617fb44dd92cc66d75e7d"><code>deccefc</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/9982">#9982</a> from rayburgemeestre/merge-toml-configurations-for-p...</li> <li><a href="https://github.com/containerd/containerd/commit/e370f0e31ca5ec32af8675113eeef840acec7218"><code>e370f0e</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10882">#10882</a> from samuelkarp/containerd-2.0-guide</li> <li><a href="https://github.com/containerd/containerd/commit/bc819bc97adc3c3aebe1619358542c3444d47ab8"><code>bc819bc</code></a> docs: add command for finding schema 1 images</li> <li><a href="https://github.com/containerd/containerd/commit/18654db80ab81f798c15faa4af1cca357bbd69de"><code>18654db</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10881">#10881</a> from samuelkarp/containerd-2.0-guide</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](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>
2024-10-24 09:05:49 +00:00
github.com/containerd/containerd v1.7.23 // indirect
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.6 to 2.0.0 (#216) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.6 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0</h2> <p>Welcome to the v2.0.0 release of containerd!</p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <p>See <a href="https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md">containerd 2.0</a> documentation for details on what is new and has changed in this release.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Support arm64/v9 and minor variants (<a href="https://redirect.github.com/containerd/platforms/pull/8">containerd/platforms#8</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>KEP-3857: Recursive Read-only (RRO) mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9787">#9787</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/blob/main/RELEASES.md">github.com/containerd/containerd/v2's changelog</a>.</em></p> <blockquote> <h1>Versioning and Release</h1> <p>This document details the versioning and release plan for containerd. Stability is a top goal for this project, and we hope that this document and the processes it entails will help to achieve that. It covers the release process, versioning numbering, backporting, API stability and support horizons.</p> <p>If you rely on containerd, it would be good to spend time understanding the areas of the API that are and are not supported and how they impact your project in the future.</p> <p>This document will be considered a living document. Supported timelines, backport targets and API stability guarantees will be updated here as they change.</p> <p>If there is something that you require or this document leaves out, please reach out by <a href="https://github.com/containerd/containerd/issues">filing an issue</a>.</p> <h2>Releases</h2> <p>Releases of containerd will be versioned using dotted triples, similar to <a href="http://semver.org/">Semantic Version</a>. For the purposes of this document, we will refer to the respective components of this triple as <code>&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>. The version number may have additional information, such as alpha, beta and release candidate qualifications. Such releases will be considered &quot;pre-releases&quot;.</p> <h3>Major and Minor Releases</h3> <p>Major and minor releases of containerd will be made from main. Releases of containerd will be marked with GPG signed tags and announced at <a href="https://github.com/containerd/containerd/releases">https://github.com/containerd/containerd/releases</a>. The tag will be of the format <code>v&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code> and should be made with the command <code>git tag -s v&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>.</p> <p>After a minor release, a branch will be created, with the format <code>release/&lt;major&gt;.&lt;minor&gt;</code> from the minor tag. All further patch releases will be done from that branch. For example, once we release <code>v1.0.0</code>, a branch <code>release/1.0</code> will be created from that tag. All future patch releases will be done against that branch.</p> <h3>Pre-releases</h3> <p>Pre-releases, such as alphas, betas and release candidates will be conducted from their source branch. For major and minor releases, these releases will be done from main. For patch releases, these pre-releases should be done within the corresponding release branch.</p> <p>While pre-releases are done to assist in the stabilization process, no guarantees are provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/207ad711eabd375a01713109a8a197d197ff6542"><code>207ad71</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10939">#10939</a> from dmcgowan/prepare-v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/03ba4ce1f7c72e201da3e451fe74d7b4791bd914"><code>03ba4ce</code></a> Update release notes for v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/f2da3fd688adef87716d1ecd9811a7c4deab72fd"><code>f2da3fd</code></a> Update release docs for v2.0.0</li> <li><a href="https://github.com/containerd/containerd/commit/63692068709eb5dc21a4cdd72c46788c35ecb62c"><code>6369206</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10954">#10954</a> from dmcgowan/update-typeurl-2.2.2</li> <li><a href="https://github.com/containerd/containerd/commit/ff09b428e115c19100e3da706109ef3d1c48f3d9"><code>ff09b42</code></a> Update typeurl to v2.2.2</li> <li><a href="https://github.com/containerd/containerd/commit/18caa33fdcfd55f40bff2e311cabc6a1a00123c9"><code>18caa33</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10944">#10944</a> from containerd/dependabot/github_actions/softprops...</li> <li><a href="https://github.com/containerd/containerd/commit/545605d5b4907e56e83bbaca33c9d33f5044ce0b"><code>545605d</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10945">#10945</a> from containerd/dependabot/github_actions/google-gi...</li> <li><a href="https://github.com/containerd/containerd/commit/71c274bb8143b419390966370059e67449850deb"><code>71c274b</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10947">#10947</a> from containerd/dependabot/go_modules/github.com/co...</li> <li><a href="https://github.com/containerd/containerd/commit/e841240997e363c14c1c0806cd44c0c47e59fc03"><code>e841240</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10946">#10946</a> from containerd/dependabot/go_modules/github.com/co...</li> <li><a href="https://github.com/containerd/containerd/commit/9fe6f7c0672f5ceb4de10847018345089fc82694"><code>9fe6f7c</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10943">#10943</a> from containerd/dependabot/github_actions/google-gi...</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.6...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.6&new-version=2.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 12:16:34 +00:00
github.com/containerd/errdefs v1.0.0 // indirect
2024-04-15 15:20:56 -05:00
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f // indirect
2024-10-22 15:31:55 +01:00
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2024-04-19 09:08:31 -05:00
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
2024-08-08 10:16:18 -05:00
github.com/docker/cli v27.1.1+incompatible // indirect
2024-04-19 09:08:31 -05:00
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.8.1 // indirect
2024-04-19 09:08:31 -05:00
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
2024-04-15 15:20:56 -05:00
github.com/felixge/httpsnoop v1.0.4 // indirect
2024-04-19 09:08:31 -05:00
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-chi/chi v4.1.2+incompatible // indirect
2024-10-22 15:31:55 +01:00
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
2024-04-22 12:22:15 -05:00
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
2024-04-15 15:20:56 -05:00
github.com/go-logr/stdr v1.2.2 // indirect
2024-04-19 09:08:31 -05:00
github.com/go-openapi/analysis v0.23.0 // indirect
github.com/go-openapi/errors v0.22.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/loads v0.22.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-openapi/validate v0.24.0 // indirect
2024-04-22 12:22:15 -05:00
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2024-04-19 09:08:31 -05:00
github.com/golang/snappy v0.0.4 // indirect
github.com/google/certificate-transparency-go v1.2.1 // indirect
github.com/google/s2a-go v0.1.8 // indirect
2024-04-15 15:20:56 -05:00
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
2024-04-22 12:22:15 -05:00
github.com/gorilla/mux v1.8.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
2024-04-19 09:08:31 -05:00
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2024-04-19 09:08:31 -05:00
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
github.com/jellydator/ttlcache/v3 v3.3.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
2024-04-19 09:08:31 -05:00
github.com/josharian/intern v1.0.0 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.5 to 2.0.0-rc.6 (#212) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.5 to 2.0.0-rc.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0-rc.6</h2> <p>Welcome to the v2.0.0-rc.6 release of containerd! <em>This is a pre-release of containerd</em></p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> <li>Add support for user namespaces (KEP-127) (<a href="https://redirect.github.com/containerd/containerd/pull/8803">#8803</a>)</li> <li>Remove CRI v1alpha2 (<a href="https://redirect.github.com/containerd/containerd/pull/8276">#8276</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/b70cce2085802e9e166ed8d92b42058c550f9ca3"><code>b70cce2</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10887">#10887</a> from dmcgowan/prepare-v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/5c65a3d7b0eb3cb056a7cd56a5eb8433bc582af1"><code>5c65a3d</code></a> Update version to v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/9aa637b22d3253dc4608647257078a18813b6acb"><code>9aa637b</code></a> Update api vendor to latest</li> <li><a href="https://github.com/containerd/containerd/commit/574f0daa3e40c036058ff9d69adae2b691488df7"><code>574f0da</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10884">#10884</a> from samuelkarp/nri-0.7.0</li> <li><a href="https://github.com/containerd/containerd/commit/4b9d6c0144292c9291d07edb057c4b114585ccad"><code>4b9d6c0</code></a> deps: bump github.com/containerd/nri</li> <li><a href="https://github.com/containerd/containerd/commit/651757761f131b6627f263b47ef001a80dcd396b"><code>6517577</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10864">#10864</a> from djdongjin/dedup-cri-util</li> <li><a href="https://github.com/containerd/containerd/commit/deccefc8cf1c35335f8617fb44dd92cc66d75e7d"><code>deccefc</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/9982">#9982</a> from rayburgemeestre/merge-toml-configurations-for-p...</li> <li><a href="https://github.com/containerd/containerd/commit/e370f0e31ca5ec32af8675113eeef840acec7218"><code>e370f0e</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10882">#10882</a> from samuelkarp/containerd-2.0-guide</li> <li><a href="https://github.com/containerd/containerd/commit/bc819bc97adc3c3aebe1619358542c3444d47ab8"><code>bc819bc</code></a> docs: add command for finding schema 1 images</li> <li><a href="https://github.com/containerd/containerd/commit/18654db80ab81f798c15faa4af1cca357bbd69de"><code>18654db</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10881">#10881</a> from samuelkarp/containerd-2.0-guide</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](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>
2024-10-24 09:05:49 +00:00
github.com/klauspost/compress v1.17.11 // indirect
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
2024-04-15 15:20:56 -05:00
github.com/magiconair/properties v1.8.7 // indirect
2024-04-19 09:08:31 -05:00
github.com/mailru/easyjson v0.7.7 // indirect
2024-04-15 15:20:56 -05:00
github.com/mitchellh/go-homedir v1.1.0 // indirect
2024-04-19 09:08:31 -05:00
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2024-04-19 09:08:31 -05:00
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
github.com/oklog/ulid v1.3.1 // indirect
2024-04-15 15:20:56 -05:00
github.com/opencontainers/go-digest v1.0.0 // indirect
2024-04-19 09:08:31 -05:00
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
2024-10-22 15:31:55 +01:00
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
2024-04-19 09:08:31 -05:00
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.5 to 2.0.0-rc.6 (#212) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.5 to 2.0.0-rc.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0-rc.6</h2> <p>Welcome to the v2.0.0-rc.6 release of containerd! <em>This is a pre-release of containerd</em></p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> <li>Add support for user namespaces (KEP-127) (<a href="https://redirect.github.com/containerd/containerd/pull/8803">#8803</a>)</li> <li>Remove CRI v1alpha2 (<a href="https://redirect.github.com/containerd/containerd/pull/8276">#8276</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/b70cce2085802e9e166ed8d92b42058c550f9ca3"><code>b70cce2</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10887">#10887</a> from dmcgowan/prepare-v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/5c65a3d7b0eb3cb056a7cd56a5eb8433bc582af1"><code>5c65a3d</code></a> Update version to v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/9aa637b22d3253dc4608647257078a18813b6acb"><code>9aa637b</code></a> Update api vendor to latest</li> <li><a href="https://github.com/containerd/containerd/commit/574f0daa3e40c036058ff9d69adae2b691488df7"><code>574f0da</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10884">#10884</a> from samuelkarp/nri-0.7.0</li> <li><a href="https://github.com/containerd/containerd/commit/4b9d6c0144292c9291d07edb057c4b114585ccad"><code>4b9d6c0</code></a> deps: bump github.com/containerd/nri</li> <li><a href="https://github.com/containerd/containerd/commit/651757761f131b6627f263b47ef001a80dcd396b"><code>6517577</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10864">#10864</a> from djdongjin/dedup-cri-util</li> <li><a href="https://github.com/containerd/containerd/commit/deccefc8cf1c35335f8617fb44dd92cc66d75e7d"><code>deccefc</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/9982">#9982</a> from rayburgemeestre/merge-toml-configurations-for-p...</li> <li><a href="https://github.com/containerd/containerd/commit/e370f0e31ca5ec32af8675113eeef840acec7218"><code>e370f0e</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10882">#10882</a> from samuelkarp/containerd-2.0-guide</li> <li><a href="https://github.com/containerd/containerd/commit/bc819bc97adc3c3aebe1619358542c3444d47ab8"><code>bc819bc</code></a> docs: add command for finding schema 1 images</li> <li><a href="https://github.com/containerd/containerd/commit/18654db80ab81f798c15faa4af1cca357bbd69de"><code>18654db</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10881">#10881</a> from samuelkarp/containerd-2.0-guide</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](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>
2024-10-24 09:05:49 +00:00
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
2024-04-22 12:22:15 -05:00
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
feat(deps): bump github.com/open-policy-agent/opa from 0.69.0 to 0.70.0 (#215) Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.69.0 to 0.70.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-policy-agent/opa/releases">github.com/open-policy-agent/opa's releases</a>.</em></p> <blockquote> <h2>v0.70.0</h2> <p>This release contains a mix of features, performance improvements, and bugfixes.</p> <h3>Optimized read mode for OPA's in-memory store (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7125">#7125</a>)</h3> <p>A new optimized read mode has been added to the default in-memory store, where data written to the store is eagerly converted to AST values (the data format used during evaluation). This removes the time spent converting raw data values to AST during policy evaluation, thereby improving performance.</p> <p>The memory footprint of the store will increase, as processed AST values generally take up more space in memory than the corresponding raw data values, but overall memory usage of OPA might remain more stable over time, as pre-converted data is shared across evaluations and isn't recomputed for each evaluation, which can cause spikes in memory usage.</p> <p>This mode can be enabled for <code>opa run</code>, <code>opa eval</code>, and <code>opa bench</code> by setting the <code>--optimize-store-for-read-speed</code> flag.</p> <p>More information about this feature can be found <a href="https://www.openpolicyagent.org/docs/v0.70.0/policy-performance/#storage-optimization">here</a>.</p> <p>Co-authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a> and <a href="https://github.com/ashutosh-narkar"><code>@​ashutosh-narkar</code></a>.</p> <h3>Topdown and Rego</h3> <ul> <li>topdown: Use new Inter-Query Value Cache for <code>json.match_schema</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7011">#7011</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a> reported by <a href="https://github.com/lcarva"><code>@​lcarva</code></a></li> <li>ast: Fix location text attribute for multi-value rules with generated body (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7128">#7128</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>ast: Fix regression in <code>opa check</code> where a file that referenced non-provided schemas failed validation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7124">#7124</a>) authored by <a href="https://github.com/tjons"><code>@​tjons</code></a></li> <li>test/cases/testdata: Fix bug in test by replacing unification by explicit equality check (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7093">#7093</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> <li>ast: Replace use of yaml.v2 library with yaml.v3. The earlier version would parse <code>yes</code>/<code>no</code> values as boolean. The usage of yaml.v2 in the parser was unintentional and now has been updated to yaml.v3 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7090">#7090</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> </ul> <h3>Runtime, Tooling, SDK</h3> <ul> <li>cmd: Make <code>opa check</code> respect <code>--ignore</code> when <code>--bundle</code> flag is set (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7136">#7136</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>server/writer: Properly handle result encoding errors which earlier on failure would emit logs such as <code>superfluous call to WriteHeader()</code> while still returning <code>200</code> HTTP status code. Now, errors encoding the payload properly lead to <code>500</code> HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7114">#7114</a>) authored by <a href="https://github.com/srenatus"><code>@​srenatus</code></a></li> <li>cmd: Support <code>file://</code> format for TLS key material file flags in <code>opa run</code> (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7094">#7094</a>) authored by <a href="https://github.com/alexrohozneanu"><code>@​alexrohozneanu</code></a></li> <li>plugins/rest/azure: Support managed identity for App Service / Container Apps (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7085">#7085</a>) reported and authored by <a href="https://github.com/apc-kamezaki"><code>@​apc-kamezaki</code></a></li> <li>debug: Fix step-over behaviour when exiting partial rules (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7096">#7096</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>util+plugins: Fix potential memory leaks with explicit timer cancellation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7089">#7089</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> </ul> <h3>Docs, Website, Ecosystem</h3> <ul> <li>docs: Fix OCI example with updated flag used by the ORAS CLI (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7130">#7130</a>) authored by <a href="https://github.com/b3n3d17"><code>@​b3n3d17</code></a></li> <li>docs: Delete Atom editor from supported editor integrations (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7111">#7111</a>) authored by <a href="https://github.com/KaranbirSingh7"><code>@​KaranbirSingh7</code></a></li> <li>docs/website: Add Styra OPA ASP.NET Core SDK integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7073">#7073</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> <li>docs/website: Update compatibility information on the rego-cpp integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7078">#7078</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Dependency updates; notably: <ul> <li>build(deps): bump github.com/containerd/containerd from 1.7.22 to 1.7.23</li> <li>build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5</li> <li>build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0</li> <li>build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0</li> <li>build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md">github.com/open-policy-agent/opa's changelog</a>.</em></p> <blockquote> <h2>0.70.0</h2> <p>This release contains a mix of features, performance improvements, and bugfixes.</p> <h3>Optimized read mode for OPA's in-memory store (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7125">#7125</a>)</h3> <p>A new optimized read mode has been added to the default in-memory store, where data written to the store is eagerly converted to AST values (the data format used during evaluation). This removes the time spent converting raw data values to AST during policy evaluation, thereby improving performance.</p> <p>The memory footprint of the store will increase, as processed AST values generally take up more space in memory than the corresponding raw data values, but overall memory usage of OPA might remain more stable over time, as pre-converted data is shared across evaluations and isn't recomputed for each evaluation, which can cause spikes in memory usage.</p> <p>This mode can be enabled for <code>opa run</code>, <code>opa eval</code>, and <code>opa bench</code> by setting the <code>--optimize-store-for-read-speed</code> flag.</p> <p>More information about this feature can be found <a href="https://www.openpolicyagent.org/docs/v0.70.0/policy-performance/#storage-optimization">here</a>.</p> <p>Co-authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a> and <a href="https://github.com/ashutosh-narkar"><code>@​ashutosh-narkar</code></a>.</p> <h3>Topdown and Rego</h3> <ul> <li>topdown: Use new Inter-Query Value Cache for <code>json.match_schema</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7011">#7011</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a> reported by <a href="https://github.com/lcarva"><code>@​lcarva</code></a></li> <li>ast: Fix location text attribute for multi-value rules with generated body (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7128">#7128</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>ast: Fix regression in <code>opa check</code> where a file that referenced non-provided schemas failed validation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7124">#7124</a>) authored by <a href="https://github.com/tjons"><code>@​tjons</code></a></li> <li>test/cases/testdata: Fix bug in test by replacing unification by explicit equality check (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7093">#7093</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> <li>ast: Replace use of yaml.v2 library with yaml.v3. The earlier version would parse <code>yes</code>/<code>no</code> values as boolean. The usage of yaml.v2 in the parser was unintentional and now has been updated to yaml.v3 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7090">#7090</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> </ul> <h3>Runtime, Tooling, SDK</h3> <ul> <li>cmd: Make <code>opa check</code> respect <code>--ignore</code> when <code>--bundle</code> flag is set (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7136">#7136</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>server/writer: Properly handle result encoding errors which earlier on failure would emit logs such as <code>superfluous call to WriteHeader()</code> while still returning <code>200</code> HTTP status code. Now, errors encoding the payload properly lead to <code>500</code> HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7114">#7114</a>) authored by <a href="https://github.com/srenatus"><code>@​srenatus</code></a></li> <li>cmd: Support <code>file://</code> format for TLS key material file flags in <code>opa run</code> (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7094">#7094</a>) authored by <a href="https://github.com/alexrohozneanu"><code>@​alexrohozneanu</code></a></li> <li>plugins/rest/azure: Support managed identity for App Service / Container Apps (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7085">#7085</a>) reported and authored by <a href="https://github.com/apc-kamezaki"><code>@​apc-kamezaki</code></a></li> <li>debug: Fix step-over behaviour when exiting partial rules (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7096">#7096</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>util+plugins: Fix potential memory leaks with explicit timer cancellation (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7089">#7089</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> </ul> <h3>Docs, Website, Ecosystem</h3> <ul> <li>docs: Fix OCI example with updated flag used by the ORAS CLI (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7130">#7130</a>) authored by <a href="https://github.com/b3n3d17"><code>@​b3n3d17</code></a></li> <li>docs: Delete Atom editor from supported editor integrations (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7111">#7111</a>) authored by <a href="https://github.com/KaranbirSingh7"><code>@​KaranbirSingh7</code></a></li> <li>docs/website: Add Styra OPA ASP.NET Core SDK integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7073">#7073</a>) authored by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a></li> <li>docs/website: Update compatibility information on the rego-cpp integration (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7078">#7078</a>) authored by <a href="https://github.com/matajoh"><code>@​matajoh</code></a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>Dependency updates; notably: <ul> <li>build(deps): bump github.com/containerd/containerd from 1.7.22 to 1.7.23</li> <li>build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5</li> <li>build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0</li> <li>build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0</li> <li>build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-policy-agent/opa/commit/2ea031ea04e6a8afbc5dd22f656131dc3cfc5a7d"><code>2ea031e</code></a> Prepare v0.70.0 release</li> <li><a href="https://github.com/open-policy-agent/opa/commit/6af5e79bd9e7512c3d4329b7a2ff52caa46257dc"><code>6af5e79</code></a> storage: Optimized read mode for default data storage</li> <li><a href="https://github.com/open-policy-agent/opa/commit/1b797d9c1b37382cc03cb2d96957c12bdec07ab0"><code>1b797d9</code></a> Make <code>opa check</code> respect <code>--ignore</code> when <code>--bundle</code> flag is set (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7137">#7137</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/8e44b989932dc8bd7d9939af0a7536d2ec1debb6"><code>8e44b98</code></a> build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7138">#7138</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/ad6ffdae6af3b056b17f273525b89564bd269c7d"><code>ad6ffda</code></a> build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7135">#7135</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/67fe53bfbefb2f03e4433ccbe512a3ded06a013c"><code>67fe53b</code></a> Update Andrew Peabody to emeritus (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7133">#7133</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/30f374713b07ee98948c83235ab967ba0ad502ae"><code>30f3747</code></a> build(deps): bump github/codeql-action from 3.26.13 to 3.27.0</li> <li><a href="https://github.com/open-policy-agent/opa/commit/f7957bdd73ff49fdb142ec41030acacc6ac04943"><code>f7957bd</code></a> :bug: fix: oras cli changed to --config</li> <li><a href="https://github.com/open-policy-agent/opa/commit/58ec50b4b0a3dc39a83b777a031e7380b3979f18"><code>58ec50b</code></a> Fix location for multivalue rules with generated bodies (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7129">#7129</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/555fe84094264cca82c2db9d894c9854df317b7a"><code>555fe84</code></a> only check schemas when schemas are provided (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7124">#7124</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-policy-agent/opa/compare/v0.69.0...v0.70.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/open-policy-agent/opa&package-manager=go_modules&previous-version=0.69.0&new-version=0.70.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:46:23 +00:00
github.com/rogpeppe/go-internal v1.13.1 // indirect
2024-04-19 09:08:31 -05:00
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sassoftware/relic v7.2.1+incompatible // indirect
2024-10-22 15:31:55 +01:00
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
2024-04-19 09:08:31 -05:00
github.com/shibumi/go-pathspec v1.3.0 // indirect
github.com/sigstore/protobuf-specs v0.3.2 // indirect
2024-04-19 09:08:31 -05:00
github.com/sigstore/timestamp-authority v1.2.2 // indirect
2024-04-15 15:20:56 -05:00
github.com/sirupsen/logrus v1.9.3 // indirect
2024-10-22 15:31:55 +01:00
github.com/skeema/knownhosts v1.2.2 // indirect
2024-04-19 09:08:31 -05:00
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
2024-04-19 09:08:31 -05:00
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.19.0 // indirect
2024-04-19 09:08:31 -05:00
github.com/subosito/gotenv v1.6.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
2024-04-22 12:22:15 -05:00
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
2024-04-19 09:08:31 -05:00
github.com/theupdateframework/go-tuf v0.7.0 // indirect
2024-04-15 15:20:56 -05:00
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
2024-04-19 09:08:31 -05:00
github.com/transparency-dev/merkle v0.0.2 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
2024-04-22 12:22:15 -05:00
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/yashtewari/glob-intersection v0.2.0 // indirect
go.mongodb.org/mongo-driver v1.15.0 // indirect
go.opencensus.io v0.24.0 // indirect
feat(deps): bump github.com/containerd/containerd/v2 from 2.0.0-rc.5 to 2.0.0-rc.6 (#212) Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.0-rc.5 to 2.0.0-rc.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd/v2's releases</a>.</em></p> <blockquote> <h2>containerd 2.0.0-rc.6</h2> <p>Welcome to the v2.0.0-rc.6 release of containerd! <em>This is a pre-release of containerd</em></p> <p>The first major release of containerd 2.x focuses on the continued stability of containerd's core feature set with an easy upgrade from containerd 1.x. This release includes the stabilization of new features added in the last 1.x release as well as the removal of features which were deprecated in 1.x. The goal is to support the vast community of containerd users well into the future along with their ever increasing deployment footprints and variety of use cases.</p> <h3>Highlights</h3> <ul> <li>Allow sections of Plugins to be merged, and not overwritten as entire sections. (<a href="https://redirect.github.com/containerd/containerd/pull/9982">#9982</a>)</li> <li>Add Update API for sandbox controller (<a href="https://redirect.github.com/containerd/containerd/pull/9903">#9903</a>)</li> <li>Configure otel from env instead of config.toml (<a href="https://redirect.github.com/containerd/containerd/pull/8970">#8970</a>)</li> <li>Enable NRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9744">#9744</a>)</li> <li>Add PluginInfo to introspection API (<a href="https://redirect.github.com/containerd/containerd/pull/9442">#9442</a>)</li> <li>Remove overlayfs volatile option on temp mounts (<a href="https://redirect.github.com/containerd/containerd/pull/9555">#9555</a>)</li> <li>Expose usage of deprecated features (<a href="https://redirect.github.com/containerd/containerd/pull/9258">#9258</a>)</li> <li>Use Intel ISA-L's igzip if available (<a href="https://redirect.github.com/containerd/containerd/pull/9200">#9200</a>)</li> <li>Introduce top level config migration (<a href="https://redirect.github.com/containerd/containerd/pull/9223">#9223</a>)</li> <li>Add image delete target (<a href="https://redirect.github.com/containerd/containerd/pull/8989">#8989</a>)</li> <li>Remove <code>LimitNOFILE</code> from <code>containerd.service</code> (<a href="https://redirect.github.com/containerd/containerd/pull/8924">#8924</a>)</li> <li>Add support for image expiration during garbage collection (<a href="https://redirect.github.com/containerd/containerd/pull/9022">#9022</a>)</li> <li>Reduce the contention between ref lock and boltdb lock in content store (<a href="https://redirect.github.com/containerd/containerd/pull/8792">#8792</a>)</li> <li>Remove &quot;containerd.io/restart.logpath&quot; label (<a href="https://redirect.github.com/containerd/containerd/pull/8264">#8264</a>)</li> <li>Remove <code>aufs</code> snapshotter (<a href="https://redirect.github.com/containerd/containerd/pull/8263">#8263</a>)</li> <li>Fix deadlock during NRI plugin registration (<a href="https://redirect.github.com/containerd/nri/pull/79">containerd/nri#79</a>)</li> <li>Fix deadlock when writing to pipe blocks (<a href="https://redirect.github.com/containerd/ttrpc/pull/168">containerd/ttrpc#168</a>)</li> </ul> <h4>Build and Release Toolchain</h4> <ul> <li>Generate attestation for artifacts during release (<a href="https://redirect.github.com/containerd/containerd/pull/10543">#10543</a>)</li> <li>Remove <code>cri-containerd-*.tar.gz</code> release bundles (<a href="https://redirect.github.com/containerd/containerd/pull/9096">#9096</a>)</li> </ul> <h4>Container Runtime Interface (CRI)</h4> <ul> <li>Use 'UserSpecifiedImage' from CRI to set the image-name annotation (<a href="https://redirect.github.com/containerd/containerd/pull/10747">#10747</a>)</li> <li>Fine-grained SupplementalGroups control (<a href="https://redirect.github.com/containerd/containerd/pull/9737">#9737</a>)</li> <li>Add support to set loopback to up (<a href="https://redirect.github.com/containerd/containerd/pull/10238">#10238</a>)</li> <li>Add support for multiple subscribers to CRI container events (<a href="https://redirect.github.com/containerd/containerd/pull/9661">#9661</a>)</li> <li>Enable CDI by default (<a href="https://redirect.github.com/containerd/containerd/pull/9621">#9621</a>)</li> <li>Remove non-sandboxed CRI implementation (<a href="https://redirect.github.com/containerd/containerd/pull/9228">#9228</a>)</li> <li>Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s &gt;= 1.27) (<a href="https://redirect.github.com/containerd/containerd/pull/8287">#8287</a>)</li> <li>Use sandboxed CRI by default (<a href="https://redirect.github.com/containerd/containerd/pull/8994">#8994</a>)</li> <li>Implement RuntimeConfig CRI call (<a href="https://redirect.github.com/containerd/containerd/pull/8722">#8722</a>)</li> <li>Add support for user namespaces (KEP-127) (<a href="https://redirect.github.com/containerd/containerd/pull/8803">#8803</a>)</li> <li>Remove CRI v1alpha2 (<a href="https://redirect.github.com/containerd/containerd/pull/8276">#8276</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/b70cce2085802e9e166ed8d92b42058c550f9ca3"><code>b70cce2</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10887">#10887</a> from dmcgowan/prepare-v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/5c65a3d7b0eb3cb056a7cd56a5eb8433bc582af1"><code>5c65a3d</code></a> Update version to v2.0.0-rc.6</li> <li><a href="https://github.com/containerd/containerd/commit/9aa637b22d3253dc4608647257078a18813b6acb"><code>9aa637b</code></a> Update api vendor to latest</li> <li><a href="https://github.com/containerd/containerd/commit/574f0daa3e40c036058ff9d69adae2b691488df7"><code>574f0da</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10884">#10884</a> from samuelkarp/nri-0.7.0</li> <li><a href="https://github.com/containerd/containerd/commit/4b9d6c0144292c9291d07edb057c4b114585ccad"><code>4b9d6c0</code></a> deps: bump github.com/containerd/nri</li> <li><a href="https://github.com/containerd/containerd/commit/651757761f131b6627f263b47ef001a80dcd396b"><code>6517577</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10864">#10864</a> from djdongjin/dedup-cri-util</li> <li><a href="https://github.com/containerd/containerd/commit/deccefc8cf1c35335f8617fb44dd92cc66d75e7d"><code>deccefc</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/9982">#9982</a> from rayburgemeestre/merge-toml-configurations-for-p...</li> <li><a href="https://github.com/containerd/containerd/commit/e370f0e31ca5ec32af8675113eeef840acec7218"><code>e370f0e</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10882">#10882</a> from samuelkarp/containerd-2.0-guide</li> <li><a href="https://github.com/containerd/containerd/commit/bc819bc97adc3c3aebe1619358542c3444d47ab8"><code>bc819bc</code></a> docs: add command for finding schema 1 images</li> <li><a href="https://github.com/containerd/containerd/commit/18654db80ab81f798c15faa4af1cca357bbd69de"><code>18654db</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/10881">#10881</a> from samuelkarp/containerd-2.0-guide</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v2.0.0-rc.5...v2.0.0-rc.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.0.0-rc.5&new-version=2.0.0-rc.6)](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>
2024-10-24 09:05:49 +00:00
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
2024-04-19 09:08:31 -05:00
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
feat(deps): bump google.golang.org/api from 0.203.0 to 0.204.0 (#214) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.203.0 to 0.204.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.204.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">0.204.0</a> (2024-10-31)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2837">#2837</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/343ae0e8222988b33ce388661056cd3a834a54a6">343ae0e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2839">#2839</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/37b271e98c5041584a0c4fc0741c2798ab05dbca">37b271e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2841">#2841</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fb3747b8f9c99f0cf41b5830322192bcb0092f0a">fb3747b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3">7221d2c</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0">56c5ddb</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3">9d5f008</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f">5bc448d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c">7955ec4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport/grpc:</strong> Pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c">c67e7c0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13">29e20f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">0.204.0</a> (2024-10-31)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2837">#2837</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/343ae0e8222988b33ce388661056cd3a834a54a6">343ae0e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2839">#2839</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/37b271e98c5041584a0c4fc0741c2798ab05dbca">37b271e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2841">#2841</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fb3747b8f9c99f0cf41b5830322192bcb0092f0a">fb3747b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3">7221d2c</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0">56c5ddb</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3">9d5f008</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f">5bc448d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c">7955ec4</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>transport/grpc:</strong> Pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c">c67e7c0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13">29e20f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/bcf158044a0c2452a9b2600511b09bebe9685573"><code>bcf1580</code></a> chore(main): release 0.204.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2838">#2838</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c67e7c09f9cbe3aea06cfe54f4e550ac16725c6c"><code>c67e7c0</code></a> fix(transport/grpc): pass through cert source to new auth lib (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2840">#2840</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/29e20f602923858630f5e00d5fbd303bcf421f13"><code>29e20f6</code></a> docs: mark WithUniverseDomain as stable (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2847">#2847</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4b4eacf4f254288147f26851afc2a097047ebda8"><code>4b4eacf</code></a> chore: bump auth deps (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2851">#2851</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7955ec454d23d0a36a8ae1c0253b95f7fa3a930c"><code>7955ec4</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2850">#2850</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5bc448d6497f0c355b530d7b17d9f034a02aee6f"><code>5bc448d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2848">#2848</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9d5f008642ce0996af3e4c84f9a017b64c6eb3d3"><code>9d5f008</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2845">#2845</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/48dda951624f45ccd42188e0e85944e9b810ba71"><code>48dda95</code></a> chore(all): update all to 324edc3 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2843">#2843</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/56c5ddb8eaf93f57891f285d913b21fb357b87a0"><code>56c5ddb</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2844">#2844</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7221d2c798d6ae77f88c60de23e5871e92fe03d3"><code>7221d2c</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2842">#2842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.203.0...v0.204.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.203.0&new-version=0.204.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:42:08 +00:00
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
2024-04-19 09:08:31 -05:00
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
pault.ag/go/debian v0.12.0 // indirect
pault.ag/go/topsort v0.1.1 // indirect
2024-04-15 15:20:56 -05:00
)