Skip to content

Commit e1effa0

Browse files
chore(main): release 1.7.7 (#808)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a0beeed commit e1effa0

7 files changed

Lines changed: 24 additions & 7 deletions

File tree

.cloudbuild/cloudbuild-test-a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.7.7-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.7' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM A build

.cloudbuild/cloudbuild-test-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.7.7-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.7' # {x-version-update:google-cloud-shared-config:current}
1818

1919
steps:
2020
# GraalVM B build

.cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_JAVA_SHARED_CONFIG_VERSION: '1.7.7-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
17+
_JAVA_SHARED_CONFIG_VERSION: '1.7.7' # {x-version-update:google-cloud-shared-config:current}
1818
steps:
1919
# GraalVM A build
2020
- name: gcr.io/cloud-builders/docker

CHANGELOG.md

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

3+
## [1.7.7](https://github.com/googleapis/java-shared-config/compare/v1.7.6...v1.7.7) (2024-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Graalvm image terraform install ([#806](https://github.com/googleapis/java-shared-config/issues/806)) ([96589ef](https://github.com/googleapis/java-shared-config/commit/96589efd2d4abbda8623c855c92be092293133ce))
9+
10+
11+
### Dependencies
12+
13+
* Update dependency com.puppycrawl.tools:checkstyle to v10.15.0 ([#792](https://github.com/googleapis/java-shared-config/issues/792)) ([984f434](https://github.com/googleapis/java-shared-config/commit/984f434ddbb9ddbf60d80d14dae6a92d8639596a))
14+
* Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 ([8136d33](https://github.com/googleapis/java-shared-config/commit/8136d33b21a7492bee3673836db035be14240c44))
15+
* Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.3 ([e485b45](https://github.com/googleapis/java-shared-config/commit/e485b45aff22a0528feabfa9348152c20a146560))
16+
* Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 ([567ba39](https://github.com/googleapis/java-shared-config/commit/567ba397399c67fbbad3558358a7d86f30e8b3e7))
17+
* Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 ([8b625c0](https://github.com/googleapis/java-shared-config/commit/8b625c0c05f90c0df5fa5f2e11da8e8b8067ce85))
18+
* Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 ([15870f4](https://github.com/googleapis/java-shared-config/commit/15870f491eba6132ae60239eda1ebec5b307b4e6))
19+
320
## [1.7.6](https://github.com/googleapis/java-shared-config/compare/v1.7.5...v1.7.6) (2024-03-14)
421

522

java-shared-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.7.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.7.7</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Google Cloud Shared Config</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>native-image-shared-config</artifactId>
19-
<version>1.7.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
19+
<version>1.7.7</version><!-- {x-version-update:google-cloud-shared-config:current} -->
2020
<relativePath>../native-image-shared-config</relativePath>
2121
</parent>
2222

native-image-shared-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>native-image-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.7.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.7.7</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Native Image Shared Config</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-shared-config:1.7.6:1.7.7-SNAPSHOT
4+
google-cloud-shared-config:1.7.7:1.7.7

0 commit comments

Comments
 (0)