|
| 1 | +# Release notes for v2.12.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io/docs/) |
| 4 | + |
| 5 | +# Changelog since v2.11.0 |
| 6 | + |
| 7 | + |
| 8 | +## Changes by Kind |
| 9 | + |
| 10 | +### Feature |
| 11 | + |
| 12 | +- Added support for structured logging (the log messages have been changed due to the activation of structured logging) ([#202](https://github.com/kubernetes-csi/livenessprobe/pull/202), [@bells17](https://github.com/bells17)) |
| 13 | + |
| 14 | +### Bug or Regression |
| 15 | + |
| 16 | +- Liveness probe process does not crash when it cannot access the associated CSI driver. It only fails all kubelet probes, most probably with "connection refused". ([#240](https://github.com/kubernetes-csi/livenessprobe/pull/240), [@jsafrane](https://github.com/jsafrane)) |
| 17 | + |
| 18 | +### Uncategorized |
| 19 | + |
| 20 | +- CVE fixes: CVE-2023-44487 ([#220](https://github.com/kubernetes-csi/livenessprobe/pull/220), [@dobsonj](https://github.com/dobsonj)) |
| 21 | +- Update kubernetes dependencies to v1.29.0 ([#238](https://github.com/kubernetes-csi/livenessprobe/pull/238), [@sunnylovestiramisu](https://github.com/sunnylovestiramisu)) |
| 22 | + |
| 23 | +## Dependencies |
| 24 | + |
| 25 | +### Added |
| 26 | +- github.com/benbjohnson/clock: [v1.1.0](https://github.com/benbjohnson/clock/tree/v1.1.0) |
| 27 | +- github.com/cpuguy83/go-md2man/v2: [v2.0.2](https://github.com/cpuguy83/go-md2man/v2/tree/v2.0.2) |
| 28 | +- github.com/creack/pty: [v1.1.9](https://github.com/creack/pty/tree/v1.1.9) |
| 29 | +- github.com/kisielk/errcheck: [v1.5.0](https://github.com/kisielk/errcheck/tree/v1.5.0) |
| 30 | +- github.com/kisielk/gotool: [v1.0.0](https://github.com/kisielk/gotool/tree/v1.0.0) |
| 31 | +- github.com/kr/pty: [v1.1.1](https://github.com/kr/pty/tree/v1.1.1) |
| 32 | +- github.com/kr/text: [v0.2.0](https://github.com/kr/text/tree/v0.2.0) |
| 33 | +- github.com/russross/blackfriday/v2: [v2.1.0](https://github.com/russross/blackfriday/v2/tree/v2.1.0) |
| 34 | +- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.46.0 |
| 35 | + |
| 36 | +### Changed |
| 37 | +- cloud.google.com/go/compute: v1.21.0 → v1.23.0 |
| 38 | +- github.com/container-storage-interface/spec: [v1.8.0 → v1.9.0](https://github.com/container-storage-interface/spec/compare/v1.8.0...v1.9.0) |
| 39 | +- github.com/emicklei/go-restful/v3: [v3.9.0 → v3.11.0](https://github.com/emicklei/go-restful/v3/compare/v3.9.0...v3.11.0) |
| 40 | +- github.com/evanphx/json-patch: [v5.6.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v4.12.0) |
| 41 | +- github.com/go-logr/logr: [v1.2.4 → v1.3.0](https://github.com/go-logr/logr/compare/v1.2.4...v1.3.0) |
| 42 | +- github.com/golang/glog: [v1.1.0 → v1.1.2](https://github.com/golang/glog/compare/v1.1.0...v1.1.2) |
| 43 | +- github.com/google/go-cmp: [v0.5.9 → v0.6.0](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) |
| 44 | +- github.com/google/uuid: [v1.3.0 → v1.4.0](https://github.com/google/uuid/compare/v1.3.0...v1.4.0) |
| 45 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0 → v2.16.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/compare/v2.7.0...v2.16.0) |
| 46 | +- github.com/kubernetes-csi/csi-lib-utils: [v0.14.0 → v0.17.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.14.0...v0.17.0) |
| 47 | +- github.com/kubernetes-csi/csi-test/v5: [v5.0.0 → v5.2.0](https://github.com/kubernetes-csi/csi-test/v5/compare/v5.0.0...v5.2.0) |
| 48 | +- github.com/onsi/ginkgo/v2: [v2.9.4 → v2.13.1](https://github.com/onsi/ginkgo/v2/compare/v2.9.4...v2.13.1) |
| 49 | +- github.com/onsi/gomega: [v1.20.0 → v1.30.0](https://github.com/onsi/gomega/compare/v1.20.0...v1.30.0) |
| 50 | +- github.com/stretchr/testify: [v1.8.2 → v1.8.4](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4) |
| 51 | +- github.com/yuin/goldmark: [v1.4.1 → v1.3.5](https://github.com/yuin/goldmark/compare/v1.4.1...v1.3.5) |
| 52 | +- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.1 → v0.44.0 |
| 53 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0 → v1.19.0 |
| 54 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0 → v1.19.0 |
| 55 | +- go.opentelemetry.io/otel/metric: v0.31.0 → v1.20.0 |
| 56 | +- go.opentelemetry.io/otel/sdk: v1.10.0 → v1.19.0 |
| 57 | +- go.opentelemetry.io/otel/trace: v1.10.0 → v1.20.0 |
| 58 | +- go.opentelemetry.io/otel: v1.10.0 → v1.20.0 |
| 59 | +- go.opentelemetry.io/proto/otlp: v0.19.0 → v1.0.0 |
| 60 | +- go.uber.org/goleak: v1.2.1 → v1.1.10 |
| 61 | +- golang.org/x/crypto: v0.11.0 → v0.15.0 |
| 62 | +- golang.org/x/lint: d0100b6 → 1621716 |
| 63 | +- golang.org/x/net: v0.13.0 → v0.18.0 |
| 64 | +- golang.org/x/oauth2: v0.10.0 → v0.13.0 |
| 65 | +- golang.org/x/sync: v0.3.0 → v0.4.0 |
| 66 | +- golang.org/x/sys: v0.10.0 → v0.14.0 |
| 67 | +- golang.org/x/term: v0.10.0 → v0.14.0 |
| 68 | +- golang.org/x/text: v0.11.0 → v0.14.0 |
| 69 | +- golang.org/x/tools: v0.8.0 → v0.14.0 |
| 70 | +- google.golang.org/appengine: v1.6.7 → v1.6.8 |
| 71 | +- google.golang.org/genproto/googleapis/api: 782d3b1 → d307bd8 |
| 72 | +- google.golang.org/genproto/googleapis/rpc: 782d3b1 → bbf56f3 |
| 73 | +- google.golang.org/genproto: 782d3b1 → d783a09 |
| 74 | +- google.golang.org/grpc: v1.58.0 → v1.60.1 |
| 75 | +- k8s.io/api: v0.28.0 → v0.29.0 |
| 76 | +- k8s.io/apimachinery: v0.28.0 → v0.29.0 |
| 77 | +- k8s.io/client-go: v0.28.0 → v0.29.0 |
| 78 | +- k8s.io/component-base: v0.28.0 → v0.29.0 |
| 79 | +- k8s.io/klog/v2: v2.100.1 → v2.110.1 |
| 80 | +- k8s.io/kube-openapi: 2695361 → 2dd684a |
| 81 | +- k8s.io/utils: d93618c → 3b25d92 |
| 82 | +- sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1 |
| 83 | + |
| 84 | +### Removed |
| 85 | +- cloud.google.com/go: v0.34.0 |
| 86 | +- github.com/BurntSushi/toml: [v0.3.1](https://github.com/BurntSushi/toml/tree/v0.3.1) |
| 87 | +- github.com/antihax/optional: [v1.0.0](https://github.com/antihax/optional/tree/v1.0.0) |
| 88 | +- github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10) |
| 89 | +- github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2) |
| 90 | +- github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475) |
| 91 | +- github.com/client9/misspell: [v0.3.4](https://github.com/client9/misspell/tree/v0.3.4) |
| 92 | +- github.com/fsnotify/fsnotify: [v1.4.9](https://github.com/fsnotify/fsnotify/tree/v1.4.9) |
| 93 | +- github.com/ghodss/yaml: [v1.0.0](https://github.com/ghodss/yaml/tree/v1.0.0) |
| 94 | +- github.com/google/gnostic: [v0.5.7-v3refs](https://github.com/google/gnostic/tree/v0.5.7-v3refs) |
| 95 | +- github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0) |
| 96 | +- github.com/hpcloud/tail: [v1.0.0](https://github.com/hpcloud/tail/tree/v1.0.0) |
| 97 | +- github.com/ianlancetaylor/demangle: [28f6c0f](https://github.com/ianlancetaylor/demangle/tree/28f6c0f) |
| 98 | +- github.com/nxadm/tail: [v1.4.8](https://github.com/nxadm/tail/tree/v1.4.8) |
| 99 | +- github.com/onsi/ginkgo: [v1.16.4](https://github.com/onsi/ginkgo/tree/v1.16.4) |
| 100 | +- github.com/rogpeppe/fastuuid: [v1.2.0](https://github.com/rogpeppe/fastuuid/tree/v1.2.0) |
| 101 | +- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0 |
| 102 | +- golang.org/x/exp: 509febe |
| 103 | +- gopkg.in/fsnotify.v1: v1.4.7 |
| 104 | +- gopkg.in/tomb.v1: dd63297 |
| 105 | +- honnef.co/go/tools: ea95bdf |
0 commit comments