Skip to content

Releases: Kyrremann/kubectl-eksporter

Release v1.7.2

06 Jul 18:52
52c32ff
Compare
Choose a tag to compare
fix: should skip fields that are nil

fixes #12

Release v1.7.1

30 Mar 14:51
613b66f
Compare
Choose a tag to compare
fix: don't parse input when piping

Release v1.7.0

27 Aug 05:52
60026bc
Compare
Choose a tag to compare
feat: added drop argument

You can now easily remove extra fields

Release v1.6.0

22 Jun 12:51
95d29a6
Compare
Choose a tag to compare

Release v1.5.0

16 Jun 10:32
f152f19
Compare
Choose a tag to compare
feat: added --keep argument

You can now override fields that are set to be removed

Release v1.4.0

25 Mar 10:17
9ca789e
Compare
Choose a tag to compare
Merge pull request #6 from thekoma/managedFields

Update eksporter.rb

Bug fix for service-resources

01 Sep 07:45
Compare
Choose a tag to compare
  • addresses a bug causing eksporter to crash when accessing ['spec']['clusterIP'], in which a service without a clusterIP would cause a key error (#5, @porkloin)

Removes clusterIP

13 May 06:01
1152bb6
Compare
Choose a tag to compare

Thanks too @joemiller for adding support for removing the field clusterIP.

#4

Added license to tar.gz

28 Nov 13:17
Compare
Choose a tag to compare

Nothing special, just added the LICENCE to the tar.gz-file.

Piping support

15 Aug 08:56
Compare
Choose a tag to compare

Added support for piping (#1), and some more example text.