Conversation
sbernauer
requested changes
Jan 24, 2025
Member
sbernauer
left a comment
There was a problem hiding this comment.
You missed one OpaCluster ;)
Also the import rego.v1 should now be able to go 😅
Last but not least we need to update the supported versions list
diff --git a/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc b/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc
index 81cf504..6c9f90b 100644
--- a/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc
+++ b/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc
@@ -16,7 +16,7 @@ metadata:
name: opa
spec:
image:
- productVersion: 0.67.1
+ productVersion: 1.0.0
clusterConfig:
userInfo: # <1>
backend:
@@ -132,8 +132,6 @@ For example, the following rule allows access for users in the `/admin` group:
----
package test
-import rego.v1
-
default allow := false
allow if {
diff --git a/docs/modules/opa/partials/supported-versions.adoc b/docs/modules/opa/partials/supported-versions.adoc
index f7b0d81..f221808 100644
--- a/docs/modules/opa/partials/supported-versions.adoc
+++ b/docs/modules/opa/partials/supported-versions.adoc
@@ -2,5 +2,5 @@
// This is a separate file, since it is used by both the direct OPA documentation, and the overarching
// Stackable Platform documentation.
-* 0.67.1
-* 0.66.0 (deprecated)
+* 1.0.0
+* 0.67.1 (deprecated)
Member
Author
|
@sbernauer addressed some with b0ad785 |
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
…bletech/opa-operator into chore/update-opa-to-1.0.0
sbernauer
previously approved these changes
Jan 24, 2025
Member
sbernauer
left a comment
There was a problem hiding this comment.
Thanks LGTM!
Please watch out for pre-commit
sbernauer
approved these changes
Jan 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Part of stackabletech/docker-images#969
Definition of Done Checklist