Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5333a8eb05 | |||
| 331cda981a |
+28
-22
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.0.5] - 2024-10-24
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update kubernetes packages to v0.31.2
|
||||
|
||||
## [0.0.4] - 2024-10-06
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -21,27 +27,7 @@ All notable changes to this project will be documented in this file.
|
||||
- *(deps)* Update module github.com/alecthomas/kong to v1.2.1
|
||||
- *(deps)* Update kubernetes packages to v0.31.1
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Remove some duplication and add a first few tests
|
||||
- Add pre-commit config
|
||||
- Add checking of pre-commit rules
|
||||
- Add tests for handler
|
||||
- Use Docker DinD version from variable
|
||||
- Switch to manual rebases for Dependabot
|
||||
- Update to Go 1.20.3 and golangci-lint 1.52.2
|
||||
- Update pre-commit and fix golangci-lint
|
||||
- Update golangci-lint
|
||||
- Use pre-commit image
|
||||
- Change repo for markdownlint and update golangci-lint
|
||||
- Remove Dependabot config
|
||||
- Add release flow
|
||||
|
||||
### 🛡️ Security
|
||||
|
||||
- *(deps)* [security] bump golang.org/x/net from 0.13.0 to 0.17.0
|
||||
|
||||
### Build
|
||||
### 💼 Other
|
||||
|
||||
- *(deps)* Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
|
||||
- *(deps)* Bump golang from 1.19.1 to 1.19.2
|
||||
@@ -93,13 +79,33 @@ All notable changes to this project will be documented in this file.
|
||||
- *(deps)* Bump golang from 1.21.6 to 1.22.0
|
||||
- *(deps)* Bump k8s.io/client-go from 0.29.1 to 0.29.2
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Remove some duplication and add a first few tests
|
||||
- Add pre-commit config
|
||||
- Add checking of pre-commit rules
|
||||
- Add tests for handler
|
||||
- Use Docker DinD version from variable
|
||||
- Switch to manual rebases for Dependabot
|
||||
- Update to Go 1.20.3 and golangci-lint 1.52.2
|
||||
- Update pre-commit and fix golangci-lint
|
||||
- Update golangci-lint
|
||||
- Use pre-commit image
|
||||
- Change repo for markdownlint and update golangci-lint
|
||||
- Remove Dependabot config
|
||||
- Add release flow
|
||||
|
||||
### 🛡️ Security
|
||||
|
||||
- *(deps)* [security] bump golang.org/x/net from 0.13.0 to 0.17.0
|
||||
|
||||
## [0.0.3] - 2022-09-27
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add all existing tags to exclusion filter
|
||||
|
||||
### Build
|
||||
### 💼 Other
|
||||
|
||||
- *(deps)* Bump k8s.io/client-go from 0.25.0 to 0.25.1
|
||||
- *(deps)* Bump k8s.io/client-go from 0.25.1 to 0.25.2
|
||||
|
||||
@@ -9,9 +9,9 @@ require (
|
||||
github.com/apex/log v1.9.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
gitlab.com/unboundsoftware/apex-mocks v0.2.0
|
||||
k8s.io/api v0.31.1
|
||||
k8s.io/apimachinery v0.31.1
|
||||
k8s.io/client-go v0.31.1
|
||||
k8s.io/api v0.31.2
|
||||
k8s.io/apimachinery v0.31.2
|
||||
k8s.io/client-go v0.31.2
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -199,12 +199,12 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
|
||||
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
|
||||
k8s.io/api v0.31.1/go.mod h1:sbN1g6eY6XVLeqNsZGLnI5FwVseTrZX7Fv3O26rhAaI=
|
||||
k8s.io/apimachinery v0.31.1 h1:mhcUBbj7KUjaVhyXILglcVjuS4nYXiwC+KKFBgIVy7U=
|
||||
k8s.io/apimachinery v0.31.1/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
|
||||
k8s.io/client-go v0.31.1 h1:f0ugtWSbWpxHR7sjVpQwuvw9a3ZKLXX0u0itkFXufb0=
|
||||
k8s.io/client-go v0.31.1/go.mod h1:sKI8871MJN2OyeqRlmA4W4KM9KBdBUpDLu/43eGemCg=
|
||||
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
|
||||
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
|
||||
k8s.io/apimachinery v0.31.2 h1:i4vUt2hPK56W6mlT7Ry+AO8eEsyxMD1U44NR22CLTYw=
|
||||
k8s.io/apimachinery v0.31.2/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
|
||||
k8s.io/client-go v0.31.2 h1:Y2F4dxU5d3AQj+ybwSMqQnpZH9F30//1ObxOKlTI9yc=
|
||||
k8s.io/client-go v0.31.2/go.mod h1:NPa74jSVR/+eez2dFsEIHNa+3o09vtNaWwWwb1qSxSs=
|
||||
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
|
||||
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
|
||||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
|
||||
|
||||
Reference in New Issue
Block a user