Skip to content

Commit

Permalink
chore(main): release 1.7.5 (#774)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Diego Marquez <diegomarquezp@google.com>
  • Loading branch information
release-please[bot] and diegomarquezp committed Mar 13, 2024
1 parent 27564bc commit 087d625
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test-a.yaml
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.7.5-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.5' # {x-version-update:google-cloud-shared-config:current}

steps:
# GraalVM A build
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test-b.yaml
Expand Up @@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.7.5-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.5' # {x-version-update:google-cloud-shared-config:current}

steps:
# GraalVM B build
Expand Down
3 changes: 1 addition & 2 deletions .cloudbuild/cloudbuild.yaml
Expand Up @@ -14,8 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.7.5-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}

_JAVA_SHARED_CONFIG_VERSION: '1.7.5' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
- name: gcr.io/cloud-builders/docker
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [1.7.5](https://github.com/googleapis/java-shared-config/compare/v1.7.4...v1.7.5) (2024-03-13)


### Dependencies

* Update actions/github-script action to v7 ([#753](https://github.com/googleapis/java-shared-config/issues/753)) ([863c03e](https://github.com/googleapis/java-shared-config/commit/863c03e21e23e8c1d4ba6f81f55df234fc4d8931))
* Update actions/setup-java action to v4 ([#782](https://github.com/googleapis/java-shared-config/issues/782)) ([cecc8bb](https://github.com/googleapis/java-shared-config/commit/cecc8bb13076be2e398851bd4b567f594dcc5fbc))
* Update dependency com.puppycrawl.tools:checkstyle to v10.14.1 ([#780](https://github.com/googleapis/java-shared-config/issues/780)) ([0b787c6](https://github.com/googleapis/java-shared-config/commit/0b787c618486abfcbb171d89d4b7b682200f42e8))
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 ([#781](https://github.com/googleapis/java-shared-config/issues/781)) ([9dcac17](https://github.com/googleapis/java-shared-config/commit/9dcac17c1824ae33c3adee7cb2d0acb7087d4e3b))

## [1.7.4](https://github.com/googleapis/java-shared-config/compare/v1.7.3...v1.7.4) (2024-02-28)


Expand Down
4 changes: 2 additions & 2 deletions java-shared-config/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.7.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.7.5</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Google Cloud Shared Config</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<version>1.7.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.7.5</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<relativePath>../native-image-shared-config</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native-image-shared-config/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.7.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.7.5</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Native Image Shared Config</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-shared-config:1.7.4:1.7.5-SNAPSHOT
google-cloud-shared-config:1.7.5:1.7.5

0 comments on commit 087d625

Please sign in to comment.