Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Releases: Consensys/orchestrate-helm

1.0.7

03 Dec 14:38
Compare
Choose a tag to compare

v1.0.7 (2021-12-03)

🛠 Bug fixes

  • Triggers vault agent restart on every key-manager restart so token is always available

1.0.6

29 Nov 08:10
Compare
Choose a tag to compare

🛠 Bug fixes

  • Remove KEY_MANAGER environment variables when service is disabled

Orchestrate Helm 1.0.4

02 Jun 16:17
2d947d4
Compare
Choose a tag to compare

🛠 Bug fixes

  • Wrap initContainers into {{- if .Values.api.migrate.enabled }} to avoid error in case its value is false

Orchestrate Helm 1.0.3

02 Jun 12:49
a9b0ba3
Compare
Choose a tag to compare
  • Update default image repository to docker.consensys.net
  • Bump default image tag to v21.1.5

Orchestrate Helm 1.0.2

05 Mar 14:38
f5f2c57
Compare
Choose a tag to compare

🛠 Features

  • Run Vault Agent as sidecar container instead in initContainer only. The Vault Agent will be responsible to renew the vault token for the key manager. Ability to wrap-token instead of plaintext with keyManager.vaultAgent.config.wrapTTL

Orchestrate Helm 1.0.1

18 Feb 14:06
49a0a41
Compare
Choose a tag to compare

🛠 Features

  • Add sticky sessions for the API cache
  • Add ability to specify externally created secrets

Orchestrate Helm 1.0.0

25 Jan 17:10
Compare
Choose a tag to compare

🛠 Features

  • Compatible with Orchestrate v21.1.X and deploys all Orchestrate stack in the same chart, ie. API, Key-Manager, Tx-Sender and Tx-Listener
  • Reshape values:
    • global
    • api
    • keyManager
    • txListener
    • txSender
    • test
  • Deploy a service monitor for Prometheus on demand
  • Chart compatible to run the stress test
  • Chart compatible to run api migrate copy-db and key-manager migrate import-secrets to upgrade from Orchesrate v2.5.X to v21.1.X