Skip to content

Commit

Permalink
chore(main): release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 9, 2023
1 parent d240534 commit 6843c6b
Show file tree
Hide file tree
Showing 71 changed files with 231 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.21.0"
".": "1.22.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.22.0](https://github.com/googleapis/google-cloud-java/compare/v1.21.0...v1.22.0) (2023-10-09)


### Bug Fixes

* remove IoT integration tests ([#9944](https://github.com/googleapis/google-cloud-java/issues/9944)) ([237c070](https://github.com/googleapis/google-cloud-java/commit/237c070a9d0a3ecf6a25387648a4d5dd81d705c2))
* telcoautomation documentation links ([#9938](https://github.com/googleapis/google-cloud-java/issues/9938)) ([54262fd](https://github.com/googleapis/google-cloud-java/commit/54262fd530705e063bc2a0b85f9e6c6d8e5d74e7))

## [1.21.0](https://github.com/googleapis/google-cloud-java/compare/v1.20.0...v1.21.0) (2023-09-28)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "237c070a9d0a3ecf6a25387648a4d5dd81d705c2",
"message": "remove IoT integration tests",
"issues": [
"9944"
]
}
],
"version": "1.22.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-iot",
"id": "d1dbc8f3-8166-47ca-98f7-505d79658ffa",
"createTime": "2023-10-09T17:02:36.171Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -12024,5 +12041,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-09-28T20:07:05.321Z"
"updateTime": "2023-10-09T17:02:36.171Z"
}
6 changes: 3 additions & 3 deletions java-maps-mapsplatformdatasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-mapsplatformdatasets</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.16.0'
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.17.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.16.0"
libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.17.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-maps-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-routing</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.maps:google-maps-routing:1.12.0'
implementation 'com.google.maps:google-maps-routing:1.13.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.12.0"
libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.13.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-mediatranslation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-mediatranslation</artifactId>
<version>0.33.0</version>
<version>0.34.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-mediatranslation:0.33.0'
implementation 'com.google.cloud:google-cloud-mediatranslation:0.34.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.33.0"
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.34.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-memcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-memcache</artifactId>
<version>2.27.0</version>
<version>2.28.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-memcache:2.27.0'
implementation 'com.google.cloud:google-cloud-memcache:2.28.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.27.0"
libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.28.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-migrationcenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-migrationcenter</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-migrationcenter:0.9.0'
implementation 'com.google.cloud:google-cloud-migrationcenter:0.10.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0.9.0"
libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0.10.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-monitoring-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-dashboard</artifactId>
<version>2.29.0</version>
<version>2.30.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.29.0'
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.30.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.29.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.30.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-monitoring-metricsscope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-metricsscope</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.21.0'
implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.22.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.21.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.22.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>3.28.0</version>
<version>3.29.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.28.0'
implementation 'com.google.cloud:google-cloud-monitoring:3.29.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.28.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.29.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-netapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-netapp</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-netapp:0.6.0'
implementation 'com.google.cloud:google-cloud-netapp:0.7.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.6.0"
libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.7.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-network-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-network-management</artifactId>
<version>1.28.0</version>
<version>1.29.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-network-management:1.28.0'
implementation 'com.google.cloud:google-cloud-network-management:1.29.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.28.0"
libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.29.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-network-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-network-security</artifactId>
<version>0.30.0</version>
<version>0.31.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-network-security:0.30.0'
implementation 'com.google.cloud:google-cloud-network-security:0.31.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.30.0"
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.31.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-networkconnectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-networkconnectivity</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.26.0'
implementation 'com.google.cloud:google-cloud-networkconnectivity:1.27.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.26.0"
libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.27.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.25.0</version>
<version>1.26.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-notebooks:1.25.0'
implementation 'com.google.cloud:google-cloud-notebooks:1.26.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.25.0"
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.26.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.145.0-beta</version>
<version>0.146.0-beta</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-notification:0.145.0-beta'
implementation 'com.google.cloud:google-cloud-notification:0.146.0-beta'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.145.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.146.0-beta"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit 6843c6b

Please sign in to comment.