Skip to content

v0.0.20

Compare
Choose a tag to compare
@mrparkers mrparkers released this 30 Aug 16:28
· 81 commits to master since this release
d25363d

What's Changed

  • INF-1890: switch to use ingressClassName by @jerryc8 in #44
  • INF-1890: fix missing pathType by @jerryc8 in #45
  • [INF-2532] Add .Values.service.labels to chart. by @jmatt in #46
  • Configure Renovate by @self-hosted-renovatebot in #47
  • fix: update build pipeline by @cep21 in #59
  • fix(deps): update module github.com/signalfx/golib/v3 to v3.3.47 by @self-hosted-renovatebot in #49
  • chore(deps): update golang docker tag to v1.19.4 by @self-hosted-renovatebot in #51
  • chore(deps): update helm/kind-action action to v1.5.0 by @self-hosted-renovatebot in #54
  • chore(deps): update golangci/golangci-lint-action action to v3 by @self-hosted-renovatebot in #63
  • chore(deps): update actions/checkout action to v3 by @self-hosted-renovatebot in #62
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.46.0 by @self-hosted-renovatebot in #61
  • chore(deps): update golang docker tag to v1.19.5 by @self-hosted-renovatebot in #64
  • chore(deps): update magefile/mage-action action to v2 by @self-hosted-renovatebot in #65
  • fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by @self-hosted-renovatebot in #56
  • fix(deps): update module go.uber.org/zap to v1.24.0 by @self-hosted-renovatebot in #60
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.47.0 by @self-hosted-renovatebot in #69
  • fix(deps): update module github.com/signalfx/golib/v3 to v3.3.48 by @self-hosted-renovatebot in #73
  • feat: upgrade HPA to autoscaling/v2 apiVersion by @mrparkers in #80
  • chore(deps): update actions/setup-go action to v4 by @self-hosted-renovatebot in #79
  • chore(deps): update helm/chart-releaser-action action to v1.5.0 by @self-hosted-renovatebot in #87
  • chore(deps): update golang docker tag to v1.20.4 by @self-hosted-renovatebot in #86
  • fix(deps): update module github.com/signalfx/golib/v3 to v3.3.50 by @self-hosted-renovatebot in #84
  • chore(deps): update helm/chart-testing-action action to v2.4.0 by @self-hosted-renovatebot in #88
  • chore(deps): update module go to 1.20 by @self-hosted-renovatebot in #89
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.50.1 by @self-hosted-renovatebot in #91
  • fix(deps): update module github.com/go-git/go-git/v5 to v5.6.1 by @self-hosted-renovatebot in #90
  • fix(deps): update module github.com/cresta/magehelper to v0.0.69 by @self-hosted-renovatebot in #83
  • fix(deps): update module github.com/google/go-github/v32 to v52 by @self-hosted-renovatebot in #92
  • Bump github.com/cloudflare/circl from 1.3.1 to 1.3.3 by @dependabot in #93
  • Update CODEOWNERS by @cep21 in #96
  • chore(deps): update helm/kind-action action to v1.7.0 by @self-hosted-renovatebot in #94
  • chore(deps): update golang docker tag to v1.20.5 by @self-hosted-renovatebot in #102
  • fix(deps): update module github.com/stretchr/testify to v1.8.4 by @self-hosted-renovatebot in #100
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.51.0 by @self-hosted-renovatebot in #98
  • fix(deps): update module github.com/go-git/go-git/v5 to v5.7.0 by @self-hosted-renovatebot in #97
  • fix(deps): update module github.com/cresta/magehelper to v0.1.0 by @self-hosted-renovatebot in #99
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.52.0 by @self-hosted-renovatebot in #103
  • fix(deps): update module github.com/google/go-github/v32 to v53 by @self-hosted-renovatebot in #101
  • chore(deps): update helm/kind-action action to v1.8.0 by @self-hosted-renovatebot in #105
  • chore(deps): update golang docker tag to v1.20.6 by @self-hosted-renovatebot in #106
  • fix(deps): update module github.com/go-git/go-git/v5 to v5.8.0 by @self-hosted-renovatebot in #107
  • fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1 by @self-hosted-renovatebot in #108
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.53.0 by @self-hosted-renovatebot in #109
  • chore(deps): update golang docker tag to v1.20.7 by @self-hosted-renovatebot in #110
  • fix(deps): update module go.uber.org/zap to v1.25.0 by @self-hosted-renovatebot in #111
  • fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.54.0 by @self-hosted-renovatebot in #113
  • chore(deps): update golang docker tag to v1.21.0 by @self-hosted-renovatebot in #112
  • fix(deps): update module github.com/signalfx/golib/v3 to v3.3.51 by @self-hosted-renovatebot in #114
  • fix(deps): update module github.com/signalfx/golib/v3 to v3.3.52 by @self-hosted-renovatebot in #116
  • fix(deps): update module github.com/google/go-github/v32 to v54 by @self-hosted-renovatebot in #117
  • feat: update go-github to v54 by @mrparkers in #119
  • chore: update secret for push action by @mrparkers in #120
  • chore: update build to use docker login action by @mrparkers in #121
  • fix: attempt build / push with official actions by @mrparkers in #122
  • chore: build and push on new tags too by @mrparkers in #123
  • fix: build and push on tag events by @mrparkers in #124

New Contributors

  • @jerryc8 made their first contribution in #44
  • @self-hosted-renovatebot made their first contribution in #47
  • @mrparkers made their first contribution in #80
  • @dependabot made their first contribution in #93

Full Changelog: v0.0.19...v0.0.20