Releases: DaspawnW/vault-crd
Releases · DaspawnW/vault-crd
1.13.1 - Fix ARM Support
1.13.0 - bump various dependencies
Bump of Various dependencies (#104)
Thanks @a-schnapp!
1.12.0 - Spring Boot 3.0.x upgrade
Merge pull request #97 from DaspawnW/bump-dependencies Bump dependencies
1.11.0 - Bump dependencies to close various vulnerabilities
1.10.3 - Fix BouncyCastle CA not present
Revert a change that if BouncyCastle is used the Certificate Authority is not available in the keystore as an independent entry.
Use of legacy encryption configuration to still support old java versions
1.10.2 - close kubernetes client vulnerability
Merge pull request #92 from DaspawnW/dependabot/maven/io.fabric8-kube…
1.10.1 - downgrade pkcs12 files to support java older java versions
- Older java versions don't support the new protection Algorithm of PKCS12 files. This release changes the default protection Algorithm to HmacPBESHA1 which is supported in older java versions: https://bugs.openjdk.java.net/browse/JDK-8267701
1.10.0 - Change detection adjustment; java 17
This release contains the following changes:
- Implement better change detection to prevent only a kubernetes version change to perform a change adjustment callback
- upgrade to java 17 (Thanks to @TomasKohout for the PR)
1.9.3 - close vulnerability CVE-2022-22965
Closes spring-core RCE 0 day vulnerability
fix various vulnerabilities
- Unauthorized access to Class instance in Jinjava (CVE-2020-12668)
- Spring Expression DoS Vulnerability (CVE-2022-22950)
- Spring4Shell: Zero-Day Vulnerability in Spring Framework (remidiation)