Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#243)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.2.1](googleapis/java-policy-troubleshooter@v1.2.0...v1.2.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-policy-troubleshooter/issues/1485)) ([#242](googleapis/java-policy-troubleshooter#242)) ([67094f8](googleapis/java-policy-troubleshooter@67094f8))

---
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 Jul 14, 2022
1 parent 67094f8 commit 4612919
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions java-policy-troubleshooter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/googleapis/java-policy-troubleshooter/compare/v1.2.0...v1.2.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-policy-troubleshooter/issues/1485)) ([#242](https://github.com/googleapis/java-policy-troubleshooter/issues/242)) ([8e96695](https://github.com/googleapis/java-policy-troubleshooter/commit/8e96695e9cd93a7759e93908795d8786608fc046))

## [1.2.0](https://github.com/googleapis/java-policy-troubleshooter/compare/v1.1.1...v1.2.0) (2022-07-01)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter-bom</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-policy-troubleshooter-v1</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-policy-troubleshooter-v1:current} -->
<version>1.2.1</version><!-- {x-version-update:grpc-google-cloud-policy-troubleshooter-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-policy-troubleshooter-v1</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-policy-troubleshooter-v1:current} -->
<version>1.2.1</version><!-- {x-version-update:proto-google-cloud-policy-troubleshooter-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<packaging>jar</packaging>
<name>Google IAM Policy Troubleshooter API</name>
<url>https://github.com/googleapis/java-policy-troubleshooter</url>
<description>makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter-parent</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-policy-troubleshooter</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-policy-troubleshooter-v1</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-policy-troubleshooter-v1:current} -->
<version>1.2.1</version><!-- {x-version-update:grpc-google-cloud-policy-troubleshooter-v1:current} -->
<name>grpc-google-cloud-policy-troubleshooter-v1</name>
<description>GRPC library for google-cloud-policy-troubleshooter</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter-parent</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions java-policy-troubleshooter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<name>Google IAM Policy Troubleshooter API Parent</name>
<url>https://github.com/googleapis/java-policy-troubleshooter</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-policy-troubleshooter-v1</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-policy-troubleshooter-v1:current} -->
<version>1.2.1</version><!-- {x-version-update:proto-google-cloud-policy-troubleshooter-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-policy-troubleshooter-v1</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-policy-troubleshooter-v1:current} -->
<version>1.2.1</version><!-- {x-version-update:grpc-google-cloud-policy-troubleshooter-v1:current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-policy-troubleshooter-v1</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-policy-troubleshooter-v1:current} -->
<version>1.2.1</version><!-- {x-version-update:proto-google-cloud-policy-troubleshooter-v1:current} -->
<name>proto-google-cloud-policy-troubleshooter-v1</name>
<description>Proto library for google-cloud-policy-troubleshooter</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter-parent</artifactId>
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
<version>1.2.1</version><!-- {x-version-update:google-cloud-policy-troubleshooter:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-policy-troubleshooter/versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-policy-troubleshooter:1.2.0:1.2.1-SNAPSHOT
grpc-google-cloud-policy-troubleshooter-v1:1.2.0:1.2.1-SNAPSHOT
proto-google-cloud-policy-troubleshooter-v1:1.2.0:1.2.1-SNAPSHOT
google-cloud-policy-troubleshooter:1.2.1:1.2.1
grpc-google-cloud-policy-troubleshooter-v1:1.2.1:1.2.1
proto-google-cloud-policy-troubleshooter-v1:1.2.1:1.2.1

0 comments on commit 4612919

Please sign in to comment.