Deprecation notice
Deprecated the redis package along with the redis option. To use redis compatible storage, use the valkey option instead. Valkey is currently a drop-in replacement.
New features
- Added client binary fleetctl
- Expanded client package and moved it to directly under
pkg/client
- Added fake server package for unit testing
What's Changed
- tests: Fix selinux permissions when running tests by @heathcliff26 in #106
- Remove deprecated redis package by @heathcliff26 in #107
- hack/coverprofiles.sh: Delete cover.out after generating page by @heathcliff26 in #109
- client: Merge client code with kube-upgrade by @heathcliff26 in #108
- go.mod: Update go version to 1.N.P notation by @heathcliff26 in #110
- Makefile: Add fmt and validate commands by @heathcliff26 in #111
- fake: Add new fake server for testing by @heathcliff26 in #112
- Add scripts for generating manifests by @heathcliff26 in #113
- Makefile: Add clean command by @heathcliff26 in #114
- api+fake: Add comments to code by @heathcliff26 in #115
- Add new fleetctl client binary by @heathcliff26 in #116
- client: Move client package import path by @heathcliff26 in #117
- fleetctl: Add option to specify id for lock/release by @heathcliff26 in #118
- fleetctl: Add command to show id by @heathcliff26 in #119
- fleetctl: Add unit-tests for package by @heathcliff26 in #120
- Add e2e tests by @heathcliff26 in #121
- fix(container): update image docker.io/library/golang to v1.23.4 by @bot-ahsoka in #123
- fix(deps): update gomod by @bot-ahsoka in #124
Full Changelog: v1.5.1...v1.6.0