home-ops
home-ops copied to clipboard
feat(helm): update kubelet-csr-approver ( 1.1.0 → 1.2.0 )
This PR contains the following updates:
Package | Update | Change |
---|---|---|
kubelet-csr-approver | minor | 1.1.0 -> 1.2.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
postfinance/kubelet-csr-approver (kubelet-csr-approver)
v1.2.0
Full Changelog: https://github.com/postfinance/kubelet-csr-approver/compare/v1.1.0...v1.2.0
🐛 Bug Fixes
- Also validate DNS/SAN names when DNS resolution is bypassed - (f4654d3)
🧪 Testing
Build
- (deps) Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 - (eef91f8)
- (deps) Bump sigs.k8s.io/controller-runtime from 0.17.3 to 0.18.0 - (e1261e8)
- (deps) Bump helm/kind-action from 1.9.0 to 1.10.0 - (1bc7816)
- (deps) Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 - (7a51b11)
- (deps) Bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 - (c45d1f8)
- (deps) Bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.1 - (1690a7e)
- (deps) Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 - (1d87285)
- (deps) Bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 - (52f32bc)
- (kind) Use default kind version from gh-action - (c7d04b3)
Configuration
📅 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/kyak/apps/kube-system/kubelet-csr-approver/app Kustomization: flux-system/kubelet-csr-approver HelmRelease: kube-system/kubelet-csr-approver
+++ kubernetes/kyak/apps/kube-system/kubelet-csr-approver/app Kustomization: flux-system/kubelet-csr-approver HelmRelease: kube-system/kubelet-csr-approver
@@ -13,13 +13,13 @@
spec:
chart: kubelet-csr-approver
sourceRef:
kind: HelmRepository
name: postfinance
namespace: flux-system
- version: 1.1.0
+ version: 1.2.0
install:
remediation:
retries: 5
interval: 15m
upgrade:
remediation:
--- HelmRelease: kube-system/kubelet-csr-approver Deployment: kube-system/kubelet-csr-approver
+++ HelmRelease: kube-system/kubelet-csr-approver Deployment: kube-system/kubelet-csr-approver
@@ -33,13 +33,13 @@
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/postfinance/kubelet-csr-approver:v1.1.0
+ image: ghcr.io/postfinance/kubelet-csr-approver:v1.2.0
imagePullPolicy: IfNotPresent
args:
- -metrics-bind-address
- :8080
- -health-probe-bind-address
- :8081