Skip to content

Commit b82996e

Browse files
build(deps): Bump github.com/fluxcd/pkg/apis/meta from 0.18.0 to 1.0.0 (#67)
Bumps [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) from 0.18.0 to 1.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/eca885f49afb455e9ff3ab07436c8b7bf40c8df0"><code>eca885f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/521">#521</a> from fluxcd/k8s-v0.26.3</li> <li><a href="https://github.com/fluxcd/pkg/commit/07451f66394189a3e97ce67490c817c0c2d03afb"><code>07451f6</code></a> Update Kubernetes packages to v0.26.3</li> <li><a href="https://github.com/fluxcd/pkg/commit/e7086b2bc22cb8501518b687b65ad9ba53458435"><code>e7086b2</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/517">#517</a> from fluxcd/kustomize-fix-selector</li> <li><a href="https://github.com/fluxcd/pkg/commit/5ea22edd550c0809c9a11bb07450b246b0b4b932"><code>5ea22ed</code></a> apis: Kustomize target selector must be a pointer</li> <li><a href="https://github.com/fluxcd/pkg/commit/c01256c2c19038315deb862765939617ab68fef0"><code>c01256c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/520">#520</a> from fluxcd/runtime-test-flakiness</li> <li><a href="https://github.com/fluxcd/pkg/commit/ffa404e88cea08b65c8070b72bc7bf983727ad3a"><code>ffa404e</code></a> runtime/patch: increase (extended) timeout tests</li> <li><a href="https://github.com/fluxcd/pkg/commit/31975dc53fba5b95df2f0f1e7723c7fdc13f8c0b"><code>31975dc</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/518">#518</a> from fluxcd/http-fetch-digest</li> <li><a href="https://github.com/fluxcd/pkg/commit/ad1bda05b94b9c81a0163994c3cc4533efa4be25"><code>ad1bda0</code></a> http/fetch: support digest in archive fetcher</li> <li><a href="https://github.com/fluxcd/pkg/commit/c7d085624bfbbf426b83e5042e5614f85aac8b36"><code>c7d0856</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/514">#514</a> from fluxcd/update-workflows</li> <li><a href="https://github.com/fluxcd/pkg/commit/15ff8cacd82910a23bd47fa8d6977b4c906922e2"><code>15ff8ca</code></a> build: enable Dependabot for GitHub Actions</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/oci/v0.18.0...apis/meta/v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fluxcd/pkg/apis/meta&package-manager=go_modules&previous-version=0.18.0&new-version=1.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fee6af commit b82996e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.20
77

88
require (
99
github.com/fluxcd/helm-controller/api v0.28.1
10-
github.com/fluxcd/pkg/apis/meta v0.18.0
10+
github.com/fluxcd/pkg/apis/meta v1.0.0
1111
github.com/fluxcd/source-controller/api v0.33.0
1212
github.com/onsi/ginkgo/v2 v2.9.2
1313
github.com/onsi/gomega v1.27.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/fluxcd/pkg/apis/acl v0.1.0 h1:EoAl377hDQYL3WqanWCdifauXqXbMyFuK82NnX6
125125
github.com/fluxcd/pkg/apis/acl v0.1.0/go.mod h1:zfEZzz169Oap034EsDhmCAGgnWlcWmIObZjYMusoXS8=
126126
github.com/fluxcd/pkg/apis/kustomize v0.7.0 h1:X2htBmJ91nGYv4d93gin665MFWKNGiNwUiZ08/Zz0hY=
127127
github.com/fluxcd/pkg/apis/kustomize v0.7.0/go.mod h1:Mu+KdktsEKWA4l/33CZdY5lB4hz51mqfcLzBZSwAqVg=
128-
github.com/fluxcd/pkg/apis/meta v0.18.0 h1:s0LeulWcQ4DxVX6805vgDTxlA6bAYk+Lq1QHSnNdqLM=
129-
github.com/fluxcd/pkg/apis/meta v0.18.0/go.mod h1:pYvXRFi1UKNNrGR34jw3uqOnMXw9X6dTkML8j5Z7tis=
128+
github.com/fluxcd/pkg/apis/meta v1.0.0 h1:i9IGHd/VNEZELX7mepkiYFbJxs2J5znaB4cN9z2nPm8=
129+
github.com/fluxcd/pkg/apis/meta v1.0.0/go.mod h1:04ZdpZYm1x+aL93K4daNHW1UX6E8K7Gyf5za9OhrE+U=
130130
github.com/fluxcd/source-controller/api v0.33.0 h1:NZYU3+MNf9puyrTbBa7AJbBDlN7tmt0uw8lyye++5fE=
131131
github.com/fluxcd/source-controller/api v0.33.0/go.mod h1:+DiGND4WSNdGkS7loPUroSarif6dHU4VlVgtLMRKCR8=
132132
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=

0 commit comments

Comments
 (0)