feat(helm)!: Update chart external-secrets ( 0.16.1 → 1.3.2 ) - autoclosed#398
Closed
flkr-23[bot] wants to merge 1 commit intomainfrom
Closed
feat(helm)!: Update chart external-secrets ( 0.16.1 → 1.3.2 ) - autoclosed#398flkr-23[bot] wants to merge 1 commit intomainfrom
flkr-23[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/external-secrets/external-secrets/app Kustomization: external-secrets/external-secrets HelmRelease: external-secrets/external-secrets
+++ kubernetes/apps/external-secrets/external-secrets/app Kustomization: external-secrets/external-secrets HelmRelease: external-secrets/external-secrets
@@ -13,13 +13,13 @@
spec:
chart: external-secrets
sourceRef:
kind: HelmRepository
name: external-secrets
namespace: flux-system
- version: 0.16.1
+ version: 1.3.2
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
Contributor
Author
--- HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-cert-controller
+++ HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-cert-controller
@@ -42,12 +42,20 @@
- endpoints
verbs:
- list
- get
- watch
- apiGroups:
+ - discovery.k8s.io
+ resources:
+ - endpointslices
+ verbs:
+ - list
+ - get
+ - watch
+- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch
--- HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-controller
+++ HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-controller
@@ -60,24 +60,27 @@
- delete
- deletecollection
- apiGroups:
- generators.external-secrets.io
resources:
- acraccesstokens
+ - cloudsmithaccesstokens
- clustergenerators
- ecrauthorizationtokens
- fakes
- gcraccesstokens
- githubaccesstokens
- quayaccesstokens
- passwords
+ - sshkeys
- stssessiontokens
- uuids
- vaultdynamicsecrets
- webhooks
- grafanas
+ - mfas
verbs:
- get
- list
- watch
- apiGroups:
- ''
@@ -85,12 +88,19 @@
- serviceaccounts
- namespaces
verbs:
- get
- list
- watch
+- apiGroups:
+ - ''
+ resources:
+ - namespaces
+ verbs:
+ - update
+ - patch
- apiGroups:
- ''
resources:
- configmaps
verbs:
- get
--- HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-view
+++ HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-view
@@ -24,22 +24,26 @@
- watch
- list
- apiGroups:
- generators.external-secrets.io
resources:
- acraccesstokens
+ - cloudsmithaccesstokens
- clustergenerators
- ecrauthorizationtokens
- fakes
- gcraccesstokens
- githubaccesstokens
- quayaccesstokens
- passwords
+ - sshkeys
- vaultdynamicsecrets
- webhooks
- grafanas
- generatorstates
+ - mfas
+ - uuids
verbs:
- get
- watch
- list
--- HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-edit
+++ HelmRelease: external-secrets/external-secrets ClusterRole: external-secrets/external-secrets-edit
@@ -25,23 +25,27 @@
- patch
- update
- apiGroups:
- generators.external-secrets.io
resources:
- acraccesstokens
+ - cloudsmithaccesstokens
- clustergenerators
- ecrauthorizationtokens
- fakes
- gcraccesstokens
- githubaccesstokens
- quayaccesstokens
- passwords
+ - sshkeys
- vaultdynamicsecrets
- webhooks
- grafanas
- generatorstates
+ - mfas
+ - uuids
verbs:
- create
- delete
- deletecollection
- patch
- update
--- HelmRelease: external-secrets/external-secrets Service: external-secrets/external-secrets-webhook
+++ HelmRelease: external-secrets/external-secrets Service: external-secrets/external-secrets-webhook
@@ -10,13 +10,13 @@
app.kubernetes.io/managed-by: Helm
external-secrets.io/component: webhook
spec:
type: ClusterIP
ports:
- port: 443
- targetPort: 10250
+ targetPort: webhook
protocol: TCP
name: webhook
selector:
app.kubernetes.io/name: external-secrets-webhook
app.kubernetes.io/instance: external-secrets
--- HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets-cert-controller
+++ HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets-cert-controller
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v0.16.1
+ image: ghcr.io/external-secrets/external-secrets:v1.3.2
imagePullPolicy: IfNotPresent
args:
- certcontroller
- --crd-requeue-interval=5m
- --service-name=external-secrets-webhook
- --service-namespace=external-secrets
@@ -52,13 +52,16 @@
- --zap-time-encoding=epoch
- --enable-partial-cache=true
ports:
- containerPort: 8080
protocol: TCP
name: metrics
+ - containerPort: 8081
+ protocol: TCP
+ name: ready
readinessProbe:
httpGet:
- port: 8081
+ port: ready
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
--- HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets
+++ HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v0.16.1
+ image: ghcr.io/external-secrets/external-secrets:v1.3.2
imagePullPolicy: IfNotPresent
args:
- --enable-leader-election=true
- --concurrent=1
- --metrics-addr=:8080
- --loglevel=info
--- HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets-webhook
+++ HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets-webhook
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v0.16.1
+ image: ghcr.io/external-secrets/external-secrets:v1.3.2
imagePullPolicy: IfNotPresent
args:
- webhook
- --port=10250
- --dns-name=external-secrets-webhook.external-secrets.svc
- --cert-dir=/tmp/certs
@@ -53,15 +53,18 @@
- containerPort: 8080
protocol: TCP
name: metrics
- containerPort: 10250
protocol: TCP
name: webhook
+ - containerPort: 8081
+ protocol: TCP
+ name: ready
readinessProbe:
httpGet:
- port: 8081
+ port: ready
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
volumeMounts:
- name: certs
mountPath: /tmp/certs |
da59042 to
f0cbdf3
Compare
f0cbdf3 to
c6c1d81
Compare
c6c1d81 to
762ac0d
Compare
762ac0d to
4d4af8c
Compare
4d4af8c to
5a401ed
Compare
5a401ed to
86206cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.1→1.3.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
external-secrets/external-secrets (external-secrets)
v1.3.2Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.3.2Image:
ghcr.io/external-secrets/external-secrets:v1.3.2-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.3.2-ubi-boringsslWhat's Changed
General
Dependencies
22e9573to1f84f5cby @dependabot[bot] in #587193d5a27todcc3150by @dependabot[bot] in #5875d9b2e14to98e6cffby @dependabot[bot] in #5907865b95fto2510918in /hack/api-docs by @dependabot[bot] in #5914dcc3150toce70bcfby @dependabot[bot] in #59111f84f5ctoc8df11bby @dependabot[bot] in #5908865b95fto2510918by @dependabot[bot] in #5906New Contributors
Full Changelog: external-secrets/external-secrets@v1.3.1...v1.3.2
v1.3.1Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.3.1Image:
ghcr.io/external-secrets/external-secrets:v1.3.1-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.3.1-ubi-boringsslFor a Full release please referre to https://github.com/external-secrets/external-secrets/releases/tag/v1.3.0. This is a fix build for the docker publish flow.
What's Changed
General
Full Changelog: external-secrets/external-secrets@v1.3.0...v1.3.1
v1.2.1Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.2.1Image:
ghcr.io/external-secrets/external-secrets:v1.2.1-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.2.1-ubi-boringsslWhat's Changed
General
Dependencies
2611181toac09a5fby @dependabot[bot] in #575851183f2to865b95fin /hack/api-docs by @dependabot[bot] in #576551183f2to865b95fby @dependabot[bot] in #5756d4feb57to3816d30by @dependabot[bot] in #5757071811ato92e4d08by @dependabot[bot] in #5759New Contributors
Full Changelog: external-secrets/external-secrets@v1.2.0...v1.2.1
v1.2.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.2.0Image:
ghcr.io/external-secrets/external-secrets:v1.2.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.2.0-ubi-boringsslWhat's Changed
General
64dc681to release by @jakobmoellerdev in #5749Dependencies
dcd8128to75937d9by @dependabot[bot] in #565587bce11to4b2a093by @dependabot[bot] in #56922611181to2611181by @dependabot[bot] in #572175937d9tod4feb57by @dependabot[bot] in #57225117d68to09f53dein /e2e by @dependabot[bot] in #57294b7ce07to51183f2by @dependabot[bot] in #5694712b439to071811aby @dependabot[bot] in #5727New Contributors
Full Changelog: external-secrets/external-secrets@v1.1.1...v1.2.0
v1.1.1Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.1.1Image:
ghcr.io/external-secrets/external-secrets:v1.1.1-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.1.1-ubi-boringsslWhat's Changed
General
bitwardenServerSDKURLis required forbitwardensecretsmanagerby @budimanjojo in #5679Dependencies
d3f0cf7tod3f0cf7by @dependabot[bot] in #56307419f54toe174196in /e2e by @dependabot[bot] in #5638f2964c7to4a54c24by @dependabot[bot] in #56324c5fdabto712b439by @dependabot[bot] in #5659New Contributors
Full Changelog: external-secrets/external-secrets@v1.1.0...v1.1.1
v1.1.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.1.0Image:
ghcr.io/external-secrets/external-secrets:v1.1.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.1.0-ubi-boringsslWhat's Changed
!NOTE!: During last community meeting we discussed that we are retiring our scarf account. With that, we will be changing back to ghcr.io/external-secrets/external-secrets instead of oci.external-secrets.io/external-secrets/external-secrets.
For now, the old domain will live for a couple months to give people to change back. With this release , the values in the helm chart that define where the image is switched back to ghcr.
The helm-chart itself is served from under github-pages so that does not move.
General
Dependencies
0d00a56to2475ef7by @dependabot[bot] in #5562982f6f0to4c5fdabby @dependabot[bot] in #5566d3f0cf7tod3f0cf7by @dependabot[bot] in #5595dec374etodcd8128by @dependabot[bot] in #55942475ef7tof2964c7by @dependabot[bot] in #5597New Contributors
Full Changelog: external-secrets/external-secrets@v1.0.0...v1.1.0
v1.0.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.0.0Image:
ghcr.io/external-secrets/external-secrets:v1.0.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.0.0-ubi-boringsslWhat's Changed
General
Dependencies
4bcff63to4b7ce07in /hack/api-docs by @dependabot[bot] in #5507aee43c3toaee43c3by @dependabot[bot] in #5516Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.