Skip to content

Releases: clbx/kubectl-browse-pvc

v1.0.7

25 Jul 02:10
Compare
Choose a tag to compare
  • Makes the entrypoint script use less utilities for wider compatibility
  • Fixed typo in pod name
  • Prints pod name on execution

v1.0.6

12 Jul 04:07
Compare
Choose a tag to compare

Major Changes:

  • Set entrypoint script to job command args instead of requiring plugin-specific image
  • Includes version in binary

Pre-1.0.6 an image specific to this plugin was used, now the features of that image that had it exit when the session was finished is included in the pod commands of the created pod. This should allow for any generic image to be used, but I haven't done exhaustive testing.

v1.0.5

17 May 06:40
Compare
Choose a tag to compare

Actually fixes #13

v1.0.4

27 Apr 23:15
Compare
Choose a tag to compare

Fixed #13

v1.0.3

06 Mar 05:27
Compare
Choose a tag to compare

Swaps out urfave/cli for cobra and utilizes genericclioptions for kubectl flag functionality.

v1.0.2

01 Feb 23:56
e24ac7e
Compare
Choose a tag to compare
  • Adds functionality for getting kubeconfig from KUBECONFIG environment variable @bcourtel

v1.0.1

12 Jan 06:51
Compare
Choose a tag to compare
tested and working

v1.0.0

12 Jan 06:15
Compare
Choose a tag to compare
finally should be working

v0.3

08 Jan 01:57
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Krew release

v0.2

12 Nov 07:33
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Simplified the goals of the application and put it into a form that it can be used as a krew application instead of something standalone.