Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- Added support for OPA 0.67.1 ([#616]).
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#637]).
- Added Active Directory backend for user-info-fetcher ([#622]).

### Changed

Expand All @@ -31,6 +32,7 @@ All notable changes to this project will be documented in this file.
[#580]: https://github.com/stackabletech/opa-operator/pull/580
[#616]: https://github.com/stackabletech/opa-operator/pull/616
[#621]: https://github.com/stackabletech/opa-operator/pull/621
[#622]: https://github.com/stackabletech/opa-operator/pull/622
[#637]: https://github.com/stackabletech/opa-operator/pull/637
[#638]: https://github.com/stackabletech/opa-operator/pull/638

Expand Down
199 changes: 199 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading