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

build(deps): bump google.golang.org/api from 0.94.0 to 0.95.0 #2652

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2022

Bumps google.golang.org/api from 0.94.0 to 0.95.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.95.0

0.95.0 (2022-09-06)

Features

  • all: Auto-regenerate discovery clients (#1677) (8757dbf)
  • all: Auto-regenerate discovery clients (#1680) (8c72fb3)
  • option: Officially deprecate ImpersonateCredentials (#1683) (9a84077)
Changelog

Sourced from google.golang.org/api's changelog.

0.95.0 (2022-09-06)

Features

  • all: Auto-regenerate discovery clients (#1677) (8757dbf)
  • all: Auto-regenerate discovery clients (#1680) (8c72fb3)
  • option: Officially deprecate ImpersonateCredentials (#1683) (9a84077)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @sagikazarmark.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Member

@sagikazarmark sagikazarmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@sagikazarmark sagikazarmark added this to the v2.34.0 milestone Sep 7, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/api-0.95.0 branch from 2463e49 to fdc6300 Compare September 7, 2022 11:50
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.94.0 to 0.95.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.94.0...v0.95.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/api-0.95.0 branch from fdc6300 to 58fa7a1 Compare September 7, 2022 11:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 7, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot merged commit 02c1f5f into master Sep 13, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/google.golang.org/api-0.95.0 branch September 13, 2022 16:05
xtremerui pushed a commit to concourse/dex that referenced this pull request Sep 16, 2022
<!-- Release notes generated using configuration in .github/release.yml at master -->
The official container image for this release can be pulled from
```
ghcr.io/dexidp/dex:v2.34.0
```
## What's Changed
### Exciting New Features 🎉
* updated gomplate version and added ppc64le support by @mayurwaghmode in dexidp#2620
### Enhancements 🚀
* fix: Fallback when group claim is a string instead of an array of strings by @JoooostB in dexidp#2639
* feat(connector/authproxy): support multiple groups by @mclavel in dexidp#2643
* Implement Application Default Credentials for the google connector by @ichbinfrog in dexidp#2530
* build: bump Go version to 1.19 in Nix by @sagikazarmark in dexidp#2648
### Dependency Updates ⬆️
* build(deps): bump alpine from 3.16.1 to 3.16.2 by @dependabot in dexidp#2624
* build(deps): bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in dexidp#2623
* build(deps): bump aquasecurity/trivy-action from 0.6.1 to 0.7.0 by @dependabot in dexidp#2632
* build(deps): bump github.com/mattn/go-sqlite3 from 1.14.11 to 1.14.15 by @dependabot in dexidp#2634
* build(deps): bump aquasecurity/trivy-action from 0.7.0 to 0.7.1 by @dependabot in dexidp#2635
* build(deps): bump google.golang.org/api from 0.89.0 to 0.93.0 by @dependabot in dexidp#2633
* build(deps): bump google.golang.org/api from 0.93.0 to 0.94.0 by @dependabot in dexidp#2637
* chore: Bump ent to 0.11.2 by @nabokihms in dexidp#2640
* chore: Bump Go to 1.19 by @nabokihms in dexidp#2641
* build(deps): bump github.com/coreos/go-oidc/v3 from 3.2.0 to 3.3.0 by @dependabot in dexidp#2646
* build(deps): bump google.golang.org/grpc from 1.47.0 to 1.49.0 by @dependabot in dexidp#2636
* build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 in /api/v2 by @dependabot in dexidp#2611
* build(deps): bump golang from 1.19.0-alpine3.15 to 1.19.1-alpine3.15 by @dependabot in dexidp#2650
* chore: update alpine version in Go image by @sagikazarmark in dexidp#2656
* build(deps): bump github.com/lib/pq from 1.10.5 to 1.10.7 by @dependabot in dexidp#2651
* build(deps): bump google.golang.org/api from 0.94.0 to 0.95.0 by @dependabot in dexidp#2652
* build(deps): bump google.golang.org/grpc from 1.47.0 to 1.49.0 in /api/v2 by @dependabot in dexidp#2638
* build(deps): bump github.com/coreos/go-oidc/v3 from 3.3.0 to 3.4.0 by @dependabot in dexidp#2658

## New Contributors
* @mayurwaghmode made their first contribution in dexidp#2620
* @JoooostB made their first contribution in dexidp#2639
* @mclavel made their first contribution in dexidp#2643
* @ichbinfrog made their first contribution in dexidp#2530

**Full Changelog**: dexidp/dex@v2.33.0...v2.34.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant