Skip to content

Commit deb8161

Browse files
release-please[bot]cloud-java-botlqiu96
authored
chore(main): release 2.57.0 (#3779)
🤖 I have created a release *beep* *boop* --- <details><summary>2.57.0</summary> ## [2.57.0](v2.56.3...v2.57.0) (2025-05-05) ### Features * Generate IAM v3beta Client Library ([#3780](#3780)) ([6fc9656](6fc9656)) ### Bug Fixes * Update IAM v3 groupId to the correct value ([#3777](#3777)) ([6ecbf5f](6ecbf5f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <[email protected]> Co-authored-by: Lawrence Qiu <[email protected]>
1 parent 6fc9656 commit deb8161

File tree

53 files changed

+186
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+186
-184
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.46.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.15.4'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-b.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.46.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.15.4'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-c.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.46.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.15.4'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.46.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.47.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.15.4'
1919
steps:
2020
# GraalVM A build

.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_GAPIC_GENERATOR_JAVA_VERSION: '2.56.4-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
17+
_GAPIC_GENERATOR_JAVA_VERSION: '2.57.0' # {x-version-update:gapic-generator-java:current}
1818
_PRIVATE_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
1919
_PRIVATE_SHA_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:${COMMIT_SHA}"
2020
_PRIVATE_LATEST_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:latest"

.cloudbuild/library_generation/library_generation.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM docker.io/library/maven:3.9.9-eclipse-temurin-17-alpine@sha256:969014ee8852
2121
WORKDIR /sdk-platform-java
2222
COPY . .
2323
# {x-version-update-start:gapic-generator-java:current}
24-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.56.4-SNAPSHOT"
24+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.57.0"
2525
# {x-version-update-end}
2626

2727
# Download the java formatter

.cloudbuild/library_generation/library_generation_airlock.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/maven@sha256:d3f0
2121
WORKDIR /sdk-platform-java
2222
COPY . .
2323
# {x-version-update-start:gapic-generator-java:current}
24-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.56.4-SNAPSHOT"
24+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.57.0"
2525
# {x-version-update-end}
2626

2727
# Download the java formatter

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.56.3"
2+
".": "2.57.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.57.0](https://github.com/googleapis/sdk-platform-java/compare/v2.56.3...v2.57.0) (2025-05-05)
4+
5+
6+
### Features
7+
8+
* Generate IAM v3beta Client Library ([#3780](https://github.com/googleapis/sdk-platform-java/issues/3780)) ([6fc9656](https://github.com/googleapis/sdk-platform-java/commit/6fc965638ce5df58db0b04726ee0aa3afe99c485))
9+
10+
11+
### Bug Fixes
12+
13+
* Update IAM v3 groupId to the correct value ([#3777](https://github.com/googleapis/sdk-platform-java/issues/3777)) ([6ecbf5f](https://github.com/googleapis/sdk-platform-java/commit/6ecbf5f1c7731536089bdc255200beb85b1c3586))
14+
315
## [2.56.3](https://github.com/googleapis/sdk-platform-java/compare/v2.56.2...v2.56.3) (2025-05-02)
416

517

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
5858
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
5959
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
6060

61-
_gapic_generator_java_version = "2.56.4-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
61+
_gapic_generator_java_version = "2.57.0" # {x-version-update:gapic-generator-java:current}
6262

6363
maven_install(
6464
artifacts = [

api-common-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<groupId>com.google.api</groupId>
66
<artifactId>api-common</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.47.4-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
8+
<version>2.48.0</version><!-- {x-version-update:api-common:current} -->
99
<name>API Common</name>
1010
<description>Common utilities for Google APIs in Java</description>
1111

1212
<parent>
1313
<groupId>com.google.api</groupId>
1414
<artifactId>gapic-generator-java-pom-parent</artifactId>
15-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
15+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>
1717
</parent>
1818

coverage-report/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gax</artifactId>
34-
<version>2.64.4-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
34+
<version>2.65.0</version> <!-- {x-version-update:gax:current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax-grpc</artifactId>
39-
<version>2.64.4-SNAPSHOT</version> <!-- {x-version-update:gax-grpc:current} -->
39+
<version>2.65.0</version> <!-- {x-version-update:gax-grpc:current} -->
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.api</groupId>
4343
<artifactId>gax-httpjson</artifactId>
44-
<version>2.64.4-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
44+
<version>2.65.0</version> <!-- {x-version-update:gax:current} -->
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.api</groupId>
4848
<artifactId>api-common</artifactId>
49-
<version>2.47.4-SNAPSHOT</version> <!-- {x-version-update:api-common:current} -->
49+
<version>2.48.0</version> <!-- {x-version-update:api-common:current} -->
5050
</dependency>
5151
</dependencies>
5252

gapic-generator-java-bom/pom.xml

+15-25
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>gapic-generator-java-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java BOM</name>
99
<description>
1010
BOM for the libraries in gapic-generator-java repository. Users should not
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.api</groupId>
1717
<artifactId>gapic-generator-java-pom-parent</artifactId>
18-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
18+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2020
</parent>
2121

@@ -75,81 +75,71 @@
7575
<dependency>
7676
<groupId>com.google.api</groupId>
7777
<artifactId>api-common</artifactId>
78-
<version>2.47.4-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
78+
<version>2.48.0</version><!-- {x-version-update:api-common:current} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api</groupId>
8282
<artifactId>gax-bom</artifactId>
83-
<version>2.64.4-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
83+
<version>2.65.0</version><!-- {x-version-update:gax:current} -->
8484
<type>pom</type>
8585
<scope>import</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api</groupId>
8989
<artifactId>gapic-generator-java</artifactId>
90-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
90+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.api.grpc</groupId>
9494
<artifactId>grpc-google-common-protos</artifactId>
95-
<version>2.55.4-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
95+
<version>2.56.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.api.grpc</groupId>
9999
<artifactId>proto-google-common-protos</artifactId>
100-
<version>2.55.4-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
100+
<version>2.56.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
101101
</dependency>
102102
<dependency>
103103
<groupId>com.google.api.grpc</groupId>
104104
<artifactId>proto-google-iam-v1</artifactId>
105-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
105+
<version>1.51.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->
106106
</dependency>
107107
<dependency>
108108
<groupId>com.google.api.grpc</groupId>
109109
<artifactId>proto-google-iam-v2</artifactId>
110-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
110+
<version>1.51.0</version><!-- {x-version-update:proto-google-iam-v2:current} -->
111111
</dependency>
112112
<dependency>
113113
<groupId>com.google.api.grpc</groupId>
114114
<artifactId>proto-google-iam-v2beta</artifactId>
115-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
115+
<version>1.51.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
116116
</dependency>
117117
<dependency>
118118
<groupId>com.google.api.grpc</groupId>
119119
<artifactId>proto-google-iam-v3</artifactId>
120-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3:current} -->
121-
</dependency>
122-
<dependency>
123-
<groupId>com.google.api.grpc</groupId>
124-
<artifactId>proto-google-iam-v3beta</artifactId>
125-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3beta:current} -->
120+
<version>1.51.0</version><!-- {x-version-update:proto-google-iam-v3:current} -->
126121
</dependency>
127122

128123
<!-- Following test deps are kept to keep them consistent with versions above -->
129124
<dependency>
130125
<groupId>com.google.api.grpc</groupId>
131126
<artifactId>grpc-google-iam-v1</artifactId>
132-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
127+
<version>1.51.0</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
133128
</dependency>
134129
<dependency>
135130
<groupId>com.google.api.grpc</groupId>
136131
<artifactId>grpc-google-iam-v2</artifactId>
137-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
132+
<version>1.51.0</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
138133
</dependency>
139134
<dependency>
140135
<groupId>com.google.api.grpc</groupId>
141136
<artifactId>grpc-google-iam-v2beta</artifactId>
142-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
137+
<version>1.51.0</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
143138
</dependency>
144139
<dependency>
145140
<groupId>com.google.api.grpc</groupId>
146141
<artifactId>grpc-google-iam-v3</artifactId>
147-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
148-
</dependency>
149-
<dependency>
150-
<groupId>com.google.api.grpc</groupId>
151-
<artifactId>grpc-google-iam-v3beta</artifactId>
152-
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3beta:current} -->
142+
<version>1.51.0</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
153143
</dependency>
154144
</dependencies>
155145

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-pom-parent</artifactId>
8-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010
<name>GAPIC Generator Java POM Parent</name>
1111
<url>https://github.com/googleapis/sdk-platform-java</url>

gapic-generator-java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api</groupId>
66
<artifactId>gapic-generator-java</artifactId>
7-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java</name>
99
<description>GAPIC generator Java</description>
1010

@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.api</groupId>
2424
<artifactId>gapic-generator-java-pom-parent</artifactId>
25-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
25+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
2626
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2727
</parent>
2828

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gapic-generator-java-bom</artifactId>
34-
<version>2.56.4-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
34+
<version>2.57.0</version><!-- {x-version-update:gapic-generator-java:current} -->
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

gax-java/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ If you are using Maven, add this to your pom.xml file
3434
<dependency>
3535
<groupId>com.google.api</groupId>
3636
<artifactId>gax</artifactId>
37-
<version>2.64.3</version>
37+
<version>2.65.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.api</groupId>
4141
<artifactId>gax-grpc</artifactId>
42-
<version>2.64.3</version>
42+
<version>2.65.0</version>
4343
</dependency>
4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747

4848
```Groovy
49-
compile 'com.google.api:gax:2.64.3',
50-
'com.google.api:gax-grpc:2.64.3'
49+
compile 'com.google.api:gax:2.65.0',
50+
'com.google.api:gax-grpc:2.65.0'
5151
```
5252

5353
If you are using SBT, add this to your dependencies
5454

5555
```Scala
56-
libraryDependencies += "com.google.api" % "gax" % "2.64.3"
57-
libraryDependencies += "com.google.api" % "gax-grpc" % "2.64.3"
56+
libraryDependencies += "com.google.api" % "gax" % "2.65.0"
57+
libraryDependencies += "com.google.api" % "gax-grpc" % "2.65.0"
5858
```
5959
[//]: # ({x-version-update-end})
6060

gax-java/dependencies.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Versions of oneself
1010
# {x-version-update-start:gax:current}
11-
version.gax=2.64.4-SNAPSHOT
11+
version.gax=2.65.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.64.4-SNAPSHOT
14+
version.gax_grpc=2.65.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.64.4-SNAPSHOT
17+
version.gax_bom=2.65.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax:current}
20-
version.gax_httpjson=2.64.4-SNAPSHOT
20+
version.gax_httpjson=2.65.0
2121
# {x-version-update-end}
2222

2323
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.

0 commit comments

Comments
 (0)