Skip to content

Commit 8aa8392

Browse files
chore(main): release 0.6.5 (#145)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1270062 commit 8aa8392

8 files changed

Lines changed: 16 additions & 8 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.6.5](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/compare/v0.6.4...v0.6.5) (2024-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency google-cloud-logging to v3.11.0 ([1270062](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/127006235c09bc38638d0bbcf7b20418b2394cc9))
9+
* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.2 ([#138](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/issues/138)) ([34cfe96](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/commit/34cfe963e83a5d0e644a4ec8c60d3e9479560067))
10+
311
## [0.6.4](https://github.com/GoogleCloudPlatform/terraform-cloud-client-api/compare/v0.6.3...v0.6.4) (2024-07-11)
412

513

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": "0.6.4",
3+
"version": "0.6.5",
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 = "0.6.4"
2+
version = "0.6.5"

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` | `"0.6.4"` | no |
43+
| image\_version | Version of application image to use | `string` | `"0.6.5"` | 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 = "0.6.4" // x-release-please-version
21+
default = "0.6.5" // 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-
0.6.4
1+
0.6.5

0 commit comments

Comments
 (0)