All notable changes to k8s-insider project will be documented in this file.
- Added release runbook
- Hidden krew installation instructions until it gets merged to krew-index
- Package Bumps -> Package Updates in changelog
- Bump rustls-webpki from 0.100.1 to 0.100.2 in /app (#15)
- Fixed inconsisten behavior when deleting networks
- Fixed invalid service type for ExternalIp networks
- Fixed krew manifest (invalid Windows binary, indentation)
- Added install subcommand to build-push-local script
- Added krew install option to README
- Expanded overview
- Typo in Network CRD desc
- Include messages for breaking changes in the changelog
- Added remote version check
- Added table output padding
- Split output columns with TAB
- Published to krew-index
- Implemented LoadBalancer service type
- Implemented ClusterIP service type
- [breaking] Added upgrade option
upgrading from 0.3.4 to 0.4.0 can't be performed with --upgrade flag due to the configmap being immutable up to this point
- Added changelog generation on release
- Filter out devexp commits
- Remove obsolete TODO for NodePort IP annotations
- DON'T filter out devexp commits in changelog :>
- Used print() where applicable