k8sec
k8sec copied to clipboard
CLI tool to manage Kubernetes Secrets easily
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.23.4 to 0.24.3. Commits 2325aaa Update dependencies to v0.24.3 tag 0bf1867 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" 2de6996 Merge pull request #109241 from ravisantoshgudimetla/sts-ar-optional 7734d26...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.23.4 to 0.24.3. Commits 97e5df2 fix remove implicit copy of a lock 6550efd Merge pull request #109102 from liggitt/darwin-tls 00f0711 Merge pull request #109031 from Jefftree/openapiv3beta 53a85ef...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.4 to 0.24.3. Commits ee1a5aa Update dependencies to v0.24.3 tag 686b396 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" af4295f Merge pull request #109114 from tkashem/client-go-retry-thread-safe d8531f5...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. Release notes Sourced from goreleaser/goreleaser-action's releases. v3.0.0 What's Changed chore: node 16 as default runtime by @crazy-max in goreleaser/goreleaser-action#343 This requires a minimum Actions...
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. Release notes Sourced from actions/cache's releases. v3.0.0 This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. Release notes Sourced from codecov/codecov-action's releases. v3.0.0 Breaking Changes #689 Bump to node16 and small fixes Features #688 Incorporate gcov arguments for the Codecov...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...
Getting the following when running ``` brew tap dtan4/tools ``` ``` Error: Invalid formula: /opt/homebrew/Library/Taps/dtan4/homebrew-tools/Formula/ghrls.rb ghrls: Calling bottle :unneeded is disabled! There is no replacement. Please report this issue to...
k8sec tries to use the default `~/.kube/config`. It does not use the exported `KUBECONFIG` env variable to get the kubeconfig file path.