Skip to content

Releases: DaspawnW/vault-crd

1.13.1 - Fix ARM Support

08 Feb 14:44
9037143
Compare
Choose a tag to compare

Thanks @camaeel for the ARM Support fix :-)

1.13.0 - bump various dependencies

02 Oct 15:02
3d8894a
Compare
Choose a tag to compare

Bump of Various dependencies (#104)

Thanks @a-schnapp!

1.12.0 - Spring Boot 3.0.x upgrade

31 Jan 15:33
35219d5
Compare
Choose a tag to compare
Merge pull request #97 from DaspawnW/bump-dependencies

Bump dependencies

1.11.0 - Bump dependencies to close various vulnerabilities

19 Oct 09:24
Compare
Choose a tag to compare

1.10.3 - Fix BouncyCastle CA not present

15 Aug 16:05
Compare
Choose a tag to compare

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

02 Aug 16:41
df84b2d
Compare
Choose a tag to compare
Merge pull request #92 from DaspawnW/dependabot/maven/io.fabric8-kube…

…rnetes-client-5.11.2

Bump kubernetes-client from 5.9.0 to 5.11.2

1.10.1 - downgrade pkcs12 files to support java older java versions

20 May 14:33
Compare
Choose a tag to compare
  • 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

19 May 16:07
73b7996
Compare
Choose a tag to compare

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

31 Mar 14:23
50ff001
Compare
Choose a tag to compare

Closes spring-core RCE 0 day vulnerability

fix various vulnerabilities

31 Mar 11:00
b2abf00
Compare
Choose a tag to compare
  • 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)