• v0.0.1 c5a19176b0

    v0.0.1
    All checks were successful
    Go build / build (push) Successful in 5m14s
    Stable

    prskr released this 2023-12-12 20:23:03 +00:00 | 34 commits to main since this release

    Changelog

    • 803f52b Add basic Redis checks
    • 2d4cfc0 Add renovate.json
    • 4c2aa96 Implement config reading
    • a2fee6d Initial commit
    • 1b4f632 Merge pull request #1 from baez90/renovate/configure
    • 3512532 Merge pull request #10 from baez90/renovate/github.com-alecthomas-participle-v2-2.x
    • b718d6c Merge pull request #12 from baez90/renovate/github.com-jackc-pgx-v5-5.x
    • a6c7bf4 Merge pull request #13 from baez90/renovate/golang.org-x-exp-digest
    • 87211eb Merge pull request #14 from baez90/renovate/github.com-jackc-pgx-v5-5.x
    • 770cf24 Merge pull request #15 from baez90/renovate/golang.org-x-exp-digest
    • aef68d5 Merge pull request #16 from baez90/renovate/golang.org-x-sync-digest
    • b49119e Merge pull request #18 from baez90/renovate/github.com-jackc-pgx-v5-5.x
    • ba80af3 Merge pull request #22 from baez90/renovate/golang.org-x-exp-digest
    • b5f6af3 Merge pull request #23 from baez90/renovate/github.com-jackc-pgx-v5-5.x
    • 41550ad Merge pull request #24 from baez90/renovate/golang.org-x-sync-digest
    • c85c4f3 Merge pull request #4 from baez90/renovate/go.uber.org-zap-1.x
    • e725986 Merge pull request #6 from baez90/renovate/golang.org-x-exp-digest
    • c070cb6 Merge pull request #8 from baez90/renovate/goreleaser-goreleaser-action-3.x
    • 81b65b4 Prepare API
    • ec23ab2 Update golang.org/x/exp digest to 145caa8
    • 22e1d2e Update golang.org/x/exp digest to 439092d
    • a20d0c1 Update golang.org/x/exp digest to 79cabaa
    • b9a9339 Update golang.org/x/exp digest to a9213ee
    • 80d5930 Update golang.org/x/exp digest to b0d7811
    • 47b0dfe Update golang.org/x/sync digest to 886fb93
    • 62c5819 Update golang.org/x/sync digest to f12130a
    • 7bd25a0 Update goreleaser/goreleaser-action action to v3
    • 3ebc2a6 Update module github.com/alecthomas/participle/v2 to v2.0.0-beta.1
    • 60b3f8a Update module github.com/jackc/pgx/v5 to v5.0.0
    • e6fdba2 Update module github.com/jackc/pgx/v5 to v5.0.0-alpha.4
    • 4ad7551 Update module github.com/jackc/pgx/v5 to v5.0.0-alpha.5
    • 908f120 Update module github.com/jackc/pgx/v5 to v5.0.0-beta.3
    • f6a16cb Update module github.com/jackc/pgx/v5 to v5.0.0-beta.5
    • 6c5501c Update module github.com/testcontainers/testcontainers-go to v0.14.0
    • a5a76a3 Update module go.uber.org/zap to v1.21.0
    • 15b17de chore(ci): add Docker-in-Docker sidecar
    • 9371a2f chore(ci): remove Concourse config
    • e48076f chore(ci): restore cache while code checkout
    • ebd0729 chore(ci): switch to Gitea actions
    • 6c3a7fe chore(deps): update Docker
    • adefce5 chore(deps): update actions/checkout action to v4
    • 630708c chore(deps): update actions/setup-go action to v5
    • 89d9a04 chore(deps): update dependencies
    • 3b4b45d chore(deps): update deps
    • 212f94b chore(deps): update golang.org/x/exp
    • 2a3945e chore(deps): update goreleaser/goreleaser-action action to v5
    • fc895ec chore: cleanup, add docs, refactor some quirks and prepare release
    • 0faff1d chore: cleanup, add docs, refactor some quirks and prepare release
    • 3139e11 chore: cleanup, add docs, refactor some quirks and prepare release
    • b250a51 chore: remove cache attempt
    • 41e4508 chore: update deps
    • 070944e chore: update to Go 1.19
    • 0010f87 chore: upgrade to moved redis client github.com/redis/go-redis
    • f8e9d85 ci: add simple Agola config
    • 138a49c feat(ci): add renovate bot
    • 8044542 feat(ci): add test task
    • 3933110 feat(ci): cache Go deps
    • 92e334d feat(ci): display test results in drone
    • 26bac51 feat(ci): move to Drone CI
    • 45b0f98 feat(ci): report status to Gitea
    • 66e15e7 feat(ci): use custom renovate image
    • c5a1917 feat(ci): use ko for image builds
    • f9e3c2f feat(protocols): add basic HTTP checks
    • ccb03d6 feat(protocols): add basic SQL checks and rows validation
    • 6ce1426 feat(validation): add generic validator framework
    • 59d2d26 feat: add concourse pipeline
    • af44987 feat: add retry-behavior based on attempts
    • 9791e9f feat: refactor to server and exec-check subcommands
    • 4a9148a fix(ci): branch tracker pipeline
    • db79c61 fix(ci): move branch pipelines in matching sub-dir
    • f87a2fb fix(ci): only run housekeeping pipeline in cron
    • ef20ec8 fix(ci): renovate pipeline
    • 5a82043 fix(deps): update golang.org/x/exp digest to 44a13b0
    • 9ac9f34 fix(deps): update golang.org/x/exp digest to 5e25df0
    • 7b93d31 fix(deps): update golang.org/x/exp digest to 8879d01
    • ce68ec2 fix(deps): update golang.org/x/exp digest to a684f29
    • 7f14912 fix(deps): update golang.org/x/exp digest to c76eaa3
    • e9334cc fix(deps): update golang.org/x/exp digest to c95f2b4
    • a245fd3 fix(deps): update golang.org/x/sync digest to 7f9b162
    • 47b03f7 fix(deps): update module github.com/alecthomas/participle/v2 to v2.0.0
    • 14d3c6d fix(deps): update module github.com/alecthomas/participle/v2 to v2.1.1
    • 286963b fix(deps): update module github.com/go-redis/redis/v8 to v9
    • 0f92e3e fix(deps): update module github.com/go-sql-driver/mysql to v1.7.0
    • ce1b18f fix(deps): update module github.com/google/uuid to v1.4.0
    • 42b75a0 fix(deps): update module github.com/jackc/pgx/v5 to v5.2.0
    • 517b7f1 fix(deps): update module github.com/jackc/pgx/v5 to v5.3.0
    • fef3130 fix(deps): update module github.com/jackc/pgx/v5 to v5.3.1
    • 9dbc236 fix(deps): update module github.com/jackc/pgx/v5 to v5.5.1
    • a42d9ef fix(deps): update module github.com/magefile/mage to v1.15.0
    • e34cbb9 fix(deps): update module github.com/maxatome/go-testdeep to v1.13.0
    • 864863b fix(deps): update module github.com/redis/go-redis/v9 to v9.0.3
    • c23e371 fix(deps): update module github.com/redis/go-redis/v9 to v9.0.4
    • 9c8692c fix(deps): update module github.com/testcontainers/testcontainers-go to v0.17.0
    • d8079d0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.18.0
    • b53280b fix(deps): update module github.com/testcontainers/testcontainers-go to v0.26.0
    • a51563c fix(deps): update module github.com/urfave/cli/v2 to v2.26.0
    • c9f64da fix(deps): update module go.uber.org/multierr to v1.9.0
    • d9910f9 fix(deps): update module go.uber.org/zap to v1.24.0
    • f8eea94 fix(deps): update module golang.org/x/sync to v0.1.0
    • c4f9d03 fix(deps): update module golang.org/x/sync to v0.2.0
    • d72182d fix(deps): update module golang.org/x/sync to v0.3.0
    • df6f6d5 fix(lint): clean linter issues
    • 8a84c12 fix(parser): fix test cases
    • 6006f6f fix: add missing replace directove for testcontainers
    • a52d13e fix: branch tracker pipeline
    • b407ad3 fix: increase testcontainer creation timeout
    • b81c377 fix: lint pipeline
    • c4d0f61 fix: split validate pipeline in multiple jobs
    • 2134fae fix: wait only for port for sql server
    • 2abdd56 refactor(ci): update dind image
    • 7dbb856 refactor(sql): replace multierr with errors.Join
    • 1b005c3 refactor: fix golangci-lint findings
    • 25e070c refactor: migrate to new Git infrastructure
    • c52912c refactor: migrate to new Gitea URL
    • 83c7aac refactor: remove status reporting from magefiles
    Downloads