Releases: doitintl/kube-no-trouble
Releases · doitintl/kube-no-trouble
nightly-0.3.2-xx-test
Features:
- Add --exit-error (-e) flag (49 by stepanstipl)
- Empty json output to array (46 by stepanstipl)
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
Features:
- Add --exit-error (-e) flag (49 by stepanstipl)
- Empty json output to array (46 by stepanstipl)
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
Release 0.3.1
Release 0.3.0
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:
Release 0.2.1
(ref) Move logic to unpack last-applied config to collector
Release 0.2.0
CHANGELOG:
- Fixed build process to produce static binaries (#1)
Release 0.1.0
Initial public release of kubent. 🥇