Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CAPA v25.2.0 #1331

Merged
merged 3 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ to all Giant Swarm installations.
- v25.0
- [v25.0.0](https://github.com/giantswarm/releases/tree/master/capa/v25.0.0)
- v25.1.0
- [v25.1.0](https://github.com/giantswarm/releases/tree/master/capa/v25.1.0)
- [v25.1.0](https://github.com/giantswarm/releases/tree/master/capa/v25.1.0)
- v25.2.0
- [v25.2.0](https://github.com/giantswarm/releases/tree/master/capa/v25.2.0)
- v20
- v20.1
- [v20.1.4](https://github.com/giantswarm/releases/tree/master/aws/v20.1.4)
Expand Down
1 change: 1 addition & 0 deletions capa/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ commonAnnotations:
resources:
- v25.0.0
- v25.1.0
- v25.2.0
- v26.0.0
- v27.0.0
- v28.0.0
Expand Down
11 changes: 11 additions & 0 deletions capa/v25.2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# :zap: Giant Swarm Release v25.2.0 for CAPA :zap:

This release updates cluster-aws Helm chart, which brings improvements for container registry usage.

## Change details compared to CAPA 25.1.0

### cluster-aws [1.3.0](https://github.com/giantswarm/cluster-aws/releases/tag/v1.3.0)

### Changed

- All workload clusters will by default use Zot registry as a pull-through cache of Azure Container Registry.
1 change: 1 addition & 0 deletions capa/v25.2.0/announcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Workload cluster release v25.2.0 for CAPA is available**. This release updates cluster-aws Helm chart, which brings improvements for container registry usage. Now all workload clusters will use Zot registry as a pull-through cache of Azure Container Registry. Further details can be found in the [release notes](https://docs.giantswarm.io/changes/workload-cluster-releases-capa/releases/aws-25.2.0/).
2 changes: 2 additions & 0 deletions capa/v25.2.0/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- release.yaml
122 changes: 122 additions & 0 deletions capa/v25.2.0/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
apiVersion: release.giantswarm.io/v1alpha1
kind: Release
metadata:
name: aws-25.2.0
spec:
apps:
- name: aws-ebs-csi-driver
version: 2.30.1
dependsOn:
- cloud-provider-aws
- name: aws-ebs-csi-driver-servicemonitors
version: 0.1.0
dependsOn:
- cert-manager
- name: aws-pod-identity-webhook
version: 1.16.0
dependsOn:
- cert-manager
- name: capi-node-labeler
version: 0.5.0
- name: cert-exporter
version: 2.9.0
dependsOn:
- kyverno
- name: cert-manager
version: 3.7.9 # aligning with Vintage, fixing bugs
dependsOn:
- prometheus-operator-crd
- name: chart-operator-extensions
version: 1.1.2
dependsOn:
- prometheus-operator-crd
- name: cilium
version: 0.25.1 # as per Cabbage request fixing bugs
- name: cilium-crossplane-resources
version: 0.1.0
- name: cilium-servicemonitors
version: 0.1.2
dependsOn:
- prometheus-operator-crd
- name: cloud-provider-aws
version: 1.25.14-gs3
dependsOn:
- vertical-pod-autoscaler-crd
- name: cluster-autoscaler
version: 1.27.3-gs9
dependsOn:
- kyverno
- name: coredns
version: 1.21.0
dependsOn:
- cilium
- name: etcd-k8s-res-count-exporter
version: 1.10.0
dependsOn:
- kyverno
- name: external-dns
version: 3.1.0
dependsOn:
- prometheus-operator-crd
- name: irsa-servicemonitors
version: 0.0.1
dependsOn:
- cert-manager
- name: k8s-audit-metrics
version: 0.9.0
dependsOn:
- kyverno
- name: k8s-dns-node-cache
version: 2.6.2
dependsOn:
- kyverno
- name: metrics-server
version: 2.4.2
dependsOn:
- kyverno
- name: net-exporter
version: 1.19.0
dependsOn:
- prometheus-operator-crd
- name: network-policies
version: 0.1.1
catalog: cluster
dependsOn:
- cilium
- name: node-exporter
version: 1.19.0
dependsOn:
- kyverno
- name: observability-bundle
version: 1.3.4
dependsOn:
- coredns
- name: prometheus-blackbox-exporter
version: 0.4.1
dependsOn:
- prometheus-operator-crd
- name: security-bundle
version: 1.7.0
catalog: giantswarm
dependsOn:
- prometheus-operator-crd
- name: teleport-kube-agent
version: 0.9.0
- name: vertical-pod-autoscaler
version: 5.2.2
dependsOn:
- prometheus-operator-crd
- name: vertical-pod-autoscaler-crd
version: 3.1.0
components:
- name: cluster-aws
catalog: cluster
version: 1.3.0
- name: flatcar
version: 3815.2.5
- name: flatcar-variant
version: 1.0.0
- name: kubernetes
version: 1.25.16
date: "2024-07-30T09:00:00Z"
state: active
Loading