Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1e4df4c25 | |||
| b9b044b5dc | |||
| 95285154d6 | |||
| 7bd29ca6a1 | |||
| 617801b6b9 |
@@ -36,6 +36,6 @@ repos:
|
|||||||
- id: go-vet
|
- id: go-vet
|
||||||
- id: gofumpt
|
- id: gofumpt
|
||||||
- repo: https://github.com/golangci/golangci-lint
|
- repo: https://github.com/golangci/golangci-lint
|
||||||
rev: v2.8.0
|
rev: v2.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: golangci-lint
|
- id: golangci-lint
|
||||||
|
|||||||
+11
-1
@@ -2,11 +2,19 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [0.1.2] - 2026-02-07
|
## [0.1.3] - 2026-02-12
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update dependency go to v1.26.0 (#368)
|
||||||
|
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.9.0 (#371)
|
||||||
|
|
||||||
|
## [0.1.2] - 2026-02-11
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(deps)* Update module github.com/alecthomas/kong to v1.14.0 (#367)
|
- *(deps)* Update module github.com/alecthomas/kong to v1.14.0 (#367)
|
||||||
|
- *(deps)* Update kubernetes packages to v0.35.1 (#372)
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
@@ -18,6 +26,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
- *(deps)* Update golang:1.25.6 docker digest to ceda080 (#364)
|
- *(deps)* Update golang:1.25.6 docker digest to ceda080 (#364)
|
||||||
- *(deps)* Update dependency go to v1.25.7 (#365)
|
- *(deps)* Update dependency go to v1.25.7 (#365)
|
||||||
- *(deps)* Update golang docker tag to v1.25.7 (#366)
|
- *(deps)* Update golang docker tag to v1.25.7 (#366)
|
||||||
|
- *(deps)* Update golang:1.25.7 docker digest to d2819ff (#369)
|
||||||
|
- *(deps)* Update golang docker tag to v1.26.0 (#370)
|
||||||
|
|
||||||
## [0.1.1] - 2026-01-10
|
## [0.1.1] - 2026-01-10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user