Releases: appvia/terranetes-controller
terranetes-controller-v0.3.6
Controller used to provision a terraform workflow within kubernetes
v0.3.4
What's Changed
- [DOCS] - Updating Development Docs by @gambol99 in #299
- [CI] - Support Binaries & CLI by @gambol99 in #301
- [CI] - Trigger Development E2E by @gambol99 in #304
- [DOCS] - Example Provider Secrets by @gambol99 in #307
- [DOCS] - Updating Readme by @gambol99 in #312
- Update README.md by @gambol99 in #313
Full Changelog: v0.3.3...v0.3.4
terranetes-controller-v0.3.5
Controller used to provision a terraform workflow within kubernetes
v0.3.3
What's Changed
- [HELM] - Release v0.3.2 by @gambol99 in #288
- [HELM] - Bugfix Helm Template (Policies & Providers) by @gambol99 in #290
- Bump github.com/golangci/golangci-lint from 1.47.2 to 1.47.3 by @dependabot in #291
- [FEATURE] - Adding Configuration Interface by @gambol99 in #292
Full Changelog: v0.3.2...v0.3.3
terranetes-controller-v0.3.4
Controller used to provision a terraform workflow within kubernetes
Release - v0.3.2
What's Changed
- Update README.md by @gambol99 in #278
- [FEATURE] - Updating Controller Version String by @gambol99 in #280
- [E2E] - Install Official Chart by @gambol99 in #279
- [E2E] - Use Chart Option by @gambol99 in #281
- [E2E] - Check Suite Script by @gambol99 in #282
- [BUGFIX] - CLI Configuration by @gambol99 in #284
- [TESTS] - Update CLI Tests for Sources Command by @gambol99 in #285
- [CLI] - Kubectl Plugin Command by @gambol99 in #286
- [FEATURE] - Using Repository Name in Search by @gambol99 in #287
Full Changelog: v0.3.1...v0.3.2
terranetes-controller-v0.3.3
Controller used to provision a terraform workflow within kubernetes
Release v0.3.1
New Features
- Added support for custom terraform state backends by @gambol99 in #276
- Added support to the Helm chart to specify the
spec.summary
field in Provider by @gambol99 in #275
What's Changed
- [DOCS] - Architecture Images by @gambol99 in #274
- [FEATURE] - Support Summaries on Provider Helm Chart by @gambol99 in #275
- [FEATURE] - Custom State Backend by @gambol99 in #276
- [HELM] - Helm Release for v0.3.1 by @gambol99 in #277
Full Changelog: v0.3.0...v0.3.1
terranetes-controller-v0.3.2
Controller used to provision a terraform workflow within kubernetes
v0.3.0
What's Changed
- [CI] - Adding Workflow Dispatch - CodeQL by @gambol99 in #267
- [DOCS] - CodeQL Badge by @gambol99 in #266
- [NAMING] - Renaming to Terranetes Controller by @gambol99 in #268
- [HELM] - Bumping the Helm Chart by @gambol99 in #270
- [CI] - Workflow Fix - Docker Images by @gambol99 in #271
- [CI] - Fixing Naming on Docker Images by @gambol99 in #272
- [HELM] - Release v0.3.0 Chart by @gambol99 in #273
Breaking Change
Note the project was renamed from teraform-controller to terranetes-controller
- All the CRD have stayed the same - so no need to alter any Provides, Policies or Configurations.
- The helm chart and name of the project inside has changed though
To upgrade - the easiest solution would be to delete the old helm chart and install the latest one. There are no changes from v0.2.9, all commits are related to name changes.
# We are assuming here the controller is installed via helm in 'terraform-system' namespace.
$ helm ls -n terraform-system
# Remove the chart
$ helm -n terraform-system uninstall terraform-controller
# Add the new Helm chart repository
$ helm repo remove appvia
$ helm repo add appvia https://terranetes-controller.appvia.io
$ helm repo update
$ helm install -n terraform-system terranetes-controller appvia/terranetes-controller --create-namespace \
--values YOUR_VALUES_IF_ANY
# kubectl -n terraform-system get po
If you are managing the deployments outside of Helm, you simply need to use the updated images
- ghcr.io/appvia/terranetes-controller:v0.3.0 (on deployment)
- ghcr.io/appvia/terranetes-executor:v0.3.0 (on command line --executor-image)
Full Changelog: v0.2.9...v0.3.0