Skip to content

Commit

Permalink
Bump AAQ to v1.2.2 (#2958)
Browse files Browse the repository at this point in the history
Signed-off-by: HCO Bump Bot <noreply@github.com>
Co-authored-by: kubevirt-bot <25687724+kubevirt-bot@users.noreply.github.com>
  • Loading branch information
hco-bot and kubevirt-bot authored May 15, 2024
1 parent ada5b75 commit 2703387
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/application-aware-quota00.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ spec:
type: object
namespaceSelector:
description: namespaces where pods should be gated before scheduling
Defaults to targeting namespaces with an "application-aware-quota/enable"
Defaults to targeting namespaces with an "application-aware-quota/enable-gating"
label key.
properties:
matchExpressions:
Expand Down
6 changes: 3 additions & 3 deletions deploy/images.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ CSI_SIG_STORAGE_PROVISIONER_IMAGE,registry.k8s.io/sig-storage/csi-provisioner,CS
KUBE_RBAC_PROXY_IMAGE,quay.io/openshift/origin-kube-rbac-proxy,KUBE_RBAC_PROXY_VERSION,e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8
KUBEVIRT_CONSOLE_PLUGIN_IMAGE,quay.io/kubevirt-ui/kubevirt-plugin,KUBEVIRT_CONSOLE_PLUGIN_VERSION,4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab
KUBEVIRT_CONSOLE_PROXY_IMAGE,quay.io/kubevirt-ui/kubevirt-apiserver-proxy,KUBEVIRT_CONSOLE_PROXY_VERSION,935475c2850466aa5ac57e4de627fb177515cb2c402a95842ead095d82b6df5f
AAQ_OPERATOR_IMAGE,quay.io/kubevirt/aaq-operator,AAQ_VERSION,2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
AAQ_SERVER_IMAGE,quay.io/kubevirt/aaq-server,AAQ_VERSION,9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
AAQ_CONTROLLER_IMAGE,quay.io/kubevirt/aaq-controller,AAQ_VERSION,057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
AAQ_OPERATOR_IMAGE,quay.io/kubevirt/aaq-operator,AAQ_VERSION,7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
AAQ_SERVER_IMAGE,quay.io/kubevirt/aaq-server,AAQ_VERSION,c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
AAQ_CONTROLLER_IMAGE,quay.io/kubevirt/aaq-controller,AAQ_VERSION,584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
12 changes: 6 additions & 6 deletions deploy/images.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ CSI_SIG_STORAGE_PROVISIONER_IMAGE=registry.k8s.io/sig-storage/csi-provisioner@sh
KUBE_RBAC_PROXY_IMAGE=quay.io/openshift/origin-kube-rbac-proxy@sha256:e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8
KUBEVIRT_CONSOLE_PLUGIN_IMAGE=quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab
KUBEVIRT_CONSOLE_PROXY_IMAGE=quay.io/kubevirt-ui/kubevirt-apiserver-proxy@sha256:935475c2850466aa5ac57e4de627fb177515cb2c402a95842ead095d82b6df5f
AAQ_OPERATOR_IMAGE=quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
AAQ_SERVER_IMAGE=quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
AAQ_CONTROLLER_IMAGE=quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
AAQ_OPERATOR_IMAGE=quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
AAQ_SERVER_IMAGE=quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
AAQ_CONTROLLER_IMAGE=quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
DIGEST_LIST="quay.io/kubevirt/virt-operator@sha256:d90ccf31c9b675f70b5a88f23e622ef7bb08b675669a2741261bea2e0d394c74"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-api@sha256:1ff99e166f3d485b02d2b476591053fbb078a0423b2750c4763fa940d12df0b2"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-controller@sha256:34c512504852b55d0733ffa0771746e7caa8506f8dfc52bd83edb8823f37b573"
Expand Down Expand Up @@ -65,6 +65,6 @@ DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/csi-provisioner@sha256:d
DIGEST_LIST="${DIGEST_LIST},quay.io/openshift/origin-kube-rbac-proxy@sha256:e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt-ui/kubevirt-apiserver-proxy@sha256:935475c2850466aa5ac57e4de627fb177515cb2c402a95842ead095d82b6df5f"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7"
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ spec:
type: object
namespaceSelector:
description: namespaces where pods should be gated before scheduling
Defaults to targeting namespaces with an "application-aware-quota/enable"
Defaults to targeting namespaces with an "application-aware-quota/enable-gating"
label key.
properties:
matchExpressions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@ spec:
- name: MTQ_VERSION
value: v1.2.1
- name: AAQ_VERSION
value: v1.2.1
value: v1.2.2
- name: KV_CONSOLE_PLUGIN_IMAGE
value: quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab
- name: KV_CONSOLE_PROXY_IMAGE
Expand Down Expand Up @@ -4096,17 +4096,17 @@ spec:
- name: DEPLOY_CLUSTER_RESOURCES
value: "true"
- name: OPERATOR_VERSION
value: v1.2.1
value: v1.2.2
- name: CONTROLLER_IMAGE
value: quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
value: quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
- name: AAQ_SERVER_IMAGE
value: quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
value: quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
- name: VERBOSITY
value: "1"
- name: PULL_POLICY
value: IfNotPresent
- name: MONITORING_NAMESPACE
image: quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
image: quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
imagePullPolicy: IfNotPresent
name: aaq-operator
ports:
Expand Down Expand Up @@ -4832,11 +4832,11 @@ spec:
provider:
name: KubeVirt project
relatedImages:
- image: quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
- image: quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
name: aaq-controller
- image: quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
- image: quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
name: aaq-operator
- image: quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
- image: quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
name: aaq-server
- image: quay.io/kubevirt/bridge-marker@sha256:bba066e3b5ff3fb8c5e20861fe8abe51e3c9b50ad6ce3b2616af9cb5479a06d0
name: bridge-marker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ spec:
type: object
namespaceSelector:
description: namespaces where pods should be gated before scheduling
Defaults to targeting namespaces with an "application-aware-quota/enable"
Defaults to targeting namespaces with an "application-aware-quota/enable-gating"
label key.
properties:
matchExpressions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
certified: "false"
console.openshift.io/disable-operand-delete: "true"
containerImage: quay.io/kubevirt/hyperconverged-cluster-operator:1.13.0-unstable
createdAt: "2024-05-08 05:05:06"
createdAt: "2024-05-09 05:05:58"
description: A unified operator deploying and controlling KubeVirt and its supporting
operators with opinionated defaults
features.operators.openshift.io/cnf: "false"
Expand Down Expand Up @@ -3325,7 +3325,7 @@ spec:
- name: MTQ_VERSION
value: v1.2.1
- name: AAQ_VERSION
value: v1.2.1
value: v1.2.2
- name: KV_CONSOLE_PLUGIN_IMAGE
value: quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab
- name: KV_CONSOLE_PROXY_IMAGE
Expand Down Expand Up @@ -4096,17 +4096,17 @@ spec:
- name: DEPLOY_CLUSTER_RESOURCES
value: "true"
- name: OPERATOR_VERSION
value: v1.2.1
value: v1.2.2
- name: CONTROLLER_IMAGE
value: quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
value: quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
- name: AAQ_SERVER_IMAGE
value: quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
value: quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
- name: VERBOSITY
value: "1"
- name: PULL_POLICY
value: IfNotPresent
- name: MONITORING_NAMESPACE
image: quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
image: quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
imagePullPolicy: IfNotPresent
name: aaq-operator
ports:
Expand Down Expand Up @@ -4832,11 +4832,11 @@ spec:
provider:
name: KubeVirt project
relatedImages:
- image: quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
- image: quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
name: aaq-controller
- image: quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
- image: quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
name: aaq-operator
- image: quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
- image: quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
name: aaq-server
- image: quay.io/kubevirt/bridge-marker@sha256:bba066e3b5ff3fb8c5e20861fe8abe51e3c9b50ad6ce3b2616af9cb5479a06d0
name: bridge-marker
Expand Down
10 changes: 5 additions & 5 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- name: MTQ_VERSION
value: v1.2.1
- name: AAQ_VERSION
value: v1.2.1
value: v1.2.2
- name: KV_CONSOLE_PLUGIN_IMAGE
- name: KV_CONSOLE_PROXY_IMAGE
image: quay.io/kubevirt/hyperconverged-cluster-operator:1.13.0-unstable
Expand Down Expand Up @@ -886,17 +886,17 @@ spec:
- name: DEPLOY_CLUSTER_RESOURCES
value: "true"
- name: OPERATOR_VERSION
value: v1.2.1
value: v1.2.2
- name: CONTROLLER_IMAGE
value: quay.io/kubevirt/aaq-controller@sha256:057ad4cd8bcf193332b954c8eb12af532aa0bb3b0762342370ca9f7145282c2e
value: quay.io/kubevirt/aaq-controller@sha256:584d58ca1dd61411c7aa0f64195f62072c0caf1ae16f60e8963fae51370debb7
- name: AAQ_SERVER_IMAGE
value: quay.io/kubevirt/aaq-server@sha256:9fbcfe87be72b38ed94951e80b7f2c849b31852a83180ff8694d2a375e7488e5
value: quay.io/kubevirt/aaq-server@sha256:c184193c54fbfd315b2f7b5874c5420d9cc2bdf15f6ce370d23eb2ec302592d9
- name: VERBOSITY
value: "1"
- name: PULL_POLICY
value: IfNotPresent
- name: MONITORING_NAMESPACE
image: quay.io/kubevirt/aaq-operator@sha256:2cbc69d5ca289555cbfe0b723a02f56f74bb8a13941f59dcdfda6c5430fc5278
image: quay.io/kubevirt/aaq-operator@sha256:7f73ae8d35c30ed35d694a4b51f71b439f89d50df0402c1d370f23162f67508c
imagePullPolicy: IfNotPresent
name: aaq-operator
ports:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
kubevirt.io/api v1.2.0
kubevirt.io/application-aware-quota v1.2.1
kubevirt.io/application-aware-quota v1.2.2
kubevirt.io/containerized-data-importer-api v1.59.0
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
kubevirt.io/managed-tenant-quota v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCI
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
kubevirt.io/api v1.2.0 h1:1f8XQLPl4BuHPsc6SHTPnYSYeDxucKCQGa8CdrGJSRc=
kubevirt.io/api v1.2.0/go.mod h1:SbeR9ma4EwnaOZEUkh/lNz0kzYm5LPpEDE30vKXC5Zg=
kubevirt.io/application-aware-quota v1.2.1 h1:sZ/hIN9edIAcrIgK04j6yrT7knKzB5Ft74am/ceyrJM=
kubevirt.io/application-aware-quota v1.2.1/go.mod h1:9Ci5GsKHyRH0sv0TQxYp7R+MjXj/+DXWhONe0RYLSl0=
kubevirt.io/application-aware-quota v1.2.2 h1:WtjRpozdm9hGbh6O8demv1HkqRGI76/ah6m7e+z6BKI=
kubevirt.io/application-aware-quota v1.2.2/go.mod h1:9Ci5GsKHyRH0sv0TQxYp7R+MjXj/+DXWhONe0RYLSl0=
kubevirt.io/containerized-data-importer-api v1.59.0 h1:GdDt9BlR0qHejpMaPfASbsG8JWDmBf1s7xZBj5W9qn0=
kubevirt.io/containerized-data-importer-api v1.59.0/go.mod h1:4yOGtCE7HvgKp7wftZZ3TBvDJ0x9d6N6KaRjRYcUFpE=
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4 h1:fZYvD3/Vnitfkx6IJxjLAk8ugnZQ7CXVYcRfkSKmuZY=
Expand Down
2 changes: 1 addition & 1 deletion hack/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TTO_VERSION="v0.5.0"
HPPO_VERSION="v0.19.0"
HPP_VERSION="v0.19.0"
MTQ_VERSION="v1.2.1"
AAQ_VERSION="v1.2.1"
AAQ_VERSION="v1.2.2"

NODE_DRIVER_REG_VERSION="v2.10.1"
LIVENESS_PROBE_VERSION="v2.12.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/openshift/custom-resource-status v1.1.2
gopkg.in/yaml.v3 v3.0.1
k8s.io/apiserver v0.30.0
kubevirt.io/application-aware-quota v1.2.1
kubevirt.io/application-aware-quota v1.2.2
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
kubevirt.io/ssp-operator/api v0.20.0
)
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1440,8 +1440,8 @@ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCI
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
kubevirt.io/api v1.2.0 h1:1f8XQLPl4BuHPsc6SHTPnYSYeDxucKCQGa8CdrGJSRc=
kubevirt.io/api v1.2.0/go.mod h1:SbeR9ma4EwnaOZEUkh/lNz0kzYm5LPpEDE30vKXC5Zg=
kubevirt.io/application-aware-quota v1.2.1 h1:sZ/hIN9edIAcrIgK04j6yrT7knKzB5Ft74am/ceyrJM=
kubevirt.io/application-aware-quota v1.2.1/go.mod h1:9Ci5GsKHyRH0sv0TQxYp7R+MjXj/+DXWhONe0RYLSl0=
kubevirt.io/application-aware-quota v1.2.2 h1:WtjRpozdm9hGbh6O8demv1HkqRGI76/ah6m7e+z6BKI=
kubevirt.io/application-aware-quota v1.2.2/go.mod h1:9Ci5GsKHyRH0sv0TQxYp7R+MjXj/+DXWhONe0RYLSl0=
kubevirt.io/client-go v1.2.0 h1:KniuG2wse98++ecRCWTZEl0wLZAQiRn+HdvzlpyekgA=
kubevirt.io/client-go v1.2.0/go.mod h1:ib4Ewy6u/+4J7w79mz0rxaJjsAbPvzJjYWQqGsrN7pM=
kubevirt.io/containerized-data-importer-api v1.59.0 h1:GdDt9BlR0qHejpMaPfASbsG8JWDmBf1s7xZBj5W9qn0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ kubevirt.io/api/pool
kubevirt.io/api/pool/v1alpha1
kubevirt.io/api/snapshot
kubevirt.io/api/snapshot/v1alpha1
# kubevirt.io/application-aware-quota v1.2.1
# kubevirt.io/application-aware-quota v1.2.2
## explicit; go 1.20
kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core
kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ k8s.io/utils/trace
## explicit; go 1.17
kubevirt.io/api/core
kubevirt.io/api/core/v1
# kubevirt.io/application-aware-quota v1.2.1
# kubevirt.io/application-aware-quota v1.2.2
## explicit; go 1.20
kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core
kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1
Expand Down

0 comments on commit 2703387

Please sign in to comment.