diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67cd34d..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.131" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4f36487 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/pelotech/foundation/compare/v0.0.131...v0.1.0) (2025-02-11) + + +### Features + +* update to use release-please ([#132](https://github.com/pelotech/foundation/issues/132)) ([24658b7](https://github.com/pelotech/foundation/commit/24658b77a877f28a680269cd76b790692912ad8a)) diff --git a/gitops/base-install/cert-manager/install.yaml b/gitops/base-install/cert-manager/install.yaml index 3cdd370..dad314c 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: v0.0.131 # x-release-please-version + targetRevision: v0.1.0 # 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 632b88e..46e68b0 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: v0.0.131 # x-release-please-version + targetRevision: v0.1.0 # 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 d1858ea..a7b9b00 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: v0.0.131 # x-release-please-version + targetRevision: v0.1.0 # x-release-please-version