Skip to content

Releases: appvia/terranetes-controller

v0.4.4

23 Nov 17:26
7f6c2c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

terranetes-controller-v0.7.6

23 Nov 17:06
7f6c2c9
Compare
Choose a tag to compare

Controller used to provision a terraform workflow within kubernetes

v0.4.3

20 Nov 18:55
7a53133
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

terranetes-controller-v0.7.5

20 Nov 18:34
7a53133
Compare
Choose a tag to compare

Controller used to provision a terraform workflow within kubernetes

v0.4.2

17 Nov 17:11
1d6eb70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

terranetes-controller-v0.7.4

17 Nov 19:15
f7dda0f
Compare
Choose a tag to compare

Controller used to provision a terraform workflow within kubernetes

terranetes-controller-v0.7.3

17 Nov 17:32
832a606
Compare
Choose a tag to compare

Controller used to provision a terraform workflow within kubernetes

v0.4.1

15 Nov 13:52
4ccde28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

terranetes-controller-v0.7.1

15 Nov 13:25
012eda6
Compare
Choose a tag to compare

Controller used to provision a terraform workflow within kubernetes

v0.4.0

07 Oct 09:16
8e2c347
Compare
Choose a tag to compare

What's Changed

This release introduces the concept of a CloudResource. Currently Configuration CRDs are one to one mappings to the Terraform module, throwing a myriad of options at the consumer. CloudResources & Revision augments the consumer interface to a vastly reduced entry point, removing the cognitive load on the developers (consumers), and allowing the platform team to instil their version of best practice, defaults and organizational policy before consumption

For more details see https://terranetes.appvia.io/terranetes-controller/admin/cloudresource/

Features

  • [FEATURE] - Added the new user model of CloudResources & Revisions, scoping the interface to the resource via a strict version controlled blueprint by @gambol99 in #824
  • [FEATURE] - Added Revision Command to provide a entrypoint for provisioning revisions by the platform team by @gambol99 in #847
  • [FEATURE] - Added a new CLI command to verify a Revision is runnable by @gambol99 in #866
  • [FEATURE] - Added a Create CloudResource Command by @gambol99 in #899
  • [FEATURE] - Adding Convenience Aliases for Delete & Apply by @gambol99 in #868
  • [FEATURE] - CLI Get Command by @gambol99 in #854
  • [FEATURE] - Cloud Resources Reconciles on Plan Changes by @gambol99 in #856
  • [FEATURE] - Additional EKS Preload Values by @gambol99 in #911
  • [FEATURE] - Cloud Resource Update Available by @gambol99 in #852
  • [CLI] - Create Workflow Command by @gambol99 in #853
  • [FEATURE] - Added to the Convert Command the ability to render into a Revision by @gambol99 in #855
  • [FEATURE] - Revisions in Use Metric by @gambol99 in #867
  • [FEATURE] - Update Proection for Revisions in Use by @gambol99 in #851
  • [IMAGES] - Terraform Image Update by @github-actions in #992
  • [IMAGES] - Checkov Image Update by @github-actions in #993
  • [IMAGES] - Checkov Image Update by @github-actions in #999
    controller/pull/1011
  • [IMAGES] - Checkov Image Update by @github-actions in #1009
  • [IMAGES] - Terraform Image Update by @github-actions in #1010
  • [IMAGES] - Infracost Image Update by @github-actions in #1027
  • [IMAGES] - Checkov Image Update by @github-actions in #1026
  • [IMAGES] - Checkov Image Update by @github-actions in #1035
  • [IMAGES] - Checkov Image Update by @github-actions in #1042
  • [WF-3359] UpdateReadme by @celesteg1 in #979
  • [HELM] - Helm Release v0.4.0 by @gambol99 in #1050

Documentation

BugFixes

Dependencies

New Contributors

Full Changelog: v0.3.31...v0.4.0