Skip to content

Commit e346d18

Browse files
authored
Merge pull request #3136 from Nordix/release-notes-0.13.6
🚀 Release v0.13.6
2 parents 014e056 + c412e69 commit e346d18

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

releasenotes/v0.13.6.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Highlights
2+
3+
## Changes since v0.13.5
4+
5+
## :chart_with_upwards_trend: Overview
6+
7+
- 9 new commits merged
8+
9+
## :seedling: Others
10+
11+
- Bump cluster-api to v1.11.10 (#3134)
12+
- Bump Go version to 1.25.9 (cherry-pick #3106 to release-0.13) (#3109)
13+
- Ignore irrelevant CVE-2026-39883 (#3117)
14+
15+
## Dependencies
16+
17+
### Added
18+
19+
- github.com/moby/moby/api: [v1.54.1](https://github.com/moby/moby/tree/api/v1.54.1)
20+
- github.com/moby/moby/client: [v0.4.0](https://github.com/moby/moby/tree/client/v0.4.0)
21+
- github.com/russross/blackfriday: [v1.6.0](https://github.com/russross/blackfriday/tree/v1.6.0)
22+
- github.com/santhosh-tekuri/jsonschema/v5: [v5.3.1](https://github.com/santhosh-tekuri/jsonschema/tree/v5.3.1)
23+
- pgregory.net/rapid: v1.2.0
24+
25+
### Changed
26+
27+
- github.com/Azure/go-ansiterm: [306776e → faa5f7b](https://github.com/Azure/go-ansiterm/compare/306776e...faa5f7b)
28+
- github.com/Microsoft/go-winio: [v0.5.0 → v0.6.2](https://github.com/Microsoft/go-winio/compare/v0.5.0...v0.6.2)
29+
- github.com/creack/pty: [v1.1.9 → v1.1.24](https://github.com/creack/pty/compare/v1.1.9...v1.1.24)
30+
- github.com/docker/go-connections: [v0.5.0 → v0.6.0](https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0)
31+
- github.com/docker/go-units: [v0.4.0 → v0.5.0](https://github.com/docker/go-units/compare/v0.4.0...v0.5.0)
32+
- github.com/emicklei/go-restful/v3: [v3.12.2 → v3.13.0](https://github.com/emicklei/go-restful/compare/v3.12.2...v3.13.0)
33+
- github.com/hashicorp/go-version: [v1.8.0 → v1.9.0](https://github.com/hashicorp/go-version/compare/v1.8.0...v1.9.0)
34+
- github.com/moby/term: [v0.5.0 → v0.5.2](https://github.com/moby/term/compare/v0.5.0...v0.5.2)
35+
- github.com/opencontainers/image-spec: [v1.0.2 → v1.1.1](https://github.com/opencontainers/image-spec/compare/v1.0.2...v1.1.1)
36+
- golang.org/x/time: v0.9.0 → v0.11.0
37+
- gotest.tools/v3: v3.4.0 → v3.5.2
38+
- k8s.io/api: v0.33.9 → v0.33.10
39+
- k8s.io/apiextensions-apiserver: v0.33.9 → v0.33.10
40+
- k8s.io/apiserver: v0.33.9 → v0.33.10
41+
- k8s.io/client-go: v0.33.9 → v0.33.10
42+
- k8s.io/code-generator: v0.33.9 → v0.33.10
43+
- k8s.io/component-base: v0.33.9 → v0.33.10
44+
- k8s.io/kms: v0.33.9 → v0.33.10
45+
- sigs.k8s.io/cluster-api/test: v1.11.7 → v1.11.10
46+
- sigs.k8s.io/cluster-api: v1.11.7 → v1.11.10
47+
48+
### Removed
49+
50+
- github.com/containerd/log: [v0.1.0](https://github.com/containerd/log/tree/v0.1.0)
51+
- github.com/docker/docker: [v28.3.3+incompatible](https://github.com/docker/docker/tree/v28.3.3)
52+
- github.com/moby/sys/atomicwriter: [v0.1.0](https://github.com/moby/sys/tree/atomicwriter/v0.1.0)
53+
- github.com/moby/sys/sequential: [v0.6.0](https://github.com/moby/sys/tree/sequential/v0.6.0)
54+
- github.com/morikuni/aec: [v1.0.0](https://github.com/morikuni/aec/tree/v1.0.0)
55+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.40.0
56+
57+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)