Skip to content

Update Helm release authorino-operator to v0.26.0 - #3

Open
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/authorino-operator-0.x
Open

Update Helm release authorino-operator to v0.26.0#3
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/authorino-operator-0.x

Conversation

@konflux-staging

@konflux-staging konflux-staging Bot commented Oct 8, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Update Change
authorino-operator (source) minor 0.0.00.26.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Kuadrant/authorino-operator (authorino-operator)

v0.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kuadrant/authorino-operator@v0.25.1...v0.26.0

v0.25.2

Compare Source

What's Changed

Authorino operand
  • Bumped to v0.26.2
    • Fix OAuth2 introspection panic on non-200 responses
    • Fix authorization failing open on context timeout
    • Fix pprof port clash on status update manager
    • Fix UMA PAT response body resource leak
    • Go 1.26.4, CI hardening
Bug Fixes
  • fix: validate bundle after all modifications complete
  • fix: fall back to tag_name when release name is empty
  • fix: handle empty string name in set-replaces-directive
  • fix: checkout existing release branch instead of failing on re-release
Toolchain
  • Upgrade Go to 1.26.3 → 1.26.4
CI
  • Automated Authorino manifests sync workflow + GPG signature
  • Updated Authorino manifests (4 syncs)

Full Changelog: Kuadrant/authorino-operator@v0.25.1...v0.25.2

v0.25.1

Compare Source

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.25.0...v0.25.1

v0.25.0

Compare Source

This release enables installations of Authorino v0.26.0

What's Changed

New Contributors

Full Changelog: Kuadrant/authorino-operator@v0.24.0...v0.25.0

v0.24.1

Compare Source

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.24.0...v0.24.1

v0.24.0

Compare Source

This release enables installations of Authorino v0.25.0

What's Changed

New Contributors

Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.24.0

v0.23.4

Compare Source

What's Changed

Authorino operand
  • Bumped to v0.24.3
    • Go 1.26.4 (CVE-2026-27145)
    • golang.org/x/net v0.55.0 and go-jose v4.1.4 already in v0.24.2
Security & Dependencies

Full Changelog: Kuadrant/authorino-operator@v0.23.3...v0.23.4

v0.23.3

Compare Source

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.23.2...v0.23.3

v0.23.2

Compare Source

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.23.1...v0.23.2

v0.23.1

Compare Source

This release enables installations of Authorino v0.24.0

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.23.0...v0.23.1

v0.23.0

Compare Source

This release enables installations of Authorino v0.24.0

What's Changed

New Contributors

Full Changelog: Kuadrant/authorino-operator@v0.22.0...v0.23.0

v0.22.0

Compare Source

This release enables installations of Authorino v0.23.0

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.21.0...v0.22.0

v0.21.0

Compare Source

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.20.0...v0.21.0

v0.19.0

Compare Source

This release enables installations of Authorino v0.21.0

What's Changed

New Contributors

Full Changelog: Kuadrant/authorino-operator@v0.18.0...v0.19.0

v0.18.0

Compare Source

This release enables installations of Authorino v0.21.0

Full Changelog: Kuadrant/authorino-operator@v0.17.0...v0.18.0

v0.16.0

Compare Source

This release enables installations of Authorino v0.20.0

Full Changelog: Kuadrant/authorino-operator@v0.15.1...v0.16.0

v0.15.1

Compare Source

This release enables installations of Authorino v0.19.0

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.15.0...v0.15.1

v0.14.0

Compare Source

This release enables installations of Authorino v0.19.0


⚠️ Important!

After upgrading to Authorino v0.19.0, users must migrate all AuthConfig resources stored in the cluster's database to v1beta3 by running the following script. This will guarantee readiness for upgrading in the future to a newer version of Authorino where v1beta2 is no longer served.

cat << 'EOF' > /tmp/migrate.sh

#!/bin/bash
authconfigs=$(kubectl get authconfigs -A -o custom-columns='NAMESPACE:.metadata.namespace,NAME:.metadata.name' --no-headers)
while IFS=" " read -r namespace name; do
  kubectl get authconfig "$name" -n "$namespace" -o yaml > "/tmp/${name}.${namespace}.authconfig.yaml"
  kubectl apply -f "/tmp/${name}.${namespace}.authconfig.yaml"
done <<< "$authconfigs"
EOF
chmod +x /tmp/migrate.sh
/tmp/migrate.sh

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.13.1...v0.14.0

v0.13.1

Compare Source

This release enables installations of Authorino v0.18.1

What's Changed

Full Changelog: Kuadrant/authorino-operator@v0.13.0...v0.13.1

v0.13.0

Compare Source

This release enables installations of Authorino v0.18.0

What's Changed

Full Changelog: https://github.com/Kuadrant/authorino-operator/commits/v0.13.0


Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-staging

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.13.0 Update Helm release authorino-operator to v0.16.0 Feb 12, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 570bec4 to 686aaa9 Compare February 12, 2025 08:03
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 686aaa9 to 44093c5 Compare April 2, 2025 08:12
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.16.0 Update Helm release authorino-operator to v0.18.0 Apr 2, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 44093c5 to 847c801 Compare July 16, 2025 12:07
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.18.0 Update Helm release authorino-operator to v0.19.0 Jul 16, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 847c801 to 819a6a8 Compare September 17, 2025 08:13
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.19.0 Update Helm release authorino-operator to v0.21.0 Sep 17, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 819a6a8 to a06d07d Compare October 8, 2025 16:17
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.21.0 Update Helm release authorino-operator to v0.22.0 Oct 8, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from a06d07d to 643d118 Compare February 13, 2026 00:21
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.22.0 Update Helm release authorino-operator to v0.23.0 Feb 13, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 643d118 to 7d431d1 Compare February 19, 2026 08:21
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.23.0 Update Helm release authorino-operator to v0.23.1 Feb 19, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from 7d431d1 to f5753e5 Compare June 29, 2026 16:10
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.23.1 Update Helm release authorino-operator to v0.25.1 Jun 29, 2026
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/authorino-operator-0.x branch from f5753e5 to 2729766 Compare July 20, 2026 12:19
@konflux-staging konflux-staging Bot changed the title Update Helm release authorino-operator to v0.25.1 Update Helm release authorino-operator to v0.26.0 Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants