docs: v1.5.2 / operator v1.5.4 documentation updates#194
Open
jordigilh wants to merge 5 commits into
Open
Conversation
Update AF supported providers from 3 to 4 (openai, vertex_ai, gemini, anthropic). Document endpoint requirement and openai_compatible translation by the operator. Update provider tables, descriptions, and AF LLM Limitations section across operator-cr, configuration, apifrontend architecture, and disconnected-install pages. Co-authored-by: Cursor <cursoragent@cursor.com>
AF, interactive sessions, and apifrontend-api pages are GA since v1.5.0. Remove the "under active development" warning banners. Co-authored-by: Cursor <cursoragent@cursor.com>
Redirect signal-source-authentication links from installation.md to configuration.md where the content now lives. Co-authored-by: Cursor <cursoragent@cursor.com>
Major changes driven by authoritative airgapped guide alignment: - Remove deprecated Helm chart section (prereqs, install, uninstall) - Add direct manifest install path alongside OLM/CatalogSource - Add full Console OIDC Keycloak client registration (4-step flow) - Add OCP 4.18/kagenti v0.5.1 dual-path (SPIRE disabled) coverage - Add tool personas reference table (6 personas with tool grants) - Add custom ClusterRoles with clusterRoleName examples - Add Valkey secret format validation warning - Add PostgreSQL env var mapping note (POSTGRES_* → POSTGRESQL_*) - Add StorageClass discovery tips per platform - Add comprehensive troubleshooting section (ImagePullBackOff, CrashLoopBackOff, 401 audience, 403 RBAC, authbridge client identity, OVN routing, PG data loss, migration failures) - Fix component count: 11 → 14 workloads, 9 → 11 CRDs - Remove allowInsecureIssuers from CR examples and docs - Remove stale OCP Helm chart deprecation banner - Update verification section with OCP 4.18 vs 4.19+ tabs Co-authored-by: Cursor <cursoragent@cursor.com>
Update chart_version, image_tag, and operator_image_tag in mkdocs.yml to reflect the current release versions. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
openai_compatibletranslation across operator-cr, configuration, apifrontend architecture, and disconnected-install pages.allowInsecureIssuers/allowInsecureJWKS: Not needed in operator-managed deployments. Remove from CR reference, examples, and guidance tables.clusterRoleNameexamplesPOSTGRES_*→POSTGRESQL_*)enforce=privilegedlabel documentation for SPIREspire.enabledpointer behavior (explicitfalsenow works)image_tagv1.5.1 → v1.5.2,operator_image_tag1.5.1 → 1.5.4.Test plan
mkdocs servebuilds without warningsopenaias AF-supportedMade with Cursor