Releases: GoogleCloudPlatform/osconfig
Releases · GoogleCloudPlatform/osconfig
20250718.00
Create workflows for new Debian 13. (#847) We're using debian 12 images so far, as there is not Debian 13 images available yet.
20250717.00
Create workflows for new Debian 13. (#847) We're using debian 12 images so far, as there is not Debian 13 images available yet.
20250703.00
Fix sles images (#844) * Remove old/sles-15-sp3-sap as it not available anymore * Rename suse-cloud/sles-15-sp5 and suse-cloud/sles-12-sp5 to suse-cloud/sles-15-latest-sp and suse-cloud/sles-12-latest-sp, this test cases use images with latest service pack * Explicitly add suse-cloud/sles-15-sp5 and suse-cloud/sles-15-sp6
20250702.00
Remove rhel-sap 8-4 add rhel-sap 8-10 (#843) rhel-sap 8-4 is deprecated and no longer available on gcp, we don't have tests for new version of rhel-sap 8-10, fix the issue by removing no longer available image and adding a new one.
20250701.00
Bump the go_modules group across 1 directory with 2 updates (#840) Bumps the go_modules group with 2 updates in the /e2e_tests directory: [github.com/golang/glog](https://github.com/golang/glog) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/golang/glog` from 1.1.0 to 1.2.4 - [Release notes](https://github.com/golang/glog/releases) - [Commits](https://github.com/golang/glog/compare/v1.1.0...v1.2.4) Updates `golang.org/x/net` from 0.9.0 to 0.38.0 - [Commits](https://github.com/golang/net/compare/v0.9.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-version: 1.2.4 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20250606.00
Change base docker images Google's official base images. (#838) * change e2e build image * Change presumbits package base image.
20250523.01
Add a simple no-op OS policy for user testing (#837)
20250523.00
Introduce scalibr inventory extractor for dpkg/rpm/cos os/filesystem …
20250522.00
Binary cleanup, add to .gitignore (#836)
20250520.00
Trace GetInstalledPackages memory levels (#835) * Trace GetInstalledPackages memory levels when "trace-get-inventory" metadata flag is enabled * Prevent race by using result channel of shared memory; use cancellable context instead of chan * Fix prow/gocheck violations * Inline logging into TracingInstalledPackagesProvider * Review: inline osinfoprovider creation * Adjust logging level info -> debug * Extract `logTraceResult` * Remove redundant ctx arg in provider ctor * Use idiomatic go naming for child context * Add hostname to logging * Reformat by request