diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 453aad7..b3c3305 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.3" + ".": "4.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb22072..53e7e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.4](https://github.com/pelotech/foundation/compare/v4.0.3...v4.0.4) (2026-02-24) + + +### Chores + +* **deps:** update helm release aws-ebs-csi-driver to v2.56.1 ([#403](https://github.com/pelotech/foundation/issues/403)) ([3d75fd5](https://github.com/pelotech/foundation/commit/3d75fd565eef3b3b50b7d27621dc1a0caff154e3)) +* **deps:** update helm release aws-load-balancer-controller to v3.1.0 ([#406](https://github.com/pelotech/foundation/issues/406)) ([2b1ea88](https://github.com/pelotech/foundation/commit/2b1ea88e9a26d437ac67d8f5fe40d7bf11b51120)) +* **deps:** update helm release aws-mountpoint-s3-csi-driver to v2.4.0 ([#405](https://github.com/pelotech/foundation/issues/405)) ([023f491](https://github.com/pelotech/foundation/commit/023f491de1f8f7a207a6fa20a41f7b8b0c7f172b)) +* **deps:** update helm release cert-manager to v1.19.4 ([#404](https://github.com/pelotech/foundation/issues/404)) ([bb0bb84](https://github.com/pelotech/foundation/commit/bb0bb84ca7851a53262eeae4a53bc22217e647d1)) +* **deps:** update helm release goldilocks to v10.3.0 ([#408](https://github.com/pelotech/foundation/issues/408)) ([af80625](https://github.com/pelotech/foundation/commit/af80625050982738dfcf6b7346a7fb5bc6833659)) + ## [4.0.3](https://github.com/pelotech/foundation/compare/v4.0.2...v4.0.3) (2026-02-21) diff --git a/gitops/components/cert-manager/resources.yaml b/gitops/components/cert-manager/resources.yaml index 956193b..31d09d3 100644 --- a/gitops/components/cert-manager/resources.yaml +++ b/gitops/components/cert-manager/resources.yaml @@ -77,7 +77,7 @@ spec: valuesObject: acmeIssuerEmail: ACME_ISSUER_EMAIL awsRegion: AWS_REGION - targetRevision: v4.0.3 # x-release-please-version + targetRevision: v4.0.4 # x-release-please-version destination: namespace: cert-manager name: in-cluster diff --git a/gitops/components/ebs-csi/resources.yaml b/gitops/components/ebs-csi/resources.yaml index 66aeb66..b54b6b2 100644 --- a/gitops/components/ebs-csi/resources.yaml +++ b/gitops/components/ebs-csi/resources.yaml @@ -11,7 +11,7 @@ spec: sources: - repoURL: 'https://github.com/pelotech/foundation' path: 'gitops/components/ebs-csi/snapshot-controller' - targetRevision: v4.0.3 # x-release-please-version + targetRevision: v4.0.4 # x-release-please-version - chart: aws-ebs-csi-driver repoURL: https://kubernetes-sigs.github.io/aws-ebs-csi-driver targetRevision: 2.56.1 diff --git a/gitops/components/kubevirt/resources.yaml b/gitops/components/kubevirt/resources.yaml index 208535c..f7b16a5 100644 --- a/gitops/components/kubevirt/resources.yaml +++ b/gitops/components/kubevirt/resources.yaml @@ -18,4 +18,4 @@ spec: source: repoURL: 'https://github.com/pelotech/foundation' path: 'gitops/components/kubevirt/kustomize' - targetRevision: v4.0.3 # x-release-please-version + targetRevision: v4.0.4 # x-release-please-version