Releases: appvia/terranetes-controller
v0.4.4
terranetes-controller-v0.7.6
Controller used to provision a terraform workflow within kubernetes
v0.4.3
terranetes-controller-v0.7.5
Controller used to provision a terraform workflow within kubernetes
v0.4.2
terranetes-controller-v0.7.4
Controller used to provision a terraform workflow within kubernetes
terranetes-controller-v0.7.3
Controller used to provision a terraform workflow within kubernetes
v0.4.1
What's Changed
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #1058
- Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.45.28 by @dependabot in #1066
- [E2E] - Updating E2E Kind Version by @gambol99 in #1068
- Custom Backend for Provider by @gambol99 in #1067
- Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in #1070
- Bump github.com/aws/aws-sdk-go from 1.45.28 to 1.46.0 by @dependabot in #1072
- Bump github.com/aws/aws-sdk-go from 1.46.0 to 1.46.4 by @dependabot in #1078
- Bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 by @dependabot in #1073
- Bump k8s.io/apimachinery from 0.28.2 to 0.28.3 by @dependabot in #1071
- Bump k8s.io/code-generator from 0.28.2 to 0.28.3 by @dependabot in #1069
- Bump helm/chart-testing-action from 2.4.0 to 2.6.1 by @dependabot in #1084
- Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #1082
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in #1081
- Bump k8s.io/apiextensions-apiserver from 0.28.2 to 0.28.3 by @dependabot in #1079
- Bump github.com/onsi/gomega from 1.28.0 to 1.30.0 by @dependabot in #1088
- Bump k8s.io/cli-runtime from 0.28.2 to 0.28.3 by @dependabot in #1087
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #1086
- [FEATURE] - Adding Custom Labels by @gambol99 in #1093
- Bump github.com/felixge/httpsnoop from 1.0.3 to 1.0.4 by @dependabot in #1085
- Bump golang.org/x/tools from 0.13.0 to 0.15.0 by @dependabot in #1090
- Bump github.com/tcnksm/ghr from 0.16.0 to 0.16.2 by @dependabot in #1089
- [E2E] - Fixing Debug Bucket by @gambol99 in #1094
- [E2E] - Dropping Azure by @gambol99 in #1098
- [E2E] - Fixing Provider State E2E by @gambol99 in #1099
- [HELM] - Release v0.4.1 by @gambol99 in #1100
- [E2E] - Fixing Dependency by @gambol99 in #1101
Full Changelog: v0.4.0...v0.4.1
terranetes-controller-v0.7.1
Controller used to provision a terraform workflow within kubernetes
v0.4.0
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
- [BUILD] - Code Owners File by @gambol99 in #1031
- [DOCS] - Adding Examples by @gambol99 in #1045
- [DOCS] - Updating Examples by @gambol99 in #1051
BugFixes
- [E2E] - Fixing Diagnostics by @gambol99 in #1047
- [E2E] - Pod Name Retry by @gambol99 in #1048
- [E2E] - Fixing Typo by @gambol99 in #1049
- [CLI] - Create Cloud Resource CLI by @gambol99 in #1052
Dependencies
- [DEPS] - Updating Controller Runtime v0.16.0 by @gambol99 in #985
- Bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #990
- Bump k8s.io/apiextensions-apiserver from 0.28.0 to 0.28.1 by @dependabot in #989
- Bump github.com/aws/aws-sdk-go from 1.44.331 to 1.44.332 by @dependabot in #987
- Bump k8s.io/cli-runtime from 0.28.0 to 0.28.1 by @dependabot in #988
- Bump github.com/aws/aws-sdk-go from 1.44.332 to 1.44.334 by @dependabot in #994
- Bump github.com/aws/aws-sdk-go from 1.44.334 to 1.45.0 by @dependabot in #995
- Bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.1 by @dependabot in #996
- Bump github.com/aws/aws-sdk-go from 1.45.0 to 1.45.1 by @dependabot in #997
- Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 by @dependabot in #1000
- Bump github.com/aws/aws-sdk-go from 1.45.1 to 1.45.5 by @dependabot in #1004
- Bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in #1001
- Bump github.com/aws/aws-sdk-go from 1.45.5 to 1.45.6 by @dependabot in #1005
- Bump actions/checkout from 3 to 4 by @dependabot in #1006
- Bump docker/build-push-action from 4.1.1 to 4.2.1 by @dependabot in #1007
- Bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.7.0+incompatible by @dependabot in https://github.com/appvia/terranetes-
- Bump k8s.io/code-generator from 0.28.1 to 0.28.2 by @dependabot in #1016
- Bump github.com/aws/aws-sdk-go from 1.45.6 to 1.45.9 by @dependabot in #1017
- Bump k8s.io/cli-runtime from 0.28.1 to 0.28.2 by @dependabot in #1015
- Bump k8s.io/apiextensions-apiserver from 0.28.1 to 0.28.2 by @dependabot in #1019
- Bump github.com/aws/aws-sdk-go from 1.45.9 to 1.45.10 by @dependabot in #1018
- Bump docker/login-action from 2 to 3 by @dependabot in #1024
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #1023
- Bump docker/build-push-action from 4.2.1 to 5.0.0 by @dependabot in #1022
- Bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #1021
- Bump github.com/aws/aws-sdk-go from 1.45.10 to 1.45.11 by @dependabot in #1020
- Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #1029
- Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.45.13 by @dependabot in #1028
- Bump github.com/aws/aws-sdk-go from 1.45.13 to 1.45.14 by @dependabot in #1030
- Bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 by @dependabot in #1032
- Bump github.com/aws/aws-sdk-go from 1.45.14 to 1.45.15 by @dependabot in #1033
- Bump github.com/aws/aws-sdk-go from 1.45.15 to 1.45.16 by @dependabot in #1034
- Bump github.com/aws/aws-sdk-go from 1.45.16 to 1.45.17 by @dependabot in #1036
- Bump github.com/aws/aws-sdk-go from 1.45.17 to 1.45.20 by @dependabot in #1041
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #1040
- Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #1038
- Bump github.com/aws/aws-sdk-go from 1.45.20 to 1.45.22 by @dependabot in #1044
- Bump github.com/aws/aws-sdk-go from 1.45.22 to 1.45.23 by @dependabot in #1046
New Contributors
- @celesteg1 made their first contribution in #979
Full Changelog: v0.3.31...v0.4.0