UNCLASSIFIED - NO CUI

Skip to content

Update dependency istio-ecosystem/authservice to v1 - autoclosed

This MR contains the following updates:

Package Type Update Change
istio-ecosystem/authservice major 0.5.3-ubi9 -> v1.0.0
istio-ecosystem/authservice major 0.5.3 -> v1.0.0
istio-ecosystem/authservice ironbank-github major 0.5.3 -> v1.0.0

Release Notes

istio-ecosystem/authservice (istio-ecosystem/authservice)

v1.0.0

Compare Source

authservice 1.0.0

This is the first release of the Go rewrite of the authservice! 🚀

This is a full rewrite of the project in pure Go, to improve code readability, testability, quality, and the overall maintainability of the project. It provides feature parity with the original project, and the Docker images that are published on the project's GitHub Docker registry can be used as a drop-in replacement for the old authservice ones.

This project adds extensive code coverage, several end-to-end test suites that verify the correct behavior of the supported OIDC flows, as well as a compatibility suite that runs with both images, the Go-based authservice and the old C++ authservice to make sure backward-compatibility is not broken.

In addition to the extensive tests and feature parity, this first release of the Go authservice fixes the following issues:

Check it out!
Initial contributors

The first release of the Go rewrite of theauthservice has been crafted with a lot of dedication and work from @​zhaohuabing, @​sergicastro, and @​nacx, and thoroughly tested by @​sbko Thank you all for your contributions!

Full release changelog: https://github.com/istio-ecosystem/authservice/commits/v1.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


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

This MR has been generated by Renovate Bot.

Merge request reports