Skip to content

Releases: GoogleCloudPlatform/osconfig

20250718.00

18 Jul 15:43
8824077
Compare
Choose a tag to compare
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

17 Jul 17:00
8824077
Compare
Choose a tag to compare
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

03 Jul 13:25
4243d93
Compare
Choose a tag to compare
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

02 Jul 09:54
60b9eaf
Compare
Choose a tag to compare
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

01 Jul 13:32
d6c6216
Compare
Choose a tag to compare
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

06 Jun 09:35
b0c32d2
Compare
Choose a tag to compare
Change base docker images Google's official base images. (#838)

* change e2e build image

* Change presumbits package base image.

20250523.01

23 May 14:24
78b6181
Compare
Choose a tag to compare
Add a simple no-op OS policy for user testing (#837)

20250523.00

23 May 10:01
6207169
Compare
Choose a tag to compare
Introduce scalibr inventory extractor for dpkg/rpm/cos os/filesystem …

20250522.00

22 May 13:10
1b86a44
Compare
Choose a tag to compare
Binary cleanup, add to .gitignore (#836)

20250520.00

20 May 11:17
64355fb
Compare
Choose a tag to compare
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