Skip to content

Commit

Permalink
Update Kubernetes image-builder submodule (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com>
  • Loading branch information
azimuth-ci-bot[bot] and mkjpryor authored Jun 28, 2024
1 parent 6f6e356 commit 6f769ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/image-builder
Submodule image-builder updated 28 files
+2 −2 RELEASE.md
+1 −0 docs/book/src/SUMMARY.md
+5 −5 docs/book/src/capi/container-image.md
+7 −5 docs/book/src/capi/providers/gcp.md
+33 −0 docs/book/src/capi/providers/hcloud.md
+4 −4 docs/book/src/capi/releasing.md
+6 −2 images/capi/Makefile
+3 −1 images/capi/ansible/roles/gpu/defaults/main.yml
+10 −4 images/capi/ansible/roles/gpu/tasks/main.yml
+9 −0 images/capi/ansible/roles/gpu/templates/etc/modprobe.d/blocklist-nouveau.conf
+1 −0 images/capi/ansible/roles/kubernetes/templates/usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf
+1 −1 images/capi/ansible/roles/providers/files/etc/cloud/cloud.cfg.d/05_logging.cfg
+1 −0 images/capi/ansible/roles/setup/tasks/photon.yml
+14 −0 images/capi/ansible/roles/sysprep/files/etc/default/grub.d/50-cloudimg-settings.cfg
+18 −0 images/capi/ansible/roles/sysprep/handlers/main.yml
+16 −0 images/capi/ansible/roles/sysprep/tasks/debian.yml
+6 −0 images/capi/ansible/roles/sysprep/tasks/photon.yml
+21 −1 images/capi/hack/ensure-packer.sh
+1 −1 images/capi/packer/azure/scripts/init-sig.sh
+1 −1 images/capi/packer/config/ansible-args.json
+9 −0 images/capi/packer/gce/ubuntu-2404.json
+13 −0 images/capi/packer/goss/goss-files.yaml
+2 −0 images/capi/packer/goss/goss-vars.yaml
+2 −2 images/capi/packer/hcloud/config.pkr.hcl
+2 −2 images/capi/packer/hcloud/hcloud-config.json
+8 −0 images/capi/packer/hcloud/ubuntu-2404.json
+4 −1 images/capi/packer/ova/packer-node.json
+86 −15 images/capi/scripts/ci-ova.sh

0 comments on commit 6f769ca

Please sign in to comment.