Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 18, 2022
1 parent a92318f commit 2798a2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0](https://github.com/terraform-google-modules/terraform-google-gke-gitlab/compare/v1.0.0...v2.0.0) (2022-07-01)


### ⚠ BREAKING CHANGES

* Helm and Kubernetes providers minimum version increased to 2.0 (#101)

### Features

* update tf providers and modules ([#101](https://github.com/terraform-google-modules/terraform-google-gke-gitlab/issues/101)) ([a92318f](https://github.com/terraform-google-modules/terraform-google-gke-gitlab/commit/a92318ffdb2cbab815d394a4ea598ad96b2ae24c))

## [1.0.0](https://github.com/terraform-google-modules/terraform-google-gke-gitlab/compare/v0.5.2...v1.0.0) (2022-04-21)


Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-gke-gitlab/v1.0.0"
module_name = "blueprints/terraform/terraform-google-gke-gitlab/v2.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-gke-gitlab/v1.0.0"
module_name = "blueprints/terraform/terraform-google-gke-gitlab/v2.0.0"
}
}

0 comments on commit 2798a2f

Please sign in to comment.