Skip to content

Releases: doitintl/kube-no-trouble

nightly-0.7.0-21-gf601ea6

22 Feb 09:36
f601ea6
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.7.0-21-gf601ea6

Changelog

Features:

Internal/Other:

  • chore: Codespell should ignore go.sum (452 by stepanstipl)
  • ci: Tune stale issues/PRs workflow config to wait a bit longer (60+30) (425 by stepanstipl)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.47.2 to 0.48.0 (430 by dependabot)
  • dep: Go Bump github.com/rs/zerolog from 1.26.1 to 1.28.0 (417 by dependabot)
  • dep: Go Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (443 by dependabot)
  • dep: Go Bump golang.org/x/net from 0.5.0 to 0.7.0 (449 by dependabot)
  • dep: Go Bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 (424 by dependabot)
  • dep: Go Bump helm.sh/helm/v3 from 3.10.3 to 3.11.1 (446 by dependabot)
  • dep: Go Bump k8s.io/client-go from 0.26.0 to 0.26.1 (438 by dependabot)
  • dep: Go Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 (442 by dependabot)

nightly-0.7.0-9-g34bff74

18 Jan 13:44
34bff74
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.7.0-9-g34bff74

Changelog

Features:

Internal/Other:

  • ci: Tune stale issues/PRs workflow config to wait a bit longer (60+30) (425 by stepanstipl)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.47.2 to 0.48.0 (430 by dependabot)
  • dep: Go Bump github.com/rs/zerolog from 1.26.1 to 1.28.0 (417 by dependabot)
  • dep: Go Bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 (424 by dependabot)

nightly-0.7.0-2-g00f8453

21 Dec 02:24
00f8453
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.7.0-2-g00f8453

Changelog

Internal/Other:

  • ci: Tune stale issues/PRs workflow config to wait a bit longer (60+30) (425 by stepanstipl)
  • dep: Go Bump github.com/rs/zerolog from 1.26.1 to 1.28.0 (417 by dependabot)

0.7.0

15 Dec 09:47
d1bb4e5
Compare
Choose a tag to compare

