Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com.google.cloud:google-cloud-secretmanager to v1.1.0 #3237

Merged
merged 1 commit into from
Jun 25, 2020
Merged

chore(deps): update dependency com.google.cloud:google-cloud-secretmanager to v1.1.0 #3237

merged 1 commit into from
Jun 25, 2020

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
com.google.cloud:google-cloud-secretmanager minor 1.0.1 -> 1.1.0

Release Notes

googleapis/java-secretmanager

v1.1.0

Compare Source

Features
  • deps: adopt flatten plugin and google-cloud-shared-dependencies (#​168) (9267f53)
Dependencies
  • update dependency com.google.api:api-common to v1.9.1 (#​138) (6155389)
  • update dependency com.google.api:api-common to v1.9.2 (#​145) (2800d57)
  • update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 (#​124) (efe745d)
  • update dependency com.google.cloud:google-cloud-core to v1.93.5 (#​139) (b1c06f1)
  • update dependency com.google.guava:guava-bom to v29 (#​99) (e0072b7)
  • update dependency com.google.protobuf:protobuf-java to v3.12.0 (#​130) (36b78e6)
  • update dependency com.google.protobuf:protobuf-java to v3.12.2 (#​136) (a7ab7dc)
  • update dependency io.grpc:grpc-bom to v1.29.0 (#​112) (c4ad682)
  • update dependency io.grpc:grpc-bom to v1.30.0 (#​149) (d5ad8de)
  • update dependency org.threeten:threetenbp to v1.4.4 (#​117) (33d0ca0)
Documentation
1.0.1 (2020-04-07)
Dependencies
  • update core dependencies (#​62) (addf294)
  • update dependency com.google.cloud:google-cloud-core to v1.93.4 (#​92) (6c32f4c)
  • update dependency org.threeten:threetenbp to v1.4.3 (#​72) (7451bb4)
Documentation

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team June 24, 2020 01:47
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Jun 24, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jun 24, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2020
@kokoro-team kokoro-team removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Jun 24, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 24, 2020
@lesv
Copy link
Contributor

lesv commented Jun 24, 2020

Java 11

@chingor13 @stephaniewang526 PTAL - did we optimize something out of existence?

------------------------------------------------------------
- testing secretmanager
------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[ERROR] /tmpfs/src/github/java-docs-samples/secretmanager/src/main/java/secretmanager/UpdateSecret.java:[24,32] package com.google.protobuf.util does not exist
[ERROR] /tmpfs/src/github/java-docs-samples/secretmanager/src/main/java/secretmanager/UpdateSecret.java:[53,29] cannot find symbol
  symbol:   variable FieldMaskUtil
  location: class secretmanager.UpdateSecret
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project secretmanager-samples: Compilation failure: Compilation failure:
[ERROR] /tmpfs/src/github/java-docs-samples/secretmanager/src/main/java/secretmanager/UpdateSecret.java:[24,32] package com.google.protobuf.util does not exist
[ERROR] /tmpfs/src/github/java-docs-samples/secretmanager/src/main/java/secretmanager/UpdateSecret.java:[53,29] cannot find symbol
[ERROR]   symbol:   variable FieldMaskUtil
[ERROR]   location: class secretmanager.UpdateSecret
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 Testing failed: Maven returned a non-zero exit code.

@lesv
Copy link
Contributor

lesv commented Jun 24, 2020

@sethvargo PTAL - didn't realize you played in the repo, any idea why the update is failing?

@sethvargo
Copy link
Member

FieldMaskUtil comes from https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/FieldMaskUtil. I'm not really sure - seems to have broken ourside of any changes on the repo.

@lesv lesv added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 24, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 24, 2020
@stephaniewang526 stephaniewang526 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 24, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 24, 2020
@lesv lesv added api: secretmanager Issues related to the Secret Manager API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jun 25, 2020
@stephaniewang526 stephaniewang526 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 25, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 25, 2020
@stephaniewang526 stephaniewang526 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 25, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 25, 2020
@stephaniewang526 stephaniewang526 merged commit 11c65ca into GoogleCloudPlatform:master Jun 25, 2020
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-secretmanager-1.x branch June 25, 2020 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: secretmanager Issues related to the Secret Manager API. cla: yes This human has signed the Contributor License Agreement. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants