v.1.14.0
Allow EmptyDirs for cache directories
By default, make cache directories emptyDirs. If you would like to continue using Persistent Volume Claims, set with.cachesAsPvc
to true.
Note that existing StatefulSets will not be updated; they will continue using the previously created PVCs. In order to change them to use emptyDirs, you will need to either manually delete the STSs (and have the operator create them again with the updated configuration), or undeploy the entire cmcc resource and re-deploy it.
What's Changed
- Update dependency io.fabric8:kubernetes-httpclient-okhttp to v6.7.2 by @renovate in #93
- Update plugin io.spring.dependency-management to v1.1.1 by @renovate in #91
- Update plugin com.google.cloud.tools.jib to v3.4.0 by @renovate in #102
- Update actions/checkout action to v4 by @renovate in #101
- Update dependency gradle to v8.4 by @renovate in #99
- Update spring boot by @renovate in #97
- Update plugin io.spring.dependency-management to v1.1.3 by @renovate in #94
- Update dependency io.javaoperatorsdk:operator-framework-spring-boot-starter to v5.2.0 by @renovate in #95
- Update dependency io.javaoperatorsdk:operator-framework-spring-boot-starter-test to v5.2.0 by @renovate in #96
Full Changelog: v1.13.0...v1.14.0