Releases: sikalabs/tergum
Releases · sikalabs/tergum
v0.36.0-dev-1
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
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
v0.33.0
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
v0.32.0-dev-2
Changelog
- 260076d feat(backup/source/dir): Add IgnoreFailedRead to Dir source
v0.32.0-dev-1
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
v0.31.0
v0.31.0-dev-1
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