Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

v0.33.0

Compare
Choose a tag to compare
@sethvargo sethvargo released this 19 Jul 17:12
· 71 commits to main since this release
7841200

Changes since v0.32.0

Operations

  • Adds validation for minimum value of STATS_EMBARGO_PERIOD env var. (#1536, @mikehelmick)

  • Replace deprecated upstream logging package in azure blobstore implementation. Previously this used prometheus/log which was removed in the recent release. We've replaced this with uber/zap, but there may be differences in how the log output appears! To reduce the dependency on log output, we've also added two new metrics: azure/refresh_failed and azure/refresh_expired to track when the Azure credential expires in a log-agnostic way. (#1539, @sethvargo)

Dependencies

Added

  • github.com/Microsoft/hcsshim: v0.8.9
  • github.com/benbjohnson/clock: v1.1.0
  • github.com/bits-and-blooms/bitset: v1.2.0
  • github.com/cenkalti/backoff/v3: v3.2.2
  • github.com/checkpoint-restore/go-criu/v5: v5.0.0
  • github.com/cilium/ebpf: v0.6.2
  • github.com/cncf/xds/go: fbca930
  • github.com/containerd/cgroups: bf292b2
  • github.com/containerd/console: v1.0.2
  • github.com/containerd/fifo: a9fb20d
  • github.com/containerd/go-runc: 5a6d9f3
  • github.com/containerd/ttrpc: 0e0f228
  • github.com/containerd/typeurl: a93fcdb
  • github.com/coreos/go-systemd/v22: v22.3.2
  • github.com/cyphar/filepath-securejoin: v0.2.2
  • github.com/frankban/quicktest: v1.11.3
  • github.com/go-kit/log: v0.1.0
  • github.com/godbus/dbus/v5: v5.0.4
  • github.com/godbus/dbus: ade71ed
  • github.com/moby/sys/mountinfo: v0.4.1
  • github.com/mrunalp/fileutils: v0.5.0
  • github.com/opencontainers/runtime-spec: 1c3f411
  • github.com/opencontainers/selinux: v1.8.2
  • github.com/seccomp/libseccomp-golang: v0.9.1
  • github.com/syndtr/gocapability: 42c35b4
  • github.com/vishvananda/netlink: v1.1.0
  • github.com/vishvananda/netns: 0a2b9b5
  • go.opentelemetry.io/proto/otlp: v0.7.0
  • go.uber.org/goleak: v1.1.10
  • gopkg.in/airbrake/gobrake.v2: v2.0.9
  • gopkg.in/gemnasium/logrus-airbrake-hook.v2: v2.1.2
  • gotest.tools/v3: v3.0.2

Changed

Removed

  • github.com/niemeyer/pretty: a10e7ca