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.0.6
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.0.7
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 16, 2020

  1. chore: release 1.0.7-SNAPSHOT (#82)

    🤖 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).
    release-please[bot] authored Dec 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dd9f15b View commit details
  2. ci(java): ignore bot users for generate-files-bot (#83)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/1f00a6d6-96a2-443b-b6d5-961e1a78c3ed/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@3f67cee
    yoshi-automation authored Dec 16, 2020

    Verified

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

Commits on Dec 29, 2020

  1. chore(java): remove formatter action

    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Tue Dec 29 10:50:17 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 6133907dbb3ddab204a17a15d5c53ec0aae9b033
    Source-Link: googleapis/synthtool@6133907
    yoshi-automation authored Dec 29, 2020

    Verified

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

Commits on Jan 13, 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
    6e80faa 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
    67462a0 View commit details
Showing with 21 additions and 36 deletions.
  1. +4 −0 .github/generated-files-bot.yml
  2. +0 −25 .github/workflows/formatting.yaml
  3. +7 −0 CHANGELOG.md
  4. +2 −2 grpc-google-iam-v1/pom.xml
  5. +3 −3 pom.xml
  6. +2 −2 proto-google-iam-v1/pom.xml
  7. +2 −3 synth.metadata
  8. +1 −1 versions.txt
4 changes: 4 additions & 0 deletions .github/generated-files-bot.yml
Original file line number Diff line number Diff line change
@@ -5,3 +5,7 @@ externalManifests:
- type: json
file: '.github/readme/synth.metadata/synth.metadata'
jsonpath: '$.generatedFiles[*]'
ignoreAuthors:
- 'renovate-bot'
- 'yoshi-automation'
- 'release-please[bot]'
25 changes: 0 additions & 25 deletions .github/workflows/formatting.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.7](https://www.github.com/googleapis/java-iam/compare/v1.0.6...v1.0.7) (2021-01-13)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.1 ([#85](https://www.github.com/googleapis/java-iam/issues/85)) ([6e80faa](https://www.github.com/googleapis/java-iam/commit/6e80faa75433d1333344b66d632b48ab8e710b08))

### [1.0.6](https://www.github.com/googleapis/java-iam/compare/v1.0.5...v1.0.6) (2020-12-15)


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.0.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.0.7</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.0.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.0.7</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
6 changes: 3 additions & 3 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.0.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.0.7</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<name>Google IAM Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
@@ -70,14 +70,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.17.0</version>
<version>0.17.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
<version>1.0.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.0.7</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</dependency>

<dependency>
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.0.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.0.7</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.0.6</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.0.7</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
5 changes: 2 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-iam.git",
"sha": "3260b0f80f9c5f79e37a130cd08012df2237cecf"
"sha": "d00fb71519017b0a411295e4cd00f88ab269acd6"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
}
}
],
@@ -38,7 +38,6 @@
".github/workflows/approve-readme.yaml",
".github/workflows/auto-release.yaml",
".github/workflows/ci.yaml",
".github/workflows/formatting.yaml",
".kokoro/build.bat",
".kokoro/build.sh",
".kokoro/coerce_logs.sh",
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.0.6:1.0.6
proto-google-iam-v1:1.0.7:1.0.7