Skip to content

Releases: Aguafrommars/terraform-helm-theidserver

2.0.1

04 Apr 17:29
c5a220f
Compare
Choose a tag to compare

2.0.0 (2022-04-04)

Bug Fixes

  • validity date was too much (a67808f)

2.0.0

03 Apr 14:37
d615130
Compare
Choose a tag to compare

2.0.0 (2022-04-03)

Bug Fixes

  • should never renew store protection keys (926d03a)

Features

  • allow providing store keys (afe62ba)

BREAKING CHANGES

Stores protections keys duration was not long enough this version set the duration to 1000 years but to upgrade from 1.0.x you must 1st save stores protection keys in .pem files at your terraform root or the server will not be able to read your dataprotection keys and signing keys any more :

kubectl get secrets theidserver-certs -n theidserver -o jsonpath="{.data['dataProtection\.crt']}" | base64 -d >> data_protection.pem
kubectl get secrets theidserver-certs -n theidserver -o jsonpath="{.data['dataProtection\.key']}" | base64 -d >> data_protection_private_key.pem
kubectl get secrets theidserver-certs -n theidserver -o jsonpath="{.data['signingKey\.crt']}" | base64 -d >> signing_key.pem
kubectl get secrets theidserver-certs -n theidserver -o jsonpath="{.data['signingKey\.key']}" | base64 -d >> signing_key_private_key.pem

The version 2.0.0 and above check if those files exists and use them instead of generated certificates.

1.0.4

22 Mar 18:15
b470cd4
Compare
Choose a tag to compare

1.0.4 (2022-03-22)

Bug Fixes

1.0.3

21 Mar 18:18
df2e3b5
Compare
Choose a tag to compare

1.0.3 (2022-03-21)

Bug Fixes

  • remove default pod annotation (df2e3b5)

1.0.2

21 Mar 09:18
21a56a8
Compare
Choose a tag to compare

1.0.2 (2022-03-21)

Bug Fixes

1.0.1

19 Mar 21:02
039a8b9
Compare
Choose a tag to compare

1.0.1 (2022-03-19)

Bug Fixes

1.0.0

19 Mar 10:49
efb5ce0
Compare
Choose a tag to compare

1.0.0

1st release