Skip to content

Commit

Permalink
Merge pull request #493 from Kuadrant/v1beta3
Browse files Browse the repository at this point in the history
feat: introduce AuthConfig v1beta3
  • Loading branch information
KevFan authored Oct 16, 2024
2 parents 210e894 + bdfb971 commit c02c565
Show file tree
Hide file tree
Showing 59 changed files with 5,701 additions and 7,355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
authconfig_version: [v1beta1, v1beta2]
authconfig_version: [v1beta2, v1beta3]
runs-on: ${{ matrix.platform }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ report-benchmarks:
cover: ## Shows test coverage
go tool cover -html=cover.out

AUTHCONFIG_VERSION ?= v1beta2
AUTHCONFIG_VERSION ?= v1beta3
VERBOSE ?= 0
e2e: ## Runs the end-to-end tests on a local environment setup
$(MAKE) local-setup NAMESPACE=authorino KIND_CLUSTER_NAME=authorino-e2e AUTHORINO_IMAGE=$(AUTHORINO_IMAGE) TLS_ENABLED=$(TLS_ENABLED) OPERATOR_BRANCH=$(OPERATOR_BRANCH) AUTHORINO_MANIFESTS=$(AUTHORINO_MANIFESTS) AUTHORINO_INSTANCE=$(AUTHORINO_INSTANCE) ENVOY_OVERLAY=$(ENVOY_OVERLAY) DEPLOY_KEYCLOAK=1 FF=1
Expand Down
4 changes: 2 additions & 2 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ repo: github.com/kuadrant/authorino/
resources:
- group: config
kind: AuthConfig
version: v1beta1
version: v1beta2
- group: config
kind: AuthConfig
version: v1beta2
version: v1beta3
version: 3-alpha
plugins:
go.sdk.operatorframework.io/v2-alpha: {}
Loading

0 comments on commit c02c565

Please sign in to comment.