Skip to content

Commit

Permalink
Update image-builder submodule to v0.1.40 (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com>
azimuth-automation-bot[bot] and mkjpryor authored Dec 4, 2024
1 parent 165d843 commit 9710339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/image-builder
Submodule image-builder updated 43 files
+2 −2 RELEASE.md
+28 −6 docs/book/src/capi/container-image.md
+4 −4 docs/book/src/capi/releasing.md
+1 −1 docs/book/src/capi/windows/windows.md
+2 −0 images/capi/ansible/roles/kubernetes/tasks/redhat.yml
+6 −0 images/capi/ansible/roles/providers/tasks/openstack.yml
+14 −2 images/capi/ansible/roles/setup/tasks/redhat.yml
+1 −0 images/capi/ansible/roles/sysprep/defaults/main.yml
+6 −0 images/capi/ansible/roles/sysprep/tasks/flatcar.yml
+154 −49 images/capi/ansible/windows/roles/gmsa/files/install-gmsa-keyvault-plugin.ps1
+19 −16 images/capi/ansible/windows/roles/gmsa/tasks/gmsa_keyvault.yml
+1 −1 images/capi/azure_targets.sh
+1 −1 images/capi/hack/ensure-ansible-windows.sh
+1 −1 images/capi/hack/ensure-ansible.sh
+1 −1 images/capi/hack/set-ssh-password.sh
+80 −0 images/capi/packer/azure/.pipelines/build-sig.yaml
+0 −62 images/capi/packer/azure/.pipelines/build-vhd.yaml
+59 −0 images/capi/packer/azure/.pipelines/clean-sig.yaml
+0 −43 images/capi/packer/azure/.pipelines/cleanup.yaml
+0 −36 images/capi/packer/azure/.pipelines/create-disk-version.yaml
+0 −31 images/capi/packer/azure/.pipelines/create-sku.yaml
+0 −17 images/capi/packer/azure/.pipelines/delete-storage-account.yaml
+0 −26 images/capi/packer/azure/.pipelines/generate-sas.yaml
+144 −0 images/capi/packer/azure/.pipelines/promote-sig.yaml
+42 −0 images/capi/packer/azure/.pipelines/sig-publishing-info.yaml
+0 −61 images/capi/packer/azure/.pipelines/smoke-test.yaml
+17 −40 images/capi/packer/azure/.pipelines/stages.yaml
+142 −0 images/capi/packer/azure/.pipelines/test-sig.yaml
+0 −158 images/capi/packer/azure/.pipelines/test-vhd.yaml
+0 −19 images/capi/packer/azure/.pipelines/vhd-publishing-info.yaml
+1 −1 images/capi/packer/azure/config.pkr.hcl
+1 −0 images/capi/packer/azure/packer.json
+0 −188 images/capi/packer/azure/scripts/delete-unused-storage.sh
+31 −13 images/capi/packer/azure/scripts/init-sig.sh
+0 −107 images/capi/packer/azure/scripts/new-disk-version.sh
+0 −83 images/capi/packer/azure/scripts/new-sku.sh
+2 −2 images/capi/packer/azure/windows-2019-containerd.json
+1 −1 images/capi/packer/gce/config.pkr.hcl
+0 −4 images/capi/packer/goss/goss-command.yaml
+5 −2 images/capi/packer/goss/goss-package.yaml
+1 −1 images/capi/packer/nutanix/.gitignore
+2 −1 images/capi/packer/outscale/packer.json
+11 −1 images/capi/scripts/ci-gce.sh

0 comments on commit 9710339

Please sign in to comment.