-
Notifications
You must be signed in to change notification settings - Fork 0
Update all gomod dependencies #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
fe90a77
to
9ba7eaa
Compare
9ba7eaa
to
84f26a6
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pg-backuper/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c554ccb
to
74b934e
Compare
a7ef0de
to
3e4e460
Compare
8bd598f
to
f45ce7c
Compare
f45ce7c
to
e489e81
Compare
|
28d6801
to
21ace66
Compare
e85c62e
to
2e33dbe
Compare
17f79a8
to
7f7ee09
Compare
bb6406d
to
1cfcad2
Compare
1cfcad2
to
65ec793
Compare
This PR contains the following updates:
v1.17.1
->v1.17.2
v0.14.2
->v0.16.0
v2.15.0
->v2.16.1
v1.15.23
->v1.17.1
v1.15.13
->v1.17.1
v7.0.87
->v7.0.91
v1.21.0
->v1.22.0
v1.33.0
->v1.34.0
v3.3.3
->v3.3.6
v2.27.5
->v2.27.6
1.24.0
->1.24.2
aa4b98e
->7e4ce0a
v0.32.2
->v0.33.0
v0.32.2
->v0.33.0
v0.32.2
->v0.33.0
v0.32.2
->v0.33.0
24370be
->1f6e0b7
Release Notes
cert-manager/cert-manager (github.com/cert-manager/cert-manager)
v1.17.2
Compare Source
external-secrets/external-secrets (github.com/external-secrets/external-secrets)
v0.16.0
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.16.0
Image:
ghcr.io/external-secrets/external-secrets:v0.16.0-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.16.0-ubi-boringssl
!!! warning
it is known v0.16.0 will not be an easy upgrade if you're not consuming from our official sources via helm.
we are improving the upgrade path for users depending on kustomize in
0.16.1
. Please be patient :)Guide to Promoting to 0.16
Pre Upgrade checks
Make sure you are not using any
v1alpha1
resources across all of your infrastructure.You can do that by performing manual inspection on your manifests, tooling, etc.
Make sure there are no storedVersions on v1alpha1 for
externalsecrets
,clusterexternalsecrets
,secretstores
andclustersecretstores
crds:Run the following command:
If that command returns not safe, remove v1alpha1 from your stored versions. Make sure this status is persisted after you verify these commands.
Upgrading
CRDs as part of external-secrets installation
If you're installing external-secrets CRDs with helm (
installCRDs=true
- the default), all you need to do isThe same goes if you're using argocd or flux and managing crds directly with helm. The above should just work.
CRDs installed separately
If CRDs are installed separately, the first step you need to do is bump the crds:
Verify no error occurs. After that, you can freely migrate external-secrets to
v0.16.1
.Troubleshooting
conversion webhook for external-secrets.io/v1, Kind=ExternalSecret failed: the server could not find the requested resource
Root cause: the CRD installation process failed.
Double check your CRD installation process finished successfully
spec.conversion.webhookClientConfig: Forbidden: should not be set when strategy is not set to Webhook
Use
0.16.1
as opposed to0.16.0
on your installation path. That should be fixed on this releaseMy issue is not here What do I do?
Add a message to https://github.com/external-secrets/external-secrets/issues/4662
BREAKING CHANGES
This release introduces quite a few breaking changes, including:
SecretStore/v1alpha1
,ExternalSecret/v1alpha1
and their cluster counterpartsExternalSecret/v1
andSecretStore/v1
and their cluster counterpartsv1
templating engineValueMaps
from Fake Secret Storeif you have any issues during your upgrade, please check https://github.com/external-secrets/external-secrets/issues/4662
What's Changed
95ea148
to3d0f463
by @dependabot in https://github.com/external-secrets/external-secrets/pull/460275e6700
to00eccd4
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/46447772cb5
to7772cb5
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4649New Contributors
Full Changelog: external-secrets/external-secrets@v0.15.1...v0.16.0
v0.15.1
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.15.1
Image:
ghcr.io/external-secrets/external-secrets:v0.15.1-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.15.1-ubi-boringssl
v0.15.0
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.15.0
Image:
ghcr.io/external-secrets/external-secrets:v0.15.0-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.15.0-ubi-boringssl
What's Changed
ecbeb81
to5993454
by @dependabot in https://github.com/external-secrets/external-secrets/pull/45533f2b64e
to95ea148
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4554New Contributors
Full Changelog: external-secrets/external-secrets@v0.14.4...v0.15.0
v0.14.4
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.14.4
Image:
ghcr.io/external-secrets/external-secrets:v0.14.4-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.14.4-ubi-boringssl
What's Changed
881aaf5
toecbeb81
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4496New Contributors
Full Changelog: external-secrets/external-secrets@v0.14.3...v0.14.4
v0.14.3
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.14.3
Image:
ghcr.io/external-secrets/external-secrets:v0.14.3-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.14.3-ubi-boringssl
What's Changed
56fa17d
toa8560b3
by @dependabot in https://github.com/external-secrets/external-secrets/pull/443856fa17d
toa8560b3
in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4442New Contributors
Full Changelog: external-secrets/external-secrets@v0.14.2...v0.14.3
go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.16.1
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.16.0...v2.16.1
v2.16.0
Compare Source
What's Changed
Bug fixes
Chores
New Contributors
Full Changelog: go-co-op/gocron@v2.15.0...v2.16.0
goccy/go-yaml (github.com/goccy/go-yaml)
v1.17.1
: 1.17.1Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.17.0...v1.17.1
[
v1.17.0
](https://redirect.github.com/goccy/gConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.