-
Notifications
You must be signed in to change notification settings - Fork 102
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
feat: add support and tests for Kubernetes 1.32 #844
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #844 +/- ##
==========================================
- Coverage 32.38% 32.35% -0.04%
==========================================
Files 21 21
Lines 2075 2077 +2
==========================================
Hits 672 672
- Misses 1369 1371 +2
Partials 34 34 ☔ View full report in Codecov by Sentry. |
v1.32 channel still needs to be added. See: k3s-io/k3s#11538 |
3bf0121
to
50a3f2b
Compare
Kubernetes v1.32 added an e2e test to the fsgroup, which requires the ReadWriteOncePod capability.
9e3ebf2
to
16e8149
Compare
<!-- section-start changelog --> We are pleased to announce improvements to our Nomad support. While official support is not available, we have developed end-to-end tests that cover the core features of a CSI driver. These tests are integrated into our CI pipeline and validate compatibility with the latest Nomad version. ### Features - **nomad**: improved nomad support (#798) - support ReadWriteOncePod (#857) - add support and tests for Kubernetes 1.32 (#844) ### Bug Fixes - use extraVolumeMounts for node in daemonset (#843) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix We are pleased to announce improvements to our Nomad support. While official support is not available, we have developed end-to-end tests that cover the core features of a CSI driver. These tests are integrated into our CI pipeline and validate compatibility with the latest Nomad version. ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ``` </details> Co-authored-by: releaser-pleaser <>
@lukasmetzner Is version 1.32 officially supported yet? The version table currently lists support only up to version 1.31. |
Thank you ^^ I forgot to update the table. Opened a PR #885 |
No description provided.