Skip to content

Releases: sikalabs/tergum

v0.36.0-dev-1

16 May 21:01
d28b459
Compare
Choose a tag to compare
v0.36.0-dev-1 Pre-release
Pre-release

Changelog

  • d28b459 docs(README): Add Skip to Gitlab backup source
  • aaa6c18 feat(backup/source/gitlab): Add skip support (like SKIP=registry, ...)
  • 7d91cd0 fix(goreleaser): Fix YAML type to string (from int)
  • 92ff712 refactor(goreleaser): Use Dockerfile.goreleaser for goreleaser dockerfiles
  • 948dc60 feat(misc/docker/postgres-with-docker): Add build of PG versions 13, 14, 15, and 16 (using make all)
  • 96a1944 feat(misc/docker/postgres-with-tergum): Update default Postgres version to 16
  • de800d0 docs(README): Mark Consul backup source as done
  • a42b620 docs(README): Add "Example BackupSourceConsul Block"
  • 8c98407 feat(misc/example/config): Add example config for consul backup
  • cc5f892 feat(backup/source/consul): Add Consul backup source
  • 07e55c0 feat(backup_process_utils/BackupProcessHttpGetWithToken): Allow empty token (if empty, dont send the token header)
  • 92c48b4 docs(README): Add Hashicorp Consul to roadmap
  • aff1c39 VERSION: v0.36.0-dev

v0.35.0

08 Apr 21:16
9d066ee
Compare
Choose a tag to compare

Changelog

  • 9d066ee VERSION: v0.35.0
  • 5880fbc chore(misc/docker): Update to TERGUM_VERSION=v0.35.0
  • 99dc28d docs(README): Mark Gitlab Backup Source as done in Current Project State
  • e34d604 docs(README): Add BackupSourceGitlab
  • 2808e92 chore(misc/example/config): Add Gitlab example config
  • e461d7d feat(backup/source/gitlab): Add Gitlab backup source
  • 60e0f31 refactor(utils/azure_blob_utils): Upgrade github.com/Azure/azure-sdk-for-go
  • cb25060 chore(misc/docker): Update to TERGUM_VERSION=v0.34.0
  • c637a2a VERSION: v0.35.0-dev

v0.34.0

01 Feb 09:51
1428bbe
Compare
Choose a tag to compare

Changelog

  • 1428bbe VERSION: v0.34.0
  • 40d8ed8 feat(telemetry,do_backup): Add InitExtra event with do_backup_implementation version
  • 51fa0b9 chore(misc/docker): Update to TERGUM_VERSION=v0.33.0
  • 123a583 VERSION: v0.34.0-dev

v0.33.0

28 Jan 19:09
fe98c87
Compare
Choose a tag to compare

Changelog

  • fe98c87 VERSION: v0.33.0
  • dc6ec19 docs(README): Update NotificationBackendEmail docs
  • 0fa2bed fix(notification/backend/email): Cover all arguments in validation
  • ddffe9c feat(notification/backend/email): update ondrejsika/gosendmail to v0.4.0 and allow to use username different from email
  • 64f8390 fix(notification/backend/email): Update Email to Username in config struct
  • 3b31d83 docs(README): Add docs for VaultSource
  • d2a4101 docs(README): Add docs for DummySource
  • 6f298ed feat(backup/source/dummy): Add DummySource (for devel/testing purposes)
  • 97cbb52 chore(Makefile): Add release target (using goreleaser)
  • 7782003 chore(misc/docker): Update to TERGUM_VERSION=v0.32.0
  • 1122a35 VERSION: v0.33.0-dev

v0.32.0

12 Jan 22:42
4d67acc
Compare
Choose a tag to compare

Changelog

  • 4d67acc VERSION: v0.32.0
  • 1a2cec0 docs(README): Add PgdumpExtraArgs, PgdumpallExtraArgs to docs
  • 923779c feat(backup/source/postgres_server): Add PgdumpallExtraArgs config param
  • 817cbdb feat(backup/source/postgres): Add PgdumpExtraArgs config param

v0.32.0-dev-2

11 Jan 16:57
260076d
Compare
Choose a tag to compare
v0.32.0-dev-2 Pre-release
Pre-release

Changelog

  • 260076d feat(backup/source/dir): Add IgnoreFailedRead to Dir source

v0.32.0-dev-1

11 Jan 16:49
4eb5109
Compare
Choose a tag to compare
v0.32.0-dev-1 Pre-release
Pre-release

Changelog

  • 4eb5109 fix(backup/source/dir): Propper handling of tar stderr output
  • b76f0a1 chore(Makefile): Add target "build-linux-amd64"
  • 0eba7e5 chore(gitignore): Ignore tergum-linux-amd64
  • 84d4094 chore(misc/example/config): Add Telemetry.CollectHostData to tergum-local-v3.yaml
  • 34e6d5e chore: Update target to docker-build-and-push-all-images
  • 403d8ac chore(misc/docker): Update to TERGUM_VERSION=v0.31.1
  • 6e2ad1a fix(do_backup): Fix TargetDuration
  • fd2188a chore(Makefile): Add target docker-build-all-images
  • af34880 chore(misc/docker/mysql-with-tergum): Remove apt-get install because mysql image now uses Fedora base images
  • 9ce70e9 chore(misc/docker): Add --pull to docker build commands
  • b77ed3f feat(misc/docker/postgres-with-tergum): Fix indent
  • 0b0fe5b chore(misc/docker/postgres-with-redis-with-tergum): Fix indent
  • 1ad0a38 chore(misc/docker): Update Tergum version in Docker images to v0.31.0
  • a66763d VERSION: v0.32.0-dev

v0.31.1

18 Aug 08:01
Compare
Choose a tag to compare

Changelog

v0.31.0

13 Aug 07:26
Compare
Choose a tag to compare

Changelog

  • a2278d0 VERSION: v0.31.0
  • 51ffb52 docs(README): Add Ceph RBD & CephFS to roadmap
  • ec29a8f chore(misc/docker): Update tergum version to latest release (v0.30.0)

v0.31.0-dev-1

29 Jul 16:28
092dc12
Compare
Choose a tag to compare
v0.31.0-dev-1 Pre-release
Pre-release

Changelog

  • 092dc12 refactor(do_backup/do_backup_v2): Simplify do backup using DoBackupProcess "class"
  • da95ef9 feat(cmd/backup): Add --debug-logs flag to show debug logs
  • 32ae1a3 feat(do_backup): Add support for hiding debug logs (by default)
  • 719b58a feat(telemetry): Set log level to DEBUG for "Telemetry successfully sent" message (from INFO)
  • 93b068c feat(do_backup/do_backup_v2): Move SaveEvent calls to helpers
  • e4136a1 refactor(do_backup/do_backup_v2): Move sleep to helper function
  • 9986f45 chore(misc/example/config): Add examle of Prefix & Suffix middleware
  • 3376412 feat(backup_log): Add method SaveEventRaw
  • 70df1e5 VERSION: v0.31.0-dev