Skip to content

Commit

Permalink
* 2.1.0 -- 2024-03-11
Browse files Browse the repository at this point in the history
  - examples/full-cluster-tf-upgrade/1.29
    - updated addon versions
    - update versions
      - istio
      - cert-manager
      - prometheus
      - cluster-autoacler
      - metrics-server
      - cloudwatch-agent
  - extras update versions
    - xray
    - secrets-manager
    - cloudwatch-agent
  • Loading branch information
badra001 committed Mar 11, 2024
1 parent 942b61a commit 54a2c2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,18 @@
- remove keypair (ec2-keypair.tf.obsolete)
- change securitygroups to ignore ingress, egress (as EKS modifies some of them) and add only things we want to
control differently

* 2.1.0 -- 2024-03-11
- examples/full-cluster-tf-upgrade/1.29
- updated addon versions
- update versions
- istio
- cert-manager
- prometheus
- cluster-autoacler
- metrics-server
- cloudwatch-agent
- extras update versions
- xray
- secrets-manager
- cloudwatch-agent
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.0.4"
_module_version = "2.1.0"
}

0 comments on commit 54a2c2f

Please sign in to comment.