File kubectl-community-images.changes of Package kubectl-community-images
-------------------------------------------------------------------
Fri Mar 24 18:42:56 UTC 2023 - kastl@b1-systems.de
- Update to version 0.5.1:
* fix ParseImageName
-------------------------------------------------------------------
Fri Mar 24 18:41:10 UTC 2023 - kastl@b1-systems.de
- Update to version 0.5.0:
* Add a --mirror sub command
-------------------------------------------------------------------
Fri Mar 24 18:36:00 UTC 2023 - kastl@b1-systems.de
- Update to version 0.4.3:
* update OWNERS file
* .github/workflows: Add permission for contents
-------------------------------------------------------------------
Wed Mar 22 15:59:48 UTC 2023 - kastl@b1-systems.de
- Update to version 0.4.2:
* Bump actions/setup-go from 3.5.0 to 4.0.0
* .github/workflows: run go mod tidy when a PR is opened
* Fix go.sum after running go mod tidy
* .github/workflows: allow GITHUB_TOKEN to have `write:packages`
scope
* Bump github.com/minio/pkg from 1.6.3 to 1.6.5
* Bump k8s.io/cli-runtime from 0.26.2 to 0.26.3
-------------------------------------------------------------------
Wed Mar 22 14:54:13 UTC 2023 - kastl@b1-systems.de
- Update to version 0.4.1:
* fix github owner/org
-------------------------------------------------------------------
Wed Mar 22 14:53:03 UTC 2023 - kastl@b1-systems.de
- Update to version 0.4.0:
* Consider image as well when pruning duplicates
* Add a --plain command to print just images from older registry
-------------------------------------------------------------------
Sun Mar 19 08:37:15 UTC 2023 - kastl@b1-systems.de
- Update to version 0.3.0:
* update fatih/color and minio/pkg
* fix module name
* Update git references
* Bump k8s.io/cli-runtime from 0.26.1 to 0.26.2
* Bump rajatjindal/krew-release-bot from 0.0.39 to 0.0.43
* Bump actions/checkout from 2 to 3
* Bump actions/setup-go from 2.1.3 to 3.5.0
* layout: adapting kubernetes template project
* Alternative ways to get the binary
-------------------------------------------------------------------
Wed Mar 01 14:42:11 UTC 2023 - kastl@b1-systems.de
- Update to version 0.2.0:
* redundant assignment removed
* add location of image in the cluster
* setup go 1.20.1 before tidiness check (#25)
* go.mod: require go1.19 (#19)
* Add a missing white space and make a 'outdated' bold
* .github/workflows/go.yml: use checkout@v3
* .github/workflows: trigger on PR update
* regex update: added start anchor and trailing "\" to prevent
false positives
* .github/workflows: check go module tidiness
-------------------------------------------------------------------
Wed Mar 1 06:16:34 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- new package: kubectl plugin that displays images running in a
Kubernetes cluster that were pulled from community owned
repositories and warn the user to switch repositories if needed