Skip to content

Commit

Permalink
Merge pull request #10 from entur/release-please--branches--master--c…
Browse files Browse the repository at this point in the history
…omponents--release

chore(master): release 0.1.3
  • Loading branch information
upendra-vedullapalli authored Mar 24, 2023
2 parents f3367f7 + 0f935ab commit 93ca707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/entur/terraform-aiven-kafka-connect-bigquery-sink/compare/v0.1.2...v0.1.3) (2023-03-24)


### Bug Fixes

* use complete email address of service account ([4847d52](https://github.com/entur/terraform-aiven-kafka-connect-bigquery-sink/commit/4847d5249cd9b4d322e3f0e381d295ae2ee02f64))

## [0.1.2](https://github.com/entur/terraform-aiven-kafka-connect-bigquery-sink/compare/v0.1.1...v0.1.2) (2022-10-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Key will be destroyed along with the connector.

```
module "bigquery-sink" {
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.1.2"
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.1.3"
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "init" {
# ci: x-release-please-start-version

module "bigquery-sink" {
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.1.2"
source = "github.com/entur/terraform-aiven-kafka-connect-bigquery-sink//modules/bigquery-sink?ref=v0.1.3"
init = module.init
connector_name = "my-connector-name"
bigquery_project_name = "my-bigquery-project-name"
Expand Down

0 comments on commit 93ca707

Please sign in to comment.