Compare commits
1 Commits
f51fd5fe61
..
1.6.6
| Author | SHA1 | Date | |
|---|---|---|---|
| 085d7d73e2 |
+13
-1
@@ -2,7 +2,19 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.6.5] - 2026-05-12
|
||||
## [1.6.6] - 2026-06-06
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update kubernetes monorepo to v0.36.1 (#360)
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.26.3 docker digest to 54d3246 (#362)
|
||||
- *(deps)* Update go toolchain directive to v1.26.4 [security] (#366)
|
||||
- *(deps)* Update golang docker tag to v1.26.4 (#368)
|
||||
|
||||
## [1.6.5] - 2026-05-13
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as build
|
||||
FROM amd64/golang:1.26.4@sha256:7e2272a5fbd7b0c36ea4923f6ac62c371cfa6fbd93b22b21ee86fa7a1ba5d720 as build
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ADD . /build
|
||||
|
||||
Reference in New Issue
Block a user