Skip to content

Releases: GoogleCloudPlatform/osconfig

20250317.02

17 Mar 13:20
626e307
Compare
Choose a tag to compare
Bump cel.dev/expr from 0.18.0 to 0.22.0 (#792)

Bumps [cel.dev/expr](https://github.com/google/cel-spec) from 0.18.0 to 0.22.0.
- [Release notes](https://github.com/google/cel-spec/releases)
- [Commits](https://github.com/google/cel-spec/compare/v0.18.0...v0.22.0)

---
updated-dependencies:
- dependency-name: cel.dev/expr
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

20250317.01

17 Mar 11:58
16dea17
Compare
Choose a tag to compare
Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0 (#774)

Bumps [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.12.0...kms/v1.13.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/logging
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

20250317.00

17 Mar 10:40
c167595
Compare
Choose a tag to compare
Add tests for retryutil package. (#795)

* Write tests for retryutil package.
* Refactor RetryAPICall to simplify the code.
* Fix bug with error mapping in RetryAPICall.

20250306.00

06 Mar 14:39
2ac68d0
Compare
Choose a tag to compare
Update OWNERS (#794)

20250206.01

06 Feb 14:07
88b1cc9
Compare
Choose a tag to compare
Use separate counters for pre- and post-patch reboots. (#788)

`RebootCount` was used only for forcing post-patch reboots via
`RebootConfig = always`, but incremented for every reboot. As a result,
the forced post-patch reboot was skipped if pre-patch reboot was
required. This changes it to count pre-patch reboots separately.

In addition, it adds a guard against the endless patch reboot loops. The
limit was selected through common sense.

Closes: #755

20250206.00

06 Feb 11:01
bbf3baa
Compare
Choose a tag to compare
Update owners (#789)

Add new Savija's account, remove expired accounts.

20250203.00

03 Feb 16:09
ca7a31c
Compare
Choose a tag to compare
Fix the vet errors for contants in logging (#786)

20250122.00

22 Jan 16:35
c2f9481
Compare
Choose a tag to compare
change available package check (#783)

20250121.00

21 Jan 14:31
9820bc2
Compare
Choose a tag to compare
Fix Inventory reporting e2e tests. (#782)

20250120.00

20 Jan 19:21
8baee92
Compare
Choose a tag to compare
fix e2e tests (#781)