Skip to content

Releases: AxonIQ/terraform-axonserver-k8s

v1.12

29 Aug 13:21
9c8169c
Compare
Choose a tag to compare

java_version variable has 17 as a default number, and now there is a validation condition check that checks if the value is 17 or 11.

v1.11

28 Aug 12:59
ab5d89f
Compare
Choose a tag to compare

Use autocluster if a license file is provided

v1.10

28 Aug 12:39
5a28eb4
Compare
Choose a tag to compare

We have added a new boolean variable, assign_pods_to_different_nodes, with a default value of false to prevent pods from co-locating on the same node.

v1.9

12 Aug 16:33
1496b21
Compare
Choose a tag to compare

Introduced variable axonserver_properties to pass a axonserver.properties file

v1.8

18 Jul 10:13
b9f725f
Compare
Choose a tag to compare

Enable devmode on axonserver.properties

v1.7

16 Jul 13:23
405537d
Compare
Choose a tag to compare

Refactored the statefulset definition, adding some new not required variables, like:

  • java_version, not required and with 11 as a default value
  • resources_limits_cpu, not required and with 1 as a default value
  • resources_limits_memory, not required and with 1Gi as a default value
  • resources_requests_cpu, not required and with 1 as a default value
  • resources_requests_memory, not required and with 1Gi as a default value
  • events_storage, not required and with 5Gi as a default value
  • log_storage, not required and with 2Gi as a default value
  • data_storage, not required and with 10Gi as a default value
  • plugins_storage, not required and with 1Gi as a default value

v1.6

16 Jul 10:02
885163a
Compare
Choose a tag to compare

Axon Server release variable

v1.5

12 Jul 12:45
32e96c2
Compare
Choose a tag to compare

Converted the module to be cloud-agnostic

v1.4

08 Jul 13:28
4903d10
Compare
Choose a tag to compare

Added a new console_authentication variable to the statefulset and created a new condition about when and how to make the license secret and PVC

v1.2

07 Jul 10:12
ba30418
Compare
Choose a tag to compare

Rename axonserver.license to axoniq.license