Releases: GoogleCloudPlatform/compute-image-tools
Releases · GoogleCloudPlatform/compute-image-tools
20260409.00
Replaced usage of pretty.Compare() with cmp.Diff() (#2665)
20260408.01
Bump go.opentelemetry.io/otel/sdk in /cli_tools_tests (#2667) Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.42.0...v1.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.43.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20260408.00
Bump go.opentelemetry.io/otel/sdk in /gce_image_publish (#2666) Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.42.0...v1.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.43.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20260406.00
Decopling gce_image_publish from cli_tools (#2661)
20260403.00
Remove unused image-build files (#2662) and update README regarding images not built by Google
20260402.01
Simplify old kernel removal (#2660) This change also fixes the build issue with RHEL 8 images. Tested on RHEL 8, 9 and 10; CentOS 9 and 10.
20260402.00
Remove old kernels from CentOS images (#2659) (similar to #2657) - Instead of relying on `ls -t`, we query `rpm` to find the installed kernels - We remove all kernels except for the latest installed one
20260401.02
Remove old kernels from RHEL images (#2657) - Instead of relying on `ls -t`, we use `ls -V` to sort kernels by version numbers - We remove all kernels except for the latest installed one, in a `--nochroot` post installation step
20260401.01
Delete build-publish files for items we no longer build (#2658) * Delete build-publish files for items we no longer build - AlmaLinux - Rocky - Windows Containers * Update README.md
20260401.00
Delete all the old kickstart & build-publish workflow files & EOL RHE…