Releases: kubernetes-sigs/image-builder
v0.1.39
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.39
Note:
This release fixes a bug introduced with the previous fix in v0.1.38 that caused the ssh password to no longer work with non-Ignition based OSs for some providers. (#1607)
What's Changed
- Update docs for v0.1.38 by @AverageMarcus in #1597
- docs(gcp): add configuration examples by @aslafy-z in #1608
- Remove windows-2019 and -2025 targets from CI by @mboersma in #1604
- Install gcloud from rpm on gce rhel8 by @mboersma in #1600
- Use external googlecompute packer plugin by @aslafy-z in #1581
- Set SSH password dynamically during auto-install by @abhay-krishna in #1607
- outscale: fix goss error: <.Vars.OS_VERSION>: map has no entry for key "OS_VERSION" by @pli01 in #1609
- Update Azure Linux 3 base image source by @mboersma in #1599
Full Changelog: v0.1.38...v0.1.39
v0.1.38
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.38
Important
This release contains fixes for two CVEs - CVE-2024-9486
and CVE-2024-9594
(see kubernetes/kubernetes#128006 & kubernetes/kubernetes#128007 for more details). It is highly recommended to update your version of image-builder and re-build all your VM images.
What's Changed
- Ensure builder user is cleaned up for Proxmox provider by @AverageMarcus in #1595
- Set random ssh password for builder by @AverageMarcus in #1596
- Update docs for v0.1.37 by @AverageMarcus in #1592
Full Changelog: v0.1.37...v0.1.38
v0.1.37
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.37
What's Changed
- Updated docs for release v0.1.36 by @AverageMarcus in #1571
- cleanup: Use artifacts.k8s.io instead of storage.googleapis.com for ECR credential provider by @thefirstofthe300 in #1572
- fix(qemu-ubuntu-2404): update URL to 24.04.1 image by @synthe102 in #1573
- outscale: user can define vm_type by @pli01 in #1574
- Add WS2025 SIG by @TinaMor in #1527
- Feature: add support for qemu-ubuntu-2404-efi by @ChandranshuRao14 in #1575
- Bump default Kubernetes to 1.30.5 by @mloiseleur in #1577
- remove pipefail, ansible.builtin.shell might not use bash by @joshfrench in #1580
- [Proxmox] Add possibilty to set iso_file or iso_url and add Disk Format to qcow2 by @mcbenjemaa in #1587
- fix(capi-ubuntu24): pin cloud-init deb package version by @dntosas in #1586
- fix: pin cloud-init for ubuntu 22.04 image by @richardcase in #1590
- fix: update packer qemu plugin name by @aslafy-z in #1582
New Contributors
- @thefirstofthe300 made their first contribution in #1572
- @synthe102 made their first contribution in #1573
- @TinaMor made their first contribution in #1527
- @ChandranshuRao14 made their first contribution in #1575
- @joshfrench made their first contribution in #1580
- @dntosas made their first contribution in #1586
- @richardcase made their first contribution in #1590
Full Changelog: v0.1.36...v0.1.37
v0.1.36
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.36
What's Changed
- Update docs for release v0.1.35 by @mboersma in #1568
- Fix Goss variables for RHEL-based images by @abhay-krishna in #1569
- Add optional support for including
ecr-credential-provider
by @AverageMarcus in #1570
Full Changelog: v0.1.35...v0.1.36
v0.1.35
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.35
What's Changed
- Updated docs for release v0.1.34 by @AverageMarcus in #1553
- Ensure systemd-timesyncd service is started on Flatcar by @AverageMarcus in #1556
- Disable Goss inspect_mode to have validation failures fail the image … by @AverageMarcus in #1557
- Update Ubuntu 24.04 to latest (pinned) ISO by @AverageMarcus in #1561
- Azure: Allow the configuration of cloud_environment_name by @aurel333 in #1511
- start and enable
networkd-dispatcher
during proxmox build by @nilsherzig in #1563 - add proxmox rockylinux 9 by @alekitto in #1558
- Update Ubuntu 22.04 to latest point release and checksum by @andybotting in #1567
- add disk size and type to gcs/packer.json by @ohayak in #1564
- Add vnc_bind_address var to QEMU builder by @andybotting in #1566
New Contributors
- @aurel333 made their first contribution in #1511
- @nilsherzig made their first contribution in #1563
- @andybotting made their first contribution in #1567
Full Changelog: v0.1.34...v0.1.35
v0.1.34
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.34
What's Changed
- Updated docs for v0.1.33 by @AverageMarcus in #1542
- Update containerd by @0nebody in #1543
- Patch feature flags directly into cloud-init code since newer versions do not load
feature_overrides.py
anymore by @AndiDog in #1546 - Set correct Guest OS type to Windows Server 2022 for VMware OVAs by @laozc in #1545
- Update guest types for VMware Windows 2019 and 2022 OVA by @laozc in #1548
- fix: unrooted path for 90proxy file by @BobVanB in #1550
- Fix timesyncd support in latest Flatcar release for Azure by @AverageMarcus in #1551
- Pin base container image to Ubuntu 24.04 by @AverageMarcus in #1552
- Install AWS CLI with --update flag by @ohayak in #1547
New Contributors
- @AndiDog made their first contribution in #1546
- @BobVanB made their first contribution in #1550
- @ohayak made their first contribution in #1547
Full Changelog: v0.1.33...v0.1.34
v0.1.33
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.33
What's Changed
- Updated docs for v0.1.32 by @AverageMarcus in #1539
- Better handling of Flatcar iso boot command by @AverageMarcus in #1540
Full Changelog: v0.1.32...v0.1.33
v0.1.32
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.32
What's Changed
- Update docs for image-builder v0.1.31 release by @mboersma in #1531
- use dirty state when releasing boskos projects by @BenTheElder in #1534
- Bump default Kubernetes to 1.29.7 by @mloiseleur in #1533
- Fix broken Ubuntu EFI OVA builds by @sriramandev in #1537
- Allow specifying Flatcar version for base AMI by @AverageMarcus in #1538
New Contributors
- @BenTheElder made their first contribution in #1534
- @mloiseleur made their first contribution in #1533
Full Changelog: v0.1.31...v0.1.32
v0.1.31
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.31
What's Changed
- Update docs for v0.1.30 by @AverageMarcus in #1490
- Add Ubuntu 24.04 for GCE by @mboersma in #1461
- Move to cx22 types for hcloud by @kranurag7 in #1492
- Optionally source /etc/default/kubelet in kubelet.service by @toabctl in #1494
- Only modify grub configuration if update-grub command is present by @jrosser in #1493
- Add vultr packer provider by @happytreees in #1499
- Add containerd configuration for hosts.toml paths by @dalees in #1501
- Add centos-9 support for CAPIBM PowerVS images by @Amulyam24 in #1500
- Add cloud image based qemu builds by @mnaser in #1485
- Add Ubuntu 24.04 for QEMU by @jrosser in #1491
- Add Proxmox docs regarding env vars and permissions setup by @Tra5is in #1505
- Proxmox network requirements by @Tra5is in #1506
- Allow Azure auth with federated token in scripts by @mboersma in #1507
- Use AZURE_STORAGE_AUTH_MODE with federated auth by @mboersma in #1509
- Support configuring VLAN and MTU for proxmox builds by @Tra5is in #1504
- Enable use_azure_cli_auth in Packer plugin by @mboersma in #1514
- Update Azure e2e test regions and log in each SIG build by @mboersma in #1521
- Use UTC+0 for system clock in Windows VMware OVA by @laozc in #1519
- fix(packer/openstack): allow availability_zone by @simonostendorf in #1498
- adding a make target for openstack-ubuntu-2404 by @drew-viles in #1522
- Load packer oci, outscale and qemu plugins via config files by @aslafy-z in #1524
- Load packer goss plugin via config file by @aslafy-z in #1526
- Set the system real clock to UTC in cloudbase-init by @laozc in #1529
- Add Ubuntu 24.04 LTS for VMware vSphere by @sriramandev in #1459
- Add ubuntu 24.04 for Proxmox by @alekitto in #1530
New Contributors
- @toabctl made their first contribution in #1494
- @happytreees made their first contribution in #1499
- @dalees made their first contribution in #1501
- @mnaser made their first contribution in #1485
- @Tra5is made their first contribution in #1505
- @simonostendorf made their first contribution in #1498
- @aslafy-z made their first contribution in #1524
- @alekitto made their first contribution in #1530
Full Changelog: v0.1.30...v0.1.31
v0.1.30
This release of the image-builder container is available at:
registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.30
What's Changed
- Update docs for v0.1.29 by @AverageMarcus in #1479
- Remove 90-installer-network.cfg on ubuntu, left by recent subiquity by @jrosser in #1480
- Add ubuntu 24.04 and docs for hcloud by @kranurag7 in #1481
- cloud-init: improve logging to stream logs to the cloud-init-output.log file instead of dumping at the end by @chrischdi in #1486
- Match ubuntu grub configuration with Canonical cloud-images by @jrosser in #1483
- pin packer version to 1.9.5 by @kranurag7 in #1383
- Updating photon gpg keys should not enable disabled repo by @sriramandev in #1488
- Make sure nouveau kernel module is never loaded by @sriramandev in #1469
- Use vSphere projects from Boskos by @sbueringer in #1487
- Support overriding the gallery-image-definition name completely for CAPZ by @AverageMarcus in #1489
New Contributors
- @jrosser made their first contribution in #1480
- @kranurag7 made their first contribution in #1481
Full Changelog: v0.1.29...v0.1.30