Skip to content

Releases: package-operator/boxcutter

v0.3.0

31 Jul 16:36
v0.3.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Jul 12:31
v0.2.0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/fxamacker/cbor/v2 from 2.8.0 to 2.9.0 by @dependabot[bot] in #217
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #224
  • PKO-305: re-add fixed enqueue watching by @erdii in #225

Full Changelog: v0.1.3...v0.2.0

v0.1.3

15 Jul 15:46
v0.1.3
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/prometheus/procfs from 0.16.1 to 0.17.0 by @dependabot[bot] in #211
  • chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #212
  • chore(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #213
  • chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 by @dependabot[bot] in #214
  • chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 by @dependabot[bot] in #215
  • chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #216
  • Revert enqueue-watching by @erdii in #219

Full Changelog: v0.1.2...v0.1.3

v0.1.2

07 Jul 11:48
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot in #181
  • chore(deps): bump sigs.k8s.io/kind from 0.27.0 to 0.28.0 by @dependabot in #187
  • chore(deps): bump sigs.k8s.io/kind from 0.28.0 to 0.29.0 by @dependabot in #189
  • chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot in #191
  • chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot in #194
  • chore(deps): bump golang.org/x/time from 0.11.0 to 0.12.0 by @dependabot in #193
  • chore(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #192
  • chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot in #196
  • fix: use optimistic locking to update existing objects to avoid racing unseen modifications to objects past the comparator by @erdii in #198
  • Fixes by @thetechnick in #197
  • Add boxcutter logo by @thetechnick in #199
  • Add EnqueueWatching by @thetechnick in #188
  • Update golangci-lint to v2 by @eqrx in #200
  • chore(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot in #206
  • chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 by @dependabot in #207
  • chore(deps): bump go.yaml.in/yaml/v3 from 3.0.3 to 3.0.4 by @dependabot in #209
  • ci: let codecov ignore test folder (since it contains the integration tests) by @eqrx in #210

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 May 05:18
v0.1.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initial Release

13 Mar 09:45
e468900
Compare
Choose a tag to compare

This library should be complete and no major changes should occur.
Integration work with e.g. Package Operator might still introduce some API changes.