Kubent 0.7.0 brings one major change - dropping Helm v2 support ⚠️ (#401). This was blocking us from upgrading to a newer version of K8S client and API libraries, which in turn meant several unfixable mostly authentication-related issues. These should now be fixed (see below for details).

Other than that, some minor fixes, dependency updates and mostly maintenance.

Thanks to everyone for help, and enjoy! 👏


🐳 Docker Image: ghcr.io/doitintl/kube-no-trouble:0.7.0

Changelog

⚠️ Breaking Changes ⚠️:

  • feat: Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Features:

  • feat: Disable any logging from go-client's klog (407 by stepanstipl)

Fixes:

  • fix: Ignore empty documents from Helm collectors (393 by stepanstipl)

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Auto-close stale issues/PRs (372 by dark0dave)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • ci: Fix latest tag issue in nightly builds (394 by stepanstipl)
  • ci: Remove duplicated lines from GH stale workflow (419 by dark0dave)
  • ci: Upgrade integration test versions to 1.19-1.25 (413 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)
  • dep: Docker Bump golang from 1.19.3-alpine3.16 to 1.19.4-alpine3.16 (411 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.34.2 to 0.46.1 (396 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.46.1 to 0.47.1 (412 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.47.1 to 0.47.2 (421 by dependabot)
  • dep: Go Bump github.com/rs/zerolog from 1.26.1 to 1.28.0 (417 by dependabot)
  • dep: Go Bump k8s.io/client-go from 0.25.4 to 0.26.0 (420 by dependabot)
  • dep: Go bump github.com/hashicorp/go-version from 1.3.0 to 1.6.0 (311 by dependabot)
  • docs: Fix missing newline in changelog w. breaking changes (404 by stepanstipl)

nightly-0.6.0-37-gbe2e18c

13 Dec 02:35
be2e18c
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-37-gbe2e18c

Changelog

Breaking Changes:

  • Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Features:

  • feat: Disable any logging from go-client's klog (407 by stepanstipl)

Fixes:

  • ci: Fix latest tag issue in nightly builds (394 by stepanstipl)
  • docs: Fix missing newline in changelog w. breaking changes (404 by stepanstipl)
  • fix: Ignore empty documents from Helm collectors (393 by stepanstipl)

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Auto-close stale issues/PRs (372 by dark0dave)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • ci: Remove duplicated lines from GH stale workflow (419 by dark0dave)
  • ci: Upgrade integration test versions to 1.19-1.25 (413 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)
  • dep: Docker Bump golang from 1.19.3-alpine3.16 to 1.19.4-alpine3.16 (411 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.34.2 to 0.46.1 (396 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.46.1 to 0.47.1 (412 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.47.1 to 0.47.2 (421 by dependabot)
  • dep: Go Bump k8s.io/client-go from 0.25.4 to 0.26.0 (420 by dependabot)
  • dep: Go bump github.com/hashicorp/go-version from 1.3.0 to 1.6.0 (311 by dependabot)

nightly-0.6.0-33-g2bc7a00

10 Dec 02:28
2bc7a00
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-33-g2bc7a00

Changelog

Breaking Changes:

  • Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Features:

  • feat: Disable any logging from go-client's klog (407 by stepanstipl)

Fixes:

  • ci: Fix latest tag issue in nightly builds (394 by stepanstipl)
  • docs: Fix missing newline in changelog w. breaking changes (404 by stepanstipl)
  • fix: Ignore empty documents from Helm collectors (393 by stepanstipl)

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Auto-close stale issues/PRs (372 by dark0dave)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • ci: Remove duplicated lines from GH stale workflow (419 by dark0dave)
  • ci: Upgrade integration test versions to 1.19-1.25 (413 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)
  • dep: Docker Bump golang from 1.19.3-alpine3.16 to 1.19.4-alpine3.16 (411 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.34.2 to 0.46.1 (396 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.46.1 to 0.47.1 (412 by dependabot)
  • dep: Go bump github.com/hashicorp/go-version from 1.3.0 to 1.6.0 (311 by dependabot)

nightly-0.6.0-31-g3b9a1b9

09 Dec 02:33
3b9a1b9
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-31-g3b9a1b9

Changelog

Breaking Changes:

  • Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Features:

  • feat: Disable any logging from go-client's klog (407 by stepanstipl)

Fixes:

  • ci: Fix latest tag issue in nightly builds (394 by stepanstipl)
  • docs: Fix missing newline in changelog w. breaking changes (404 by stepanstipl)
  • fix: Ignore empty documents from Helm collectors (393 by stepanstipl)

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Auto-close stale issues/PRs (372 by dark0dave)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • ci: Upgrade integration test versions to 1.19-1.25 (413 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)
  • dep: Docker Bump golang from 1.19.3-alpine3.16 to 1.19.4-alpine3.16 (411 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.34.2 to 0.46.1 (396 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.46.1 to 0.47.1 (412 by dependabot)
  • dep: Go bump github.com/hashicorp/go-version from 1.3.0 to 1.6.0 (311 by dependabot)

nightly-0.6.0-19-g2dee608

03 Dec 02:26
2dee608
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-19-g2dee608

Changelog

Breaking Changes:

  • Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Fixes:

  • ci: Fix latest tag issue in nightly builds (394 by stepanstipl)
  • docs: Fix missing newline in changelog w. breaking changes (404 by stepanstipl)
  • fix: Ignore empty documents from Helm collectors (393 by stepanstipl)

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)
  • dep: Go Bump github.com/open-policy-agent/opa from 0.34.2 to 0.46.1 (396 by dependabot)

nightly-0.6.0-17-gc2ba471

01 Dec 02:41
c2ba471
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-17-gc2ba471

Changelog

Breaking Changes:

  • Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Fixes:

  • ci: Fix latest tag issue in nightly builds (394 by stepanstipl)
  • docs: Fix missing newline in changelog w. breaking changes (404 by stepanstipl)
  • fix: Ignore empty documents from Helm collectors (393 by stepanstipl)

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)

nightly-0.6.0-15-g6424a0b

24 Nov 02:37
6424a0b
Compare
Choose a tag to compare
Pre-release

Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-15-g6424a0b

ChangelogBreaking Changes:

  • Remove Helm v2 support and upgrade helm/v3, k8s.io/apimachinery and k8s.io/client-go (401 by stepanstipl)

Fixes:

Internal/Other:

  • chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
  • ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
  • dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)