Skip to content

Commit

Permalink
Merge pull request #380 from srinivasreddych/release/3.0.0
Browse files Browse the repository at this point in the history
cutting v3.0.0
  • Loading branch information
srinivasreddych authored Nov 9, 2023
2 parents a1a669c + b0419b4 commit 65bc091
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

=======

## UNRELEASED

### **Added**

### **Changed**

### **Removed**

=======

## [V3.0.0] - [11/09/2023]

### **Added**

- adding new `integration/opensearch-tunnel` module
- Added unit-tests, enabled logging and versioning on buckets for datalake-buckets module
- Added Unit tests to metadata-storage module


### **Changed**

- Improve the existing example-tf module to demonstrate how to use terraform.tfvars file and establish the wiring between root variables.tf, module level variables.tf and vars/terraform.tfvars per env
Expand Down Expand Up @@ -69,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- standardized ecr module outputs
- updated `kubeflow-users` module to match support for kf1.7
- updated `kubeflow-platform` manifest to use matching kf to eks 1.25 as example

### **Removed**

- removed `aws-batch-demo` module since its no longer used for demos
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1.dev0
3.0.0

0 comments on commit 65bc091

Please sign in to comment.