Skip to content

Releases: sikalabs/tergum

v0.9.0-dev-2

21 Aug 12:36
f5d82fd
Compare
Choose a tag to compare
v0.9.0-dev-2 Pre-release
Pre-release

Changelog

f5d82fd refactor(cmd): Use cobra instead of flags
503c57a refactor: move tergum2 (new implementation) to project root & tergum1 to src1
6c4ce2e feat(v2): Add config schema version validation
a0f9145 refactor: Rewrite notifications (former alert) funtionality to tergum2 (new clean implementation)
17e29ad fix(v2): Exit(1) when config validation failed
47d79d0 refactor: Rewrite baclup log funtionality to tergum2 (new clean implementation)
1459ee7 refactor: Rewrite base backup funtionality to tergum2 (new clean implementation)
fab94fd fix(misc/docker/minio): Add static console port

Docker images

  • docker pull sikalabs/tergum:v0.9.0-dev-2-arm64v8
  • docker pull sikalabs/tergum:v0.9.0-dev-2

v0.9.0-dev-1

21 Aug 00:29
e4539c3
Compare
Choose a tag to compare
v0.9.0-dev-1 Pre-release
Pre-release

Changelog

e4539c3 chore(goreleaser): Add pre-releases, docker images, brew tergum-edge
fb0cb42 feat(docker): Add Dockerfiles
131ecf1 feat: Add -v for print version
923266e VERSION v0.9.0-dev
9edcb68 docs(README): Check Postgres backend in Current Project State
0fceb48 docs(README): Add docs for Postgres backend
f959fc3 feat(misc/example/config): Add Postgres example to tergum-local.json
9965f56 feat(backend/postgres): Add Postgres (pg_dump) backend
d4732bb feat(misc/docker/postgres): Add Postgres for backup testing
5d9c2d5 feat: Add optional Tergum2 implementation
dad80cf refactor: Move flags to main package (prepare for Tergum2)
2b86b97 refactor: Move old sources to ./tergum1 dir
7354944 docs: Add MongoDB driver to roadmap

Docker images

  • docker pull sikalabs/tergum:v0.9.0-dev-1
  • docker pull sikalabs/tergum:v0.9.0-dev-1-arm64v8

v0.8.0

20 Jul 14:09
0d8d1ae
Compare
Choose a tag to compare

Changelog

0d8d1ae docs: Add gzip middleware to README, VERSION v0.8.0
37b3675 feat: Add support for middlewares & gzip middleware
d4f7f2e docs(README): Add description of config file
e95735f docs(README): Add Basic Config Structure
ff6b992 docs(README): Add Current Project State
30cc333 docs(README): Write some basic docs
ab69126 docs(README): Add SikaLabs header
0715457 feat(github/funding): Add Github Sponsors
bdb01ba [auto] refactor: go mod tidy
5e49c95 feat(Makefile): Add target commit-go-mod-tidy

v0.7.5

26 May 18:02
bd87a7c
Compare
Choose a tag to compare

Changelog

bd87a7c feat(alerting/email): Send table in html (pre), VERSION v0.7.5
e950a16 feat: Update ondrejsika/gosendmail to v0.3.0

v0.7.4

26 May 17:31
9b3801b
Compare
Choose a tag to compare

Changelog

9b3801b feat(mysql): Add support for mysqldumpExtraArgs, VERSIONS v0.7.4
ba6dd18 fix: Add seed for random library
043171e fix: dont continue with save backups if backup failed

v0.7.3

26 May 16:58
f7a8b3a
Compare
Choose a tag to compare

Changelog

f7a8b3a fix: Log if send mail fails, VERSION v0.7.3

v0.7.2

26 May 16:38
8c9dc63
Compare
Choose a tag to compare

Changelog

9a24ae0 feat(goreleaser): Clean dist befre run (hook)
1c6f218 style(gitignore): Ignore dist (for Goreleaser)

v0.7.1

26 May 16:26
0d8fed0
Compare
Choose a tag to compare

Changelog

de39876 feat(goreleaser): Add Goreleaser
c06d2b7 [auto] refactor: go mod tidy