-
Notifications
You must be signed in to change notification settings - Fork 1
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 v26.1.0 #1332
Add CAPA v26.1.0 #1332
Conversation
/run releases-test-suites TARGET_SUITES=./providers/capa/standard |
This comment has been minimized.
This comment has been minimized.
Debugging e2e tests /run releases-test-suites TARGET_SUITES=./providers/capa/standard |
e2e tests have failed because the AMI does not exist. v26.1.0 changes Flatcar version, while keeping the same k8s version, but the new image does not exist as the previous one has been also built manually. Will trigger a new image-build for this. |
This comment has been minimized.
This comment has been minimized.
/run releases-test-suites TARGET_SUITES=./providers/capa/standard |
This comment has been minimized.
This comment has been minimized.
Testing minor upgrade 26.0.0 to 26.1.0. /run releases-test-suites TARGET_SUITES=./providers/capa/upgrade PREVIOUS_RELEASE=26.0.0 |
This comment has been minimized.
This comment has been minimized.
Upgrade tests have passed, but cluster deletion failed (I have created an issue for this already today giantswarm/roadmap#3618). |
Testing major upgrade 25.0.0 to 26.0.0. /run releases-test-suites TARGET_SUITES=./providers/capa/upgrade PREVIOUS_RELEASE=25.0.0 |
releases-test-suites
📋 View full results in Tekton Dashboard Rerun trigger: Tip To only re-run the failed test suites you can provide a Alternatively, or in addition to, you can also specify |
@T-Kukawka @weatherhog @gawertm please check the announcement and README for v26.1.0. It mentions a new cluster-aws version with Zot changes, as well as other app/component changes that your teams own and we have already included in v25.1.0. v26.1.0 has been tested and can be merged after this PR has been approved. |
Towards giantswarm/roadmap#3610
This release updates the apps and components, keeping them up to date with the latest v25 release. It also brings improvements for the container registry usage.
Change details compared to CAPA 26.0.0
cluster-aws 1.3.0
Changed
cert-manager 3.7.9
Fix
Update
runAsGroup
andrunAsUser
greater than zero for all deployments.containerlinux 3815.2.5
Changes since Stable 3815.2.4
Security fixes:
Updates:
cilium 0.25.1
Changed
Checklist
Triggering e2e tests
To trigger the E2E test for each new Release added in this PR add a comment with the following:
/run releases-test-suites
If you want to trigger conformance tests you can do so by adding a comment similar to the following:
/run conformance-tests RELEASE_VERSION=v28.0.0 PROVIDER=capa
For more details see the README.md