Skip to content

Commit

Permalink
refactor: remove v1beta1 & webhook
Browse files Browse the repository at this point in the history
Signed-off-by: KevFan <chfan@redhat.com>
  • Loading branch information
KevFan committed Oct 1, 2024
1 parent 9a632fd commit 117ae8b
Show file tree
Hide file tree
Showing 25 changed files with 583 additions and 9,623 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
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 117ae8b

Please sign in to comment.