Skip to content

Commit

Permalink
Merge pull request #144 from Kuadrant/v1-version-bumps
Browse files Browse the repository at this point in the history
v1 version bumps for RLP/ALP
  • Loading branch information
openshift-merge-bot[bot] authored Nov 11, 2024
2 parents 32b9632 + 5db482f commit 8a353b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
22 changes: 0 additions & 22 deletions console-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@
"component": { "$codeRef": "KuadrantDNSPolicyCreatePage" }
}
},
{
"type": "console.resource/create",
"properties": {
"model": {
"group": "kuadrant.io",
"version": "v1beta3",
"kind": "RateLimitPolicy"
},
"component": { "$codeRef": "KuadrantRateLimitPolicyCreatePage" }
}
},
{
"type": "console.resource/create",
"properties": {
Expand All @@ -89,17 +78,6 @@
"component": { "$codeRef": "KuadrantTLSCreatePage" }
}
},
{
"type": "console.resource/create",
"properties": {
"model": {
"group": "kuadrant.io",
"version": "v1beta3",
"kind": "AuthPolicy"
},
"component": { "$codeRef": "KuadrantAuthPolicyCreatePage" }
}
},
{
"type": "console.resource/create",
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuadrant-console-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "Kuadrant OpenShift Console plugin",
"private": true,
"license": "Apache-2.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"consolePlugin": {
"name": "kuadrant-console-plugin",
"version": "0.0.7",
"version": "0.0.8",
"displayName": "Kuadrant OpenShift Console Plugin",
"description": "Kuadrant OpenShift Console Plugin",
"exposedModules": {
Expand Down
4 changes: 2 additions & 2 deletions src/utils/latest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const resourceGVKMapping: { [key: string]: { group: string; version: string; kin
HTTPRoute: { group: 'gateway.networking.k8s.io', version: 'v1', kind: 'HTTPRoute' },
TLSPolicy: { group: 'kuadrant.io', version: 'v1', kind: 'TLSPolicy' },
DNSPolicy: { group: 'kuadrant.io', version: 'v1', kind: 'DNSPolicy' },
AuthPolicy: { group: 'kuadrant.io', version: 'v1beta3', kind: 'AuthPolicy' },
RateLimitPolicy: { group: 'kuadrant.io', version: 'v1beta3', kind: 'RateLimitPolicy' },
AuthPolicy: { group: 'kuadrant.io', version: 'v1', kind: 'AuthPolicy' },
RateLimitPolicy: { group: 'kuadrant.io', version: 'v1', kind: 'RateLimitPolicy' },
ConfigMap: { group: '', version: 'v1', kind: 'ConfigMap' },
Listener: { group: 'gateway.networking.k8s.io', version: 'v1', kind: 'Listener' },
GatewayClass: { group: 'gateway.networking.k8s.io', version: 'v1', kind: 'GatewayClass' },
Expand Down

0 comments on commit 8a353b2

Please sign in to comment.