diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b628eda..86e30a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/pelotech/foundation/compare/v1.0.2...v1.0.3) (2025-03-08) + + +### Bug Fixes + +* utils needs destination for kube-system for karpenter-dns ([8481799](https://github.com/pelotech/foundation/commit/8481799370f64b7f515a54839f6d5844bbb939bf)) + ## [1.0.2](https://github.com/pelotech/foundation/compare/v1.0.1...v1.0.2) (2025-03-08) diff --git a/gitops/base-install/cert-manager/install.yaml b/gitops/base-install/cert-manager/install.yaml index 98e3cac..0a68435 100644 --- a/gitops/base-install/cert-manager/install.yaml +++ b/gitops/base-install/cert-manager/install.yaml @@ -77,7 +77,7 @@ spec: valuesObject: acmeIssuerEmail: ACME_ISSUER_EMAIL awsRegion: AWS_REGION - targetRevision: v1.0.2 # x-release-please-version + targetRevision: v1.0.3 # x-release-please-version destination: namespace: cert-manager name: in-cluster diff --git a/gitops/base-install/ebs-csi/install.yaml b/gitops/base-install/ebs-csi/install.yaml index f0fdff9..f0b207d 100644 --- a/gitops/base-install/ebs-csi/install.yaml +++ b/gitops/base-install/ebs-csi/install.yaml @@ -11,7 +11,7 @@ spec: sources: - repoURL: 'https://github.com/pelotech/foundation' path: 'gitops/base-install/ebs-csi/snapshot-controller' - targetRevision: v1.0.2 # x-release-please-version + targetRevision: v1.0.3 # x-release-please-version - chart: aws-ebs-csi-driver repoURL: https://kubernetes-sigs.github.io/aws-ebs-csi-driver targetRevision: 2.31.0 diff --git a/gitops/components/kubevirt/resources.yaml b/gitops/components/kubevirt/resources.yaml index d4f3e2f..b56a1a9 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: v1.0.2 # x-release-please-version + targetRevision: v1.0.3 # x-release-please-version