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): Bump github.com/kuadrant/authorino from 0.13.0 to 0.16.0 #78

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps github.com/kuadrant/authorino from 0.13.0 to 0.16.0.

Release notes

Sourced from github.com/kuadrant/authorino's releases.

v0.16.0

What's Changed

Dependencies and Tooling

Tests

Documentation

New Contributors

Full Changelog: Kuadrant/authorino@v0.15.0...v0.16.0

v0.15.0

What's Changed

New features and enhancements

  • AuthConfig v1beta2 (by @​guicassolato in Kuadrant/authorino#417, Kuadrant/authorino#431)
    • This is a big one that we've been cooking for quite some time! The AuthConfig API received a facelift and it now feels a lot more natural and declarative.
    • Example of resource based on the new API:
      apiVersion: authorino.kuadrant.io/v1beta2
      kind: AuthConfig
      metadata:
        name: my-app-protection
      spec:
        hosts:
        - my-app.io
        authentication:
          "friends":
            apiKey:
              selector:
                matchLabels:
                  "app": "my-app"
            credentials:
              authorizationHeader:
                prefix: API-KEY
        authorization:

... (truncated)

Commits
  • a59ef6f Merge pull request #448 from Kuadrant/deps
  • 0eff5f7 Unsure why these had (to?) change...
  • fcc1709 Upgrade otel deps to 0.46.1
  • 8addd67 Merge pull request #444 from KevFan/controller-runtime
  • 0c3253a Merge pull request #445 from Kuadrant/md-in-html
  • 9c6e6c0 Markdown in HTML blocks
  • 0a03d35 refactor: controller-runtime v0.16.3
  • 48ce125 Merge pull request #443 from Kuadrant/bump-go-1-20
  • 76f4419 Bump Go to 1.20
  • d697768 Merge pull request #442 from Kuadrant/dependabot/go_modules/google.golang.org...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 27, 2023
@dependabot dependabot bot requested a review from bartoszmajsak November 27, 2023 13:21
@bartoszmajsak
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kuadrant/authorino-0.16.0 branch from 42d2c33 to ffbf2b5 Compare December 4, 2023 14:06
@bartoszmajsak bartoszmajsak force-pushed the dependabot/go_modules/github.com/kuadrant/authorino-0.16.0 branch from 5c56bb1 to 5d447d6 Compare December 4, 2023 16:42
@bartoszmajsak
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@bartoszmajsak
Copy link
Contributor

@dependabot recreate

Bumps [github.com/kuadrant/authorino](https://github.com/kuadrant/authorino) from 0.13.0 to 0.16.0.
- [Release notes](https://github.com/kuadrant/authorino/releases)
- [Commits](Kuadrant/authorino@v0.13.0...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/kuadrant/authorino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kuadrant/authorino-0.16.0 branch from 5d447d6 to 8d20846 Compare December 4, 2023 16:57
@bartoszmajsak bartoszmajsak merged commit dd2ff8b into main Dec 4, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/kuadrant/authorino-0.16.0 branch December 4, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant