Skip to content

chore: Release stackable-operator 0.82.0 #911

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

Merged
merged 1 commit into from
Nov 23, 2024
Merged

Conversation

siegfriedweber
Copy link
Member

Description

Fixed

Changed

  • BREAKING: Made DEFAULT_OIDC_WELLKNOWN_PATH private. Use AuthenticationProvider::well_known_config_url instead ([fix!: Correctly construct OIDC endpoints #910]).
  • BREAKING: Changed visibility of commons::rbac::service_account_name and commons::rbac::role_binding_name to
    private, as these functions should not be called directly by the operators. This is likely to result in naming conflicts
    as the result is completely dependent on what is passed to this function. Operators should instead rely on the roleBinding
    and serviceAccount objects created by commons::rbac::build_rbac_resources and retrieve the name from the returned
    objects if they need it ([Fixes accidentally deleted serviceaccount and rolebinding objects #909]).
  • Changed the names of the objects that are returned from commons::rbac::build_rbac_resources to not rely solely on the product
    they refer to (e.g. "nifi-rolebinding") but instead include the name of the resource to be unique per cluster
    (e.g. simple-nifi-rolebinding) ([Fixes accidentally deleted serviceaccount and rolebinding objects #909]).

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
# Author
# Reviewer
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added

@siegfriedweber siegfriedweber self-assigned this Nov 23, 2024
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM!

@siegfriedweber siegfriedweber added this pull request to the merge queue Nov 23, 2024
Merged via the queue into main with commit 415bbd0 Nov 23, 2024
10 checks passed
@siegfriedweber siegfriedweber deleted the release-0.82.0 branch November 23, 2024 10:41
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.

2 participants