mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 17:06:28 +00:00
release: Kata Containers 2.3.2
- stable-2.3 | workflows: Use base instead of head ref for kata-deploy-test - stable-2.3-backports - [backport from main] agent: fix the issue of missing create a new session for container - stable-2.3 - kata-deploy: validate conf file can be created - stable-2.3 | kata-monitor: increase delay before syncing with the container manager - stable-2.3 | versions: Upgrade to Cloud Hypervisor v21.0 - stable-2.3: backport lint fixes from main - stable-2.3 | runtime: -Wl,--s390-pgste for s390x - stable-2.3 | kata-manager: Retrieve static tarball - stable-2.3 | ci: Pass function arguments in static-checks.sh977f1f5b
workflows: Use base instead of head ref for kata-deploy-test99ed596a
workflows: Fix typo in kata-deploy-push action13b7d93b
workflows: Ensure a label change re-triggers the actionsb8463224
workflows: Ensure force-skip-ci skips all actions8c8571f4
workflows: Use the correct branch ref on test kata-deploy620bb97e
runtime: Provide protection for shared data770d4acf
tools: Fix groupname if it differs from usernamecedb01d2
runtime: close span before return from function in case of errora661e538
agent: fix the issue of missing create a new session for containerbed0f3c8
kata-deploy: validate conf file can be created786c667e
kata-monitor: increase delay before syncing with the container managere3b00f39
runtime: -Wl,--s390-pgste for s390x3260adc4
virtcontainers: clh: Re-generate the client codecc64461f
versions: Upgrade to Cloud Hypervisor v21.0f2c6cd08
ci: Pass function arguments in static-checks.sh78afa10a
agent: resolve unused variables in testsa8298676
agent: remove unused field in mount handling87f9a690
agent: drop unused fields from networkfc012a2b
agent: clear cargo test warnings63c5a8aa
uevent: Fix clippy issue in test coded1530afa
kata-manager: Retrieve static tarball Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
katacontainers.io/kata-runtime: cleanup
|
katacontainers.io/kata-runtime: cleanup
|
||||||
containers:
|
containers:
|
||||||
- name: kube-kata-cleanup
|
- name: kube-kata-cleanup
|
||||||
image: quay.io/kata-containers/kata-deploy:2.3.1
|
image: quay.io/kata-containers/kata-deploy:2.3.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
|
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
|
||||||
env:
|
env:
|
||||||
|
@@ -16,7 +16,7 @@ spec:
|
|||||||
serviceAccountName: kata-label-node
|
serviceAccountName: kata-label-node
|
||||||
containers:
|
containers:
|
||||||
- name: kube-kata
|
- name: kube-kata
|
||||||
image: quay.io/kata-containers/kata-deploy:2.3.1
|
image: quay.io/kata-containers/kata-deploy:2.3.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
Reference in New Issue
Block a user