Skip to content

Releases: controlplaneio/kubectl-kubesec

v1.1.0

26 Jan 16:21
27b58ab
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[1.1.0] - 2023-01-26

Bug Fixes

  • Typo
  • Updated repo location to controlplaneio
  • Set binary name to scan
  • Load kubeconfig like kubectl

Documentation

  • Update kubectl scan to kubectl kubesec-scan
  • Add security disclosure notice

Features

  • Add LICENSE to release
  • Windows release and correct binary name
  • Add support for API v2, custom URLs
  • Add arm and arm64 releases

Miscellaneous Tasks

  • Add dependabot
  • Update to go 1.19 + modules

Refactor

  • Start the move to go modules
  • Move to gh actions for release and move inline with kubesec
  • Update dependencies and add now required ctx
  • Refactor out legacy InitClientAndConfig

Testing

  • Added gh actions for lint and codeql

Build

  • Add licence to release

1.0.3

18 Oct 14:28
2103138
Compare
Choose a tag to compare

Changelog

2103138 Merge pull request #77 from controlplaneio/dependabot/github_actions/goreleaser/goreleaser-action-2.8.0

1.0.2

06 Apr 20:09
Compare
Choose a tag to compare

Changelog

5b5de14 feat: windows release and correct binary name

1.0.1

06 Apr 10:08
cbf9cc6
Compare
Choose a tag to compare

Changelog

cbf9cc6 Merge pull request #43 from denhamparry/master

1.0.0

28 Dec 15:38
24ee34e
Compare
Choose a tag to compare

Changelog

24ee34e Merge pull request #15 from stefanprodan/kubectl-1.12
62826d6 Build with go 1.11
fafc769 Migrate commands to cobra - implement namespace flag - add version pkg
c2cf1f7 Update deps for Kubernetes 1.12

0.3.1

22 Dec 09:08
65fb3c4
Compare
Choose a tag to compare

Changelog

65fb3c4 Merge pull request #13 from ahmetb/fix-formatting
0f9f0d4 Fix new line printing
011f3c5 Add admission controller link

0.3.0

25 Jul 12:38
b5b5e96
Compare
Choose a tag to compare

Changelog

b5b5e96 Merge pull request #4 from bmcstdio/allow-vendoring
dd0d536 Allow vendoring the kubesec.io client.
2fd1fd9 Release v0.2.0 - breaking change - new command format: kubectl plugin scan [pod|deployment|statefulset|daemonset]/name

0.2.0

21 Jul 17:42
Compare
Choose a tag to compare

Changelog

75fe5a3 Try fix gorelease
3982e4c Add support for pods, statefulsets and daemonsets - change command to "kubectl plugin scan [pod|deployment|statefulset|daemonset]/name" - ref #2
b68709c Build with go 1.10
2b88b60 Merge pull request #1 from sublimino/patch-1
b81c070 fix: typo
808fa21 Download and install command

0.1.0

10 May 08:26
Compare
Choose a tag to compare

Changelog

8267179 Use TravisCI and GoReleaser
6674a86 Usage docs
e2453a4 Implement deployments scanning
8eee384 kubectl deps
e1b4730 Initial commit