Skip to content

Releases: AOEpeople/vistecture-dashboard

2.3.1

17 Jun 14:23
63c8be6
Compare
Choose a tag to compare

What's Changed

  • chore: If k8sHealthCheckThroughIngress is not set, there is no need for calling the ingress by @carstendietrich in #37
  • fix(deps): update kubernetes packages to v0.30.2 by @renovate in #36
  • fix(deps): update module github.com/prometheus/client_golang to v1.19.1 by @renovate in #35
  • chore(deps): update dependency go to v1.22.4 by @renovate in #34
  • chore: bump version for release, enforce docker build amd64 by @carstendietrich in #38

Full Changelog: 2.3.0...2.3.1

2.3.0

18 Apr 16:50
a624199
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #19
  • Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.17.0 by @dependabot in #24
  • Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #18
  • Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 by @dependabot in #25
  • chore: add Helm Chart column by @denniewalo in #17
  • chore: Configure Renovate by @renovate in #27
  • feat: add option to ignore services on the dashboard by @tessig in #26
  • fix(deps): update kubernetes packages to v0.30.0 by @renovate in #28
  • fix(deps): update module github.com/prometheus/client_golang to v1.19.0 by @renovate in #29
  • chore(deps): update actions/checkout action to v4 by @renovate in #31
  • chore(deps): update actions/setup-go action to v5 by @renovate in #32

New Contributors

Full Changelog: 2.2.1...2.3.0

2.2.1

25 Apr 09:42
25d82ab
Compare
Choose a tag to compare

What's Changed

  • chore: Implement functionality to override the k8sDeploymentName parameter by @thehl in #22
  • chore: Update version in makefile to 2.2.1 by @thehl in #23

New Contributors

  • @thehl made their first contribution in #22

Full Changelog: 2.2.0...2.2.1

2.2.0

08 Jun 08:23
b3543ec
Compare
Choose a tag to compare

What's Changed

  • chore: bump go version, bump dependencies, remove travis by @carstendietrich in #16
    • Bump Go to 1.18
    • Bump k8s API version to 0.24
      • Switch from Extensions v1beta to Networking v1 for ingress handling
    • Bump all other dependencies
    • Remove Travis CI
    • Introduce GitHub Actions
    • Minor Cleanups

New Contributors

Full Changelog: 2.1.4...2.2.0

2.1.4

23 Oct 13:56
07be859
Compare
Choose a tag to compare
  • #13 Don't call all healthchecks at the same time
  • #14 Fix "No active deployment" state
    • fixes #2 Scaling leads to failed health checks
  • #15 Prefer direct path ingresses
    • fixes #11 Healthchecks are done against wrong endpoints