Skip to content

Commit

Permalink
Merge pull request #15 from mineiros-io/waxb/prepare-release-v0.2.0
Browse files Browse the repository at this point in the history
chore: prepare release v0.2.0
  • Loading branch information
waxb authored Nov 28, 2022
2 parents 5d65bbd + 75b9bcb commit e3166c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]

### Changed

- BREAKING CHANGE: change `spec.containers.*.env.*.values_from` -> `spec.containers.*.env.*.value_from`
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- markdown-link-check-disable -->

[unreleased]: https://github.com/mineiros-io/terraform-google-cloud-run/compare/v0.1.0...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-cloud-run/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/mineiros-io/terraform-google-cloud-run/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mineiros-io/terraform-google-cloud-run/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/mineiros-io/terraform-google-cloud-run/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/mineiros-io/terraform-google-cloud-run/releases/tag/v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Most common usage of the module:

```hcl
module "terraform-google-cloud-run" {
source = "github.com/mineiros-io/terraform-google-cloud-run?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-cloud-run?ref=v0.2.0"
name = "example-name"
location = "us-central1"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ section {
```hcl
module "terraform-google-cloud-run" {
source = "github.com/mineiros-io/terraform-google-cloud-run?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-cloud-run?ref=v0.2.0"
name = "example-name"
location = "us-central1"
Expand Down

0 comments on commit e3166c7

Please sign in to comment.