Skip to content

v1.8.0

Compare
Choose a tag to compare
@ClevyrBot ClevyrBot released this 22 Jan 02:15
· 286 commits to main since this release
c9f56c2

Changelog

Features

  • 93241b2 refactor: Redo env search logic and add support for CloudNativePG
  • 242b205 feat(postgres): Add support for CloudNativePG superuser
  • 752dc36 feat(postgres): Add support for zalando/postgres-operator instances
  • 2919fdc feat(postgres): Improve primary filters when multiple databases exist

Fixes

  • 58854fd fix(deps): update k8s.io/utils digest to e7106e6 (#114)
  • c9f56c2 fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.3 (#119)
  • 93da61e fix(deps): update module github.com/spf13/viper to v1.18.2 (#110)
  • fbcb38f fix(deps): update module golang.org/x/sync to v0.6.0 (#115)
  • 0033f52 fix(exec): Fix output starting indented when log level is trace
  • 1cb0163 fix(log): Fix stderr being overwritten
  • c09fc04 fix(mariadb): Fix deprecation warning in MariaDB >=10.5

Others

  • cb5a466 chore(database): Move dialects to sub packages of database
  • 09860e2 chore(database): Rename databaser interface to database
  • 864706f chore(deps): update actions/setup-go action to v5
  • 5662bbe chore(deps): update actions/upload-artifact action to v4
  • 31e2eaa chore(deps): update alpine docker tag to v3.19
  • acdf5c6 chore(deps): update github/codeql-action action to v3
  • 596e368 chore(deps): update go to v1.21.6 (#118)
  • 5c1e633 chore(dockerfile): Pin golang docker tag to v1.21.5
  • ba0d427 chore(kubernetes): Improve logging when envs not found
  • 5eb4f23 chore(kubernetes): Simplify exec ping parameter
  • 0e51ea2 chore(postgres): Improve pod filter error logging
  • ac75d67 chore(restore): Check if file exists before prompting