Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 8, 2025
1 parent 8481799 commit 7a38a39
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gitops/base-install/cert-manager/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gitops/base-install/ebs-csi/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gitops/components/kubevirt/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a38a39

Please sign in to comment.