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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-iam
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.5
Choose a base ref
...
head repository: googleapis/java-iam
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.6
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 6, 2021

  1. chore: release 1.1.6-SNAPSHOT (#212)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Oct 6, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    981a778 View commit details

Commits on Oct 7, 2021

  1. chore: update repo-metadata.json client_documentation link (#213)

    * chore: updating doc link
    
    * chore: fix missing comma
    eaball35 authored Oct 7, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f95c20 View commit details

Commits on Oct 8, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f8b8caf View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b67e90a View commit details
Showing with 16 additions and 9 deletions.
  1. +1 −1 .repo-metadata.json
  2. +7 −0 CHANGELOG.md
  3. +2 −2 grpc-google-iam-v1/pom.xml
  4. +2 −2 pom.xml
  5. +1 −1 proto-google-iam-v1/build.gradle
  6. +2 −2 proto-google-iam-v1/pom.xml
  7. +1 −1 versions.txt
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"name_pretty": "IAM",
"product_documentation": "n/a",
"api_description": "n/a",
"client_documentation": "https://googleapis.dev/java/proto-google-iam-v1/latest/index.html",
"client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history",
"release_level": "ga",
"transport": "grpc",
"requires_billing": true,
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.1.6](https://www.github.com/googleapis/java-iam/compare/v1.1.5...v1.1.6) (2021-10-08)


### Dependencies

* update dependency com.google.api:api-common to v2.0.5 ([#214](https://www.github.com/googleapis/java-iam/issues/214)) ([f8b8caf](https://www.github.com/googleapis/java-iam/commit/f8b8cafd4e8c7617cac3a2ef4aaa855e4a1dbd8a))

### [1.1.5](https://www.github.com/googleapis/java-iam/compare/v1.1.4...v1.1.5) (2021-10-06)


4 changes: 2 additions & 2 deletions grpc-google-iam-v1/pom.xml
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<version>1.1.5</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.1.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<name>grpc-google-iam-v1</name>
<description>GRPC library for grpc-google-iam-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.1.5</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.1.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.5</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.1.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<name>Google IAM Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
@@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
<version>1.1.5</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.1.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion proto-google-iam-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ repositories {

dependencies {
compile 'com.google.protobuf:protobuf-java:3.18.1'
compile 'com.google.api:api-common:2.0.4'
compile 'com.google.api:api-common:2.0.5'
compile project(':proto-google-common-protos')
}

4 changes: 2 additions & 2 deletions proto-google-iam-v1/pom.xml
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
<version>1.1.5</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.1.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<name>proto-google-iam-v1</name>
<description>PROTO library for proto-google-iam-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.1.5</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.1.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

proto-google-iam-v1:1.1.5:1.1.5
proto-google-iam-v1:1.1.6:1.1.6