Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.5.0 (#169)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.5.0](https://www.github.com/googleapis/java-artifact-registry/compare/v0.4.3...v0.5.0) (2022-01-07)


### ⚠ BREAKING CHANGES

* This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.

### Features

* Artifact Registry v1 public protos ([#159](https://www.github.com/googleapis/java-artifact-registry/issues/159)) ([3764ef6](https://www.github.com/googleapis/java-artifact-registry/commit/3764ef67c52af1692e2b66a7100c203d74c75c54))


### Bug Fixes

* **artifactregistry:** fix resource pattern ID segment name ([#193](https://www.github.com/googleapis/java-artifact-registry/issues/193)) ([a3edf3d](https://www.github.com/googleapis/java-artifact-registry/commit/a3edf3dc0f21c2075febf18a1ca8d6eea399b1f5))
* Fix the resource annotations for GetRepositoryRequest ([#171](https://www.github.com/googleapis/java-artifact-registry/issues/171)) ([dd2adb5](https://www.github.com/googleapis/java-artifact-registry/commit/dd2adb5df54f44734077b99aa9bb859f9bff8a51))
* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-artifact-registry/issues/1299)) ([#192](https://www.github.com/googleapis/java-artifact-registry/issues/192)) ([4d263cd](https://www.github.com/googleapis/java-artifact-registry/commit/4d263cd96b8c26e23f6b0d4223799f0e360710e1))
* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-artifact-registry/issues/1266)) ([#177](https://www.github.com/googleapis/java-artifact-registry/issues/177)) ([0fa73db](https://www.github.com/googleapis/java-artifact-registry/commit/0fa73db98462b1564a6d9796202f22864034e132))
* **java:** run Maven in plain console-friendly mode ([#1301](https://www.github.com/googleapis/java-artifact-registry/issues/1301)) ([#196](https://www.github.com/googleapis/java-artifact-registry/issues/196)) ([a876c65](https://www.github.com/googleapis/java-artifact-registry/commit/a876c654640de5a140af549c74772f67a20ca221))


### Documentation

* fix docstring formatting ([#175](https://www.github.com/googleapis/java-artifact-registry/issues/175)) ([e97c22c](https://www.github.com/googleapis/java-artifact-registry/commit/e97c22cce17721c53e5173fc153f4e6b199038f9))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([#174](https://www.github.com/googleapis/java-artifact-registry/issues/174)) ([7991c2a](https://www.github.com/googleapis/java-artifact-registry/commit/7991c2a2708b81cd8e33a21ec7e4419053f05fee))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#185](https://www.github.com/googleapis/java-artifact-registry/issues/185)) ([a19ed68](https://www.github.com/googleapis/java-artifact-registry/commit/a19ed68328854ee26465815ae3f3f740b24c4597))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#190](https://www.github.com/googleapis/java-artifact-registry/issues/190)) ([67de42f](https://www.github.com/googleapis/java-artifact-registry/commit/67de42f028f9e405ea1eeb18e840e3c721506ca0))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#198](https://www.github.com/googleapis/java-artifact-registry/issues/198)) ([0f68c71](https://www.github.com/googleapis/java-artifact-registry/commit/0f68c719b81ed21e2001b253aa8743652a62bc8c))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jan 7, 2022
1 parent 0f68c71 commit 32b668c
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 28 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,38 @@
# Changelog

## [0.5.0](https://www.github.com/googleapis/java-artifact-registry/compare/v0.4.3...v0.5.0) (2022-01-07)


### ⚠ BREAKING CHANGES

* This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.

### Features

* Artifact Registry v1 public protos ([#159](https://www.github.com/googleapis/java-artifact-registry/issues/159)) ([3764ef6](https://www.github.com/googleapis/java-artifact-registry/commit/3764ef67c52af1692e2b66a7100c203d74c75c54))


### Bug Fixes

* **artifactregistry:** fix resource pattern ID segment name ([#193](https://www.github.com/googleapis/java-artifact-registry/issues/193)) ([a3edf3d](https://www.github.com/googleapis/java-artifact-registry/commit/a3edf3dc0f21c2075febf18a1ca8d6eea399b1f5))
* Fix the resource annotations for GetRepositoryRequest ([#171](https://www.github.com/googleapis/java-artifact-registry/issues/171)) ([dd2adb5](https://www.github.com/googleapis/java-artifact-registry/commit/dd2adb5df54f44734077b99aa9bb859f9bff8a51))
* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-artifact-registry/issues/1299)) ([#192](https://www.github.com/googleapis/java-artifact-registry/issues/192)) ([4d263cd](https://www.github.com/googleapis/java-artifact-registry/commit/4d263cd96b8c26e23f6b0d4223799f0e360710e1))
* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-artifact-registry/issues/1266)) ([#177](https://www.github.com/googleapis/java-artifact-registry/issues/177)) ([0fa73db](https://www.github.com/googleapis/java-artifact-registry/commit/0fa73db98462b1564a6d9796202f22864034e132))
* **java:** run Maven in plain console-friendly mode ([#1301](https://www.github.com/googleapis/java-artifact-registry/issues/1301)) ([#196](https://www.github.com/googleapis/java-artifact-registry/issues/196)) ([a876c65](https://www.github.com/googleapis/java-artifact-registry/commit/a876c654640de5a140af549c74772f67a20ca221))


### Documentation

* fix docstring formatting ([#175](https://www.github.com/googleapis/java-artifact-registry/issues/175)) ([e97c22c](https://www.github.com/googleapis/java-artifact-registry/commit/e97c22cce17721c53e5173fc153f4e6b199038f9))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([#174](https://www.github.com/googleapis/java-artifact-registry/issues/174)) ([7991c2a](https://www.github.com/googleapis/java-artifact-registry/commit/7991c2a2708b81cd8e33a21ec7e4419053f05fee))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#185](https://www.github.com/googleapis/java-artifact-registry/issues/185)) ([a19ed68](https://www.github.com/googleapis/java-artifact-registry/commit/a19ed68328854ee26465815ae3f3f740b24c4597))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#190](https://www.github.com/googleapis/java-artifact-registry/issues/190)) ([67de42f](https://www.github.com/googleapis/java-artifact-registry/commit/67de42f028f9e405ea1eeb18e840e3c721506ca0))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#198](https://www.github.com/googleapis/java-artifact-registry/issues/198)) ([0f68c71](https://www.github.com/googleapis/java-artifact-registry/commit/0f68c719b81ed21e2001b253aa8743652a62bc8c))

### [0.4.3](https://www.github.com/googleapis/java-artifact-registry/compare/v0.4.2...v0.4.3) (2021-09-22)


Expand Down
12 changes: 6 additions & 6 deletions google-cloud-artifact-registry-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-bom</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.5.0</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<version>0.5.0</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.5.0</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<version>0.5.0</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-artifact-registry/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<packaging>jar</packaging>
<name>Google Artifact Registry</name>
<url>https://github.com/googleapis/java-artifact-registry</url>
<description>provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-artifact-registry</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-artifact-registry-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<version>0.5.0</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<name>grpc-google-cloud-artifact-registry-v1</name>
<description>GRPC library for google-cloud-artifact-registry</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-artifact-registry-v1beta2/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.5.0</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<name>grpc-google-cloud-artifact-registry-v1beta2</name>
<description>GRPC library for google-cloud-artifact-registry</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<packaging>pom</packaging>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<name>Google Artifact Registry Parent</name>
<url>https://github.com/googleapis/java-artifact-registry</url>
<description>
Expand Down Expand Up @@ -61,27 +61,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<version>0.5.0</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<version>0.5.0</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.5.0</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.5.0</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-artifact-registry-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<version>0.5.0</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<name>proto-google-cloud-artifact-registry-v1</name>
<description>Proto library for google-cloud-artifact-registry</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-artifact-registry-v1beta2/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.5.0</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<name>grpc-google-cloud-artifact-registry-v1beta2</name>
<description>Proto library for google-cloud-artifact-registry</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.5.0</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
10 changes: 5 additions & 5 deletions versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

google-cloud-artifact-registry:0.4.3:0.4.4-SNAPSHOT
grpc-google-cloud-artifact-registry-v1beta2:0.4.3:0.4.4-SNAPSHOT
grpc-google-cloud-artifact-registry-v1:0.4.3:0.4.4-SNAPSHOT
proto-google-cloud-artifact-registry-v1beta2:0.4.3:0.4.4-SNAPSHOT
proto-google-cloud-artifact-registry-v1:0.4.3:0.4.4-SNAPSHOT
google-cloud-artifact-registry:0.5.0:0.5.0
grpc-google-cloud-artifact-registry-v1beta2:0.5.0:0.5.0
grpc-google-cloud-artifact-registry-v1:0.5.0:0.5.0
proto-google-cloud-artifact-registry-v1beta2:0.5.0:0.5.0
proto-google-cloud-artifact-registry-v1:0.5.0:0.5.0

0 comments on commit 32b668c

Please sign in to comment.