Skip to content

Releases: doitintl/kube-no-trouble

nightly-0.3.2-xx-test

11 Dec 15:53
f890601
Compare
Choose a tag to compare
nightly-0.3.2-xx-test Pre-release
Pre-release

Features:

Fixes:

  • fix: Make manifest order read by file collector stable (43 by stepanstipl)

Internal/Other:

  • Add changelog generation plumbing (69 by stepanstipl)
  • Docs: Add CI use section (47 by stepanstipl)
  • build: Add check for commit message format (56 by stepanstipl)
  • build: Allow hyphens in tags - for nightly (79 by stepanstipl)
  • build: Enable Dependabot (54 by stepanstipl)
  • ci: Add pre-commit checks (53 by david-doit-intl)
  • ci: Create Nightly releases (70 by stepanstipl)
  • ci: Make Dependabot commit messages capitalized (62 by stepanstipl)
  • dep: Docker bump golang from 1.15.3-alpine3.12 to 1.15.4-alpine3.12 (68 by dependabot)
  • dep: Docker bump golang from 1.15.4-alpine3.12 to 1.15.5-alpine3.12 (71 by dependabot)
  • dep: Go bump github.com/open-policy-agent/opa from 0.18.0 to 0.24.0 (63 by dependabot)
  • dep: Go bump helm.sh/helm/v3 to v3.1.3 (66 by stepanstipl)
  • dep: Go bump k8s.io/apimachinery and k8s.io/client-go to v0.17.13 (64 by stepanstipl)
  • dep: Update Golang to v1.15 (50 by david-doit-intl)
  • dep: Update autorest and solve ambiguous import isue (55 by stepanstipl)
  • dep: bump github.com/rs/zerolog from 1.18.0 to 1.20.0 (60 by dependabot)
  • dep: bump helm.sh/helm from 2.16.5+incompatible to 2.17.0+incompatible (61 by dependabot)

nightly-0.3.2-50-g810896f

18 Nov 02:24
810896f
Compare
Choose a tag to compare
Pre-release

Features:

Fixes:

  • fix: Make manifest order read by file collector stable (43 by stepanstipl)

Internal/Other:

  • Add changelog generation plumbing (69 by stepanstipl)
  • Docs: Add CI use section (47 by stepanstipl)
  • build: Add check for commit message format (56 by stepanstipl)
  • build: Enable Dependabot (54 by stepanstipl)
  • ci: Add pre-commit checks (53 by david-doit-intl)
  • ci: Create Nightly releases (70 by stepanstipl)
  • ci: Make Dependabot commit messages capitalized (62 by stepanstipl)
  • dep: Docker bump golang from 1.15.3-alpine3.12 to 1.15.4-alpine3.12 (68 by dependabot)
  • dep: Docker bump golang from 1.15.4-alpine3.12 to 1.15.5-alpine3.12 (71 by dependabot)
  • dep: Go bump github.com/open-policy-agent/opa from 0.18.0 to 0.24.0 (63 by dependabot)
  • dep: Go bump helm.sh/helm/v3 to v3.1.3 (66 by stepanstipl)
  • dep: Go bump k8s.io/apimachinery and k8s.io/client-go to v0.17.13 (64 by stepanstipl)
  • dep: Update Golang to v1.15 (50 by david-doit-intl)
  • dep: Update autorest and solve ambiguous import isue (55 by stepanstipl)
  • dep: bump github.com/rs/zerolog from 1.18.0 to 1.20.0 (60 by dependabot)
  • dep: bump helm.sh/helm from 2.16.5+incompatible to 2.17.0+incompatible (61 by dependabot)

Release 0.3.2

22 Sep 19:34
919129b
Compare
Choose a tag to compare

This release mainly fixes issue with missing resources when using file collector (#38) and adds and improves tests.

Fixes:

  • Fixes missing resources with File Collector (#40)

Internal/Misc:

  • Fixes git sha in binary (#41)
  • Increased test coverage (storeCollector) and introduced K8s fake client tests (ClusterCollector) (#37)

Release 0.3.1

04 Sep 08:17
856a192
Compare
Choose a tag to compare

This release fixes issues with not all resources being discovered and some more.

Fixes:

  • Fix missing resources (#34)
  • Fix panic when collector fails to initialize (#32)

Release 0.3.0

11 Aug 17:18
Compare
Choose a tag to compare

This release adds support for reading manifests from local files (use the -f file.yaml flag), improves error reporting and generally improves stability by introducing tests and refactoring some of the code.

Features:

  • Added stdin support (#19)
  • Added support for reading manifests from files (#15)
  • Improved Error reporting (#20)

Fixes:

  • Support resources without namespace (#14)

Internal/misc:

  • Added first and many other tests (#9, #19), thanks @david-doit-intl 🚀
  • Cleaned up logic in main (#16)
  • Added release notes and minor deprecated message improvement (#22)

Release 0.2.1

11 Aug 17:07
Compare
Choose a tag to compare
(ref) Move logic to unpack last-applied config to collector

Release 0.2.0

15 Apr 00:47
Compare
Choose a tag to compare

CHANGELOG:

  • Fixed build process to produce static binaries (#1)

Release 0.1.0

09 Apr 17:12
Compare
Choose a tag to compare

Initial public release of kubent. 🥇