Releases: kyma-project/warden
Releases · kyma-project/warden
0.15.0
Bugfixes
All others
- gomod(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #339
- gomod(deps): bump github.com/docker/cli from 27.1.1+incompatible to 27.3.1+incompatible by @dependabot in #338
- Skip allowed prefixes before parsing by @kwiatekus in #340
- Fix image name parsing by @halamix2 in #342
- Bump k8s version by @halamix2 in #347
- Bump Go dependencies by @halamix2 in #346
- admission(deps): bump kyma-project/prod/external/library/golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 in /docker/admission by @dependabot in #348
- controller(deps): bump kyma-project/prod/external/library/golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 in /docker/operator by @dependabot in #351
- gomod(deps): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 by @dependabot in #350
- gomod(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #349
- Add secret rbac for warden operator by @halamix2 in #352
- Bump base go image by @halamix2 in #355
- gomod(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #357
- gomod(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 by @dependabot in #356
- gomod(deps): bump the k8s-io group with 4 updates by @dependabot in #359
- gomod(deps): bump github.com/docker/cli from 27.3.1+incompatible to 27.4.0+incompatible by @dependabot in #360
- fix: don't fail on broken optional credentials by @halamix2 in #364
- gomod(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in #361
- gomod(deps): bump github.com/docker/cli from 27.4.0+incompatible to 27.4.1+incompatible by @dependabot in #362
Full Changelog: 0.14.7...0.15.0
What's Changed
- gomod(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #339
- gomod(deps): bump github.com/docker/cli from 27.1.1+incompatible to 27.3.1+incompatible by @dependabot in #338
- Skip allowed prefixes before parsing by @kwiatekus in #340
- Fix image name parsing by @halamix2 in #342
- Bump k8s version by @halamix2 in #347
- Bump Go dependencies by @halamix2 in #346
- admission(deps): bump kyma-project/prod/external/library/golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 in /docker/admission by @dependabot in #348
- controller(deps): bump kyma-project/prod/external/library/golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 in /docker/operator by @dependabot in #351
- gomod(deps): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 by @dependabot in #350
- gomod(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #349
- Add secret rbac for warden operator by @halamix2 in #352
- Bump base go image by @halamix2 in #355
- gomod(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #357
- gomod(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 by @dependabot in #356
- gomod(deps): bump the k8s-io group with 4 updates by @dependabot in #359
- gomod(deps): bump github.com/docker/cli from 27.3.1+incompatible to 27.4.0+incompatible by @dependabot in #360
- fix: don't fail on broken optional credentials by @halamix2 in #364
- gomod(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in #361
- gomod(deps): bump github.com/docker/cli from 27.4.0+incompatible to 27.4.1+incompatible by @dependabot in #362
Full Changelog: 0.14.8...0.15.0
0.14.7
Bug Fixes
Full Changelog: 0.14.5...0.14.7
0.14.5
0.14.3
Bugfix
- Skip allowed prefixes before parsing (#340) by @kwiatekus in #341
Full Changelog: 0.14.2...0.14.3
0.14.0
New Features
- #274 - Allow for custom warden configuration per namespace. Read more about this feature here
- #334 - Allow verification for images from private registries
Bug Fixes
- #297 - Fix wardens admission webhook re-invocation policy to ensure all 3rd party sidecars are also verified in case of deployment mutation.
Other
- Fix release upgrade flow by @halamix2 in #294
- Fix warden status check by @halamix2 in #299
- Add reinvocationPolicy by @halamix2 in #300
- Move create tag job earlier in the workflow by @MichalKalke in #301
- Adjust waiting for steps in promote to channel workflow by @MichalKalke in #303
- Change regexp to github actions syntax by @MichalKalke in #306
- Adjust promote by @MichalKalke in #314
- increase operator memory limit by @anoipm in #317
- Fix release channel job permissions by @halamix2 in #318
- Update release config hint by @halamix2 in #308
- increase operator memory limit by @anoipm in #323
- disable istio sidecar for operator by @anoipm in #326
- Disable Istio Injection by @kwiatekus in #328
- admission(deps): bump kyma-project/prod/external/library/golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 in /docker/admission by @dependabot in #332
- controller(deps): bump kyma-project/prod/external/library/golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 in /docker/operator by @dependabot in #330
- gomod(deps): bump the k8s-io group with 4 updates by @dependabot in #331
- Predefined user allowed registries by @anoipm in #336
- Add support for ImagePullSecrets by @halamix2 in #335
- gomod(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by @dependabot in #337
New Contributors
Full Changelog: 0.9.0...0.14.0
0.13.4
0.13.2
What's Changed
- Move create tag job earlier in the workflow (#301) by @MichalKalke in #302
- Adjust waiting for steps in promote to channel workflow (#303) by @MichalKalke in #304
- Pass tag which triggered the build job by @MichalKalke in #305
- Change regexp to github actions syntax by @MichalKalke in #307
- Add reinvocationPolicy (#300) by @halamix2 in #309
- Remove prow status check by @MichalKalke in #316
- cherry-pick: increase operator memory limit by @anoipm in #319
- Fix release channel job permissions (#318) by @halamix2 in #321
Full Changelog: 0.13.1...0.13.2
0.12.4
What's Changed
We have increased memory limit for warden operator
- Cherry pick of github workflows by @MichalKalke in #310
- fix image building in 0.12 by @halamix2 in #312
- Revert moving tag by @MichalKalke in #313
- Cherry pick rm prow status by @MichalKalke in #315
- cherry pick: increase operator memory limit by @anoipm in #320
- Fix release channel job permissions (#318) by @MichalKalke in #322
Full Changelog: 0.12.3...0.12.4
0.13.1
upgrade dependencies
0.13.0
What's Changed
- Cleanup readme by @kwiatekus in #199
- Stop using /common/logging from kyma monorepo by @kwiatekus in #200
- Use single go.mod file by @halamix2 in #205
- Use consistent labels by @halamix2 in #244
- fix app version in charts by @anoipm in #285
- Add support for image digest validation by @halamix2 in #283
- customer verification by @anoipm in #281
- add image index support by @halamix2 in #286
New Contributors
- @dependabot made their first contribution in #207
- @mmitoraj made their first contribution in #269
Full Changelog: 0.12.0...0.13.0