Skip to content

Commit 781ae53

Browse files
chore(main): release 2.0.0
1 parent fa72a89 commit 781ae53

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/compare/v1.0.1...v2.0.0) (2025-02-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** Update dependency google-cloud-storage to v3 ([#258](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/258))
9+
10+
### Bug Fixes
11+
12+
* **deps:** Update dependency com.google.cloud:google-cloud-storage to v2.48.0 ([#253](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/253)) ([ceeeb19](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/ceeeb193454bfcfcdff237daa48b48e687ff80fe))
13+
* **deps:** Update dependency com.google.cloud:google-cloud-storage to v2.48.1 ([#255](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/255)) ([8021664](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/8021664de2f928c00876ccd5c36cfb48a97e4e55))
14+
* **deps:** Update dependency com.google.code.gson:gson to v2.12.0 ([#254](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/254)) ([2c4f64c](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/2c4f64cb4027b6d2e6ea812aa4b7b4cf57269af4))
15+
* **deps:** Update dependency com.google.code.gson:gson to v2.12.1 ([#256](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/256)) ([8263949](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/8263949a7a9d8c36e6e90781f527ce60d34c7eb5))
16+
* **deps:** Update dependency google-cloud-logging to v3.11.4 ([#257](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/257)) ([f0f6144](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/f0f6144d10b8ae3d1eb8165b99967acd5785f508))
17+
* **deps:** Update dependency google-cloud-storage to v3 ([#258](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/258)) ([fa72a89](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/fa72a898fe5fea71dc1f4bfb0744eb44dca6737a))
18+
* **deps:** Update dependency org.assertj:assertj-core to v3.27.3 ([#250](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/250)) ([1f7c701](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/1f7c7011404e852c85b0137700e19d9da7250eda))
19+
* **deps:** Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.2 ([#249](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/249)) ([8c5caad](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/8c5caad4756716d76054b63e5d05c61e496179b1))
20+
321
## [1.0.1](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/compare/v1.0.0...v1.0.1) (2025-01-21)
422

523

app/nodejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform-cloud-client-api",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"type": "module",
66
"engines": {

app/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[project]
2-
version = "1.0.1"
2+
version = "2.0.0"

infra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Functional examples are included in the [examples](./examples/) directory.
4040
| Name | Description | Type | Default | Required |
4141
|------|-------------|------|---------|:--------:|
4242
| deployment\_name | Identifier for deployment, included in resource names. | `string` | `"client-api"` | no |
43-
| image\_version | Version of application image to use | `string` | `"1.0.1"` | no |
43+
| image\_version | Version of application image to use | `string` | `"2.0.0"` | no |
4444
| labels | A set of key/value label pairs to assign to the resources deployed by this solution. | `map(string)` | `{}` | no |
4545
| language | Programming language implementation to use (nodejs, java, python) | `string` | n/a | yes |
4646
| project\_id | The Google Cloud project ID where resources will be deployed. | `string` | n/a | yes |

infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
variable "image_version" {
1919
type = string
2020
description = "Version of application image to use"
21-
default = "1.0.1" // x-release-please-version
21+
default = "2.0.0" // x-release-please-version
2222
}
2323

2424
variable "project_id" {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
2.0.0

0 commit comments

Comments
 (0)