Skip to content

Releases: plumming/dx

0.5.6

01 Dec 09:26
9d35b69

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot[bot] in #331
  • chore(deps): bump k8s.io/client-go from 0.30.1 to 0.30.2 by @dependabot[bot] in #332
  • fix: correct a few linting issues being picked up by a new linter by @garethjevans in #370
  • chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot[bot] in #345
  • chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.4.0 by @dependabot[bot] in #359
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #369
  • chore(deps): bump golang.org/x/net from 0.23.0 to 0.38.0 by @dependabot[bot] in #371
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.1 by @dependabot[bot] in #363
  • chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.27.0 by @dependabot[bot] in #352
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #364
  • chore(deps): bump golangci/golangci-lint-action from 6 to 9 by @dependabot[bot] in #368
  • chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.12.0 by @dependabot[bot] in #367
  • chore(deps): bump k8s.io/client-go from 0.30.2 to 0.34.1 by @dependabot[bot] in #366
  • chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.12.0 to 6.12.1 by @dependabot[bot] in #372
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.10 by @dependabot[bot] in #373
  • chore(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 by @dependabot[bot] in #375
  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.10.1 by @dependabot[bot] in #374

Full Changelog: 0.5.5...0.5.6

0.5.5

07 Jun 20:54

Choose a tag to compare

Changelog

  • 563b51b updated config to v2 format

0.5.4

07 Jun 20:47

Choose a tag to compare

updated goreleaser config version

0.5.3

07 Jun 11:21
2dead72

Choose a tag to compare

Update release.yaml

0.5.2

07 Jun 11:15
e555521

Choose a tag to compare

Merge pull request #328 from plumming/dependabot/go_modules/github.co…

0.5.1

07 Jun 10:59
b902cd8

Choose a tag to compare

Merge pull request #321 from plumming/dependabot/go_modules/k8s.io/cl…

0.5.0

21 Dec 10:45
95f6ed8

Choose a tag to compare

Changelog

  • 95f6ed8 Merge pull request #295 from plumming/dependabot/go_modules/github.com/maxbrunsfeld/counterfeiter/v6-6.7.0
  • 7098fea chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6
  • 3c16c92 Merge pull request #300 from plumming/dependabot/go_modules/golang.org/x/net-0.17.0
  • 34ee8b2 Merge pull request #307 from plumming/create-pull-request/patch
  • 929eb0c Merge pull request #303 from plumming/dependabot/go_modules/github.com/spf13/cobra-1.8.0
  • 25eef18 chore(deps): bump golang.org/x/net from 0.8.0 to 0.17.0
  • c7c64b9 chore(docs): regenerated docs
  • 1954007 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • 2ce6d84 Merge pull request #306 from garethjevans/dx-shell
  • 0fc8a27 fix: correcting tests
  • 7e66d5b chore: adding a prompt command to show kubernetes context
  • 32bf66c fix: linter
  • 2395459 feat: adding a dx shell command to launch a new shell
  • b724d03 Merge pull request #284 from plumming/dependabot/go_modules/github.com/stretchr/testify-1.8.3
  • 43d4b6b Merge pull request #286 from plumming/dependabot/go_modules/k8s.io/client-go-0.27.2
  • d4064c5 chore(deps): bump k8s.io/client-go from 0.27.1 to 0.27.2
  • 61454bd chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  • 2b72510 Merge pull request #283 from plumming/dependabot/go_modules/k8s.io/client-go-0.27.1
  • 8b0bf90 chore(deps): bump k8s.io/client-go from 0.26.3 to 0.27.1
  • 3076387 Merge pull request #281 from plumming/dependabot/go_modules/github.com/spf13/cobra-1.7.0
  • f97fd5f chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0

0.4.1

05 Apr 09:15
445d0ce

Choose a tag to compare

Changelog

  • 445d0ce Merge pull request #280 from garethjevans/fix-alerts-query
  • 332fde1 fix: simplify query to get alerts
  • ba8ce30 Merge pull request #279 from plumming/create-pull-request/patch
  • a80e00a chore(docs): regenerated docs
  • 38f0509 Merge pull request #277 from garethjevans/security-config
  • 065428f add sorting
  • 4e79584 feat: view security config for all repositories

0.4.0

22 Mar 10:53
546a2ee

Choose a tag to compare

Changelog

  • 546a2ee Merge pull request #275 from garethjevans/vulnerability-alerts
  • ba0791f fix: linter issues
  • 7b99c97 chore: group results by repo
  • 47a0160 chore: renamed summary message
  • bbf2fe3 feat: add ability to view vulnerability alerts from GH api
  • 2a0bdec Merge pull request #273 from plumming/dependabot/go_modules/k8s.io/client-go-0.26.3
  • 03435d0 chore(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3
  • bc007e7 Merge pull request #270 from plumming/dependabot/go_modules/k8s.io/client-go-0.26.2
  • 5dd1d8b chore(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2
  • 9bd14a1 Merge pull request #271 from plumming/dependabot/go_modules/k8s.io/apimachinery-0.26.2
  • b1fa083 chore(deps): bump k8s.io/apimachinery from 0.26.1 to 0.26.2
  • a7e16a1 Merge pull request #269 from plumming/dependabot/go_modules/github.com/stretchr/testify-1.8.2
  • 11b7fb5 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • 80238f1 Merge pull request #268 from plumming/dependabot/go_modules/github.com/maxbrunsfeld/counterfeiter/v6-6.6.1
  • 01abe4f chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6
  • 0c796fb Merge pull request #267 from garethjevans/go-version
  • 36fe33b chore: determine go version from go.mod
  • 0ef0fb7 Merge pull request #266 from plumming/dependabot/go_modules/k8s.io/client-go-0.26.1
  • e74f34a chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1
  • 1ad9504 Merge pull request #263 from plumming/dependabot/go_modules/k8s.io/client-go-0.26.0
  • 6cf3083 chore(deps): bump k8s.io/client-go from 0.25.4 to 0.26.0
  • c340e0d Merge pull request #264 from plumming/dependabot/go_modules/k8s.io/apimachinery-0.26.0
  • b55f09a chore(deps): bump k8s.io/apimachinery from 0.25.4 to 0.26.0

0.3.0

05 Dec 10:05
893fad0

Choose a tag to compare

Changelog

  • 893fad0 Merge pull request #262 from garethjevans/rune
  • 85e0c2b Merge pull request #261 from plumming/create-pull-request/patch
  • 283e1fb chore: switch to using RunE where applicable
  • 5599c07 chore(docs): regenerated docs
  • 634d452 Merge pull request #259 from garethjevans/import-config
  • 7fb1c8e chore: working import context
  • 76f0c20 feat: allow a kubernetes config to be imported