Skip to content

Commit 2bad72c

Browse files
chore(main): release 2.6.0 (#228)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c0e7f30 commit 2bad72c

5 files changed

Lines changed: 11 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-
".": "2.5.0"
2+
".": "2.6.0"
33
}

CHANGELOG.md

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

3+
## [2.6.0](https://github.com/pelotech/foundation/compare/v2.5.0...v2.6.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* nginx in a separate argo app and helm vs kustomize ([#227](https://github.com/pelotech/foundation/issues/227)) ([c0e7f30](https://github.com/pelotech/foundation/commit/c0e7f30e98cfcf16a284fad67081a2126932413d))
9+
310
## [2.5.0](https://github.com/pelotech/foundation/compare/v2.4.0...v2.5.0) (2025-07-08)
411

512

gitops/base-install/cert-manager/install.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: v2.5.0 # x-release-please-version
80+
targetRevision: v2.6.0 # x-release-please-version
8181
destination:
8282
namespace: cert-manager
8383
name: in-cluster

gitops/base-install/ebs-csi/install.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/base-install/ebs-csi/snapshot-controller'
14-
targetRevision: v2.5.0 # x-release-please-version
14+
targetRevision: v2.6.0 # x-release-please-version
1515
- chart: aws-ebs-csi-driver
1616
repoURL: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
1717
targetRevision: 2.43.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: v2.5.0 # x-release-please-version
21+
targetRevision: v2.6.0 # x-release-please-version

0 commit comments

Comments
 (0)