github ariga/atlas-operator v0.4.0

latest releases: v0.7.11, v0.7.10, v0.7.9...
19 months ago

Support for login-require feature

  • In this release of Atlas-Operator, we support setting environment variables on the operator controller. This enables the ability to use login-required features of Atlas-CLI: (e.g. View, Trigger, Functions... and other drivers SQL Server, ClickHouse).
extraEnvs:
  - name: ATLAS_TOKEN
    valueFrom:
      secretKeyRef:
        key: atlas-token
        name: my-secrets
  • This release also includes a newer version of atlas-cli for the last features from v0.19.0. Please upgrade and cheers for new features!

What's Changed

Full Changelog: v0.3.9...v0.4.0

Don't miss a new atlas-operator release

NewReleases is sending notifications on new releases.