Skip to content

Commit 7d074d7

Browse files
chore(main): release 4.6.1 (#488)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11e1e11 commit 7d074d7

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.6.0"
2+
".": "4.6.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.6.1](https://github.com/pelotech/foundation/compare/v4.6.0...v4.6.1) (2026-06-27)
4+
5+
6+
### Chores
7+
8+
* **deps:** update dependency pelotech/nidhogg to v0.8.1 ([#442](https://github.com/pelotech/foundation/issues/442)) ([11e1e11](https://github.com/pelotech/foundation/commit/11e1e11ded71869b057499c3bb4da57074c67e1d))
9+
* **deps:** update ghcr.io/k8snetworkplumbingwg/multus-cni docker tag to v4.3.0 ([#482](https://github.com/pelotech/foundation/issues/482)) ([8b4a4e0](https://github.com/pelotech/foundation/commit/8b4a4e039cbee6386c27c8af62aee806929e5ab8))
10+
311
## [4.6.0](https://github.com/pelotech/foundation/compare/v4.5.3...v4.6.0) (2026-06-27)
412

513

gitops/components/cert-manager/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
valuesObject:
7878
acmeIssuerEmail: ACME_ISSUER_EMAIL
7979
awsRegion: AWS_REGION
80-
targetRevision: v4.6.0 # x-release-please-version
80+
targetRevision: v4.6.1 # x-release-please-version
8181
destination:
8282
namespace: cert-manager
8383
name: in-cluster

gitops/components/ebs-csi/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
sources:
1212
- repoURL: 'https://github.com/pelotech/foundation'
1313
path: 'gitops/components/ebs-csi/snapshot-controller'
14-
targetRevision: v4.6.0 # x-release-please-version
14+
targetRevision: v4.6.1 # x-release-please-version
1515
- chart: aws-ebs-csi-driver
1616
repoURL: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
1717
targetRevision: 2.62.0

gitops/components/kubevirt/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spec:
1818
source:
1919
repoURL: 'https://github.com/pelotech/foundation'
2020
path: 'gitops/components/kubevirt/kustomize'
21-
targetRevision: v4.6.0 # x-release-please-version
21+
targetRevision: v4.6.1 # x-release-please-version

0 commit comments

Comments
 (0)