Releases: go-vela/server
v0.13.1
What's Changed
No code changes between v0.13.0 and v0.13.1. This release was created to produce new artifacts using a newer version of Go (v1.17.9) which contains a few security fixes. See the Go v1.17.9 milestone for details.
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- fix(deps): update go.starlark.net commit hash to bb14e15 by @renovate in #581
- fix(build)!: increase error limit to 1000 by @ecrupper in #584
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.3.0 by @renovate in #583
- fix(deps): update go.starlark.net commit hash to c55a923 by @renovate in #585
- fix(deps): update deps (patch) by @renovate in #587
- enhance: inform user what to do when the version property is missing by @colindean in #577
- fix(secrets): reject whitespace value secrets by @ecrupper in #588
- fix(deps): update module gorm.io/driver/postgres to v1.3.1 by @renovate in #591
- fix(deps): update module k8s.io/apimachinery to v0.23.4 by @renovate in #589
- fix(deps): update module gorm.io/driver/sqlite to v1.3.1 by @renovate in #592
- enhance(api/build): adding the ability to search builds within time constraints by @ecrupper in #586
- fix(deps): update go.starlark.net commit hash to 243c749 by @renovate in #595
- fix(deps): update module github.com/aws/aws-sdk-go to v1.43.10 by @renovate in #602
- fix(api/secret): get rid of whitespace check for secret updating by @ecrupper in #598
- chore(deps): update actions/checkout action to v3 by @renovate in #604
- refactor: docs for local setup by @jbrockopp in #594
- fix(deps): update golang.org/x/oauth2 commit hash to ee48083 by @renovate in #601
- fix(deps): update go.starlark.net commit hash to 5411bad by @renovate in #600
- chore: Update golangci-linter config and clean repo by @kaymckay in #605
- fix(deps): update module github.com/hashicorp/vault/api to v1.4.1 by @renovate in #596
- fix(types): update types and fix tests by @wass3r in #609
- chore: Update contributing.md to link guidelines by @kaymckay in #606
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.0 by @renovate in #610
- feat(templates): add support for stages by @JordanSussman in #597
- enhance: add local template support for CompileLite() by @jbrockopp in #608
- chore(release): updates for v0.13.0-rc2 by @KellyMerrick in #613
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.4.0 by @renovate in #614
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.19.0 by @renovate in #612
- chore(release): dependency updates for v0.13.0 by @KellyMerrick in #618
New Contributors
- @colindean made their first contribution in #577
Full Changelog: v0.12.0...v0.13.0
v0.13.0-rc2
What's Changed
- chore: Update contributing.md to link guidelines by @kaymckay in #606
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.0 by @renovate in #610
- feat(templates): add support for stages by @JordanSussman in #597
- enhance: add local template support for CompileLite() by @jbrockopp in #608
- chore(release): updates for v0.13.0-rc2 by @KellyMerrick in #613
Full Changelog: v0.13.0-rc1...v0.13.0-rc2
v0.13.0-rc1
What's Changed
- fix(deps): update go.starlark.net commit hash to bb14e15 by @renovate in #581
- fix(build)!: increase error limit to 1000 by @ecrupper in #584
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.3.0 by @renovate in #583
- fix(deps): update go.starlark.net commit hash to c55a923 by @renovate in #585
- fix(deps): update deps (patch) by @renovate in #587
- enhance: inform user what to do when the version property is missing by @colindean in #577
- fix(secrets): reject whitespace value secrets by @ecrupper in #588
- fix(deps): update module gorm.io/driver/postgres to v1.3.1 by @renovate in #591
- fix(deps): update module k8s.io/apimachinery to v0.23.4 by @renovate in #589
- fix(deps): update module gorm.io/driver/sqlite to v1.3.1 by @renovate in #592
- enhance(api/build): adding the ability to search builds within time constraints by @ecrupper in #586
- fix(deps): update go.starlark.net commit hash to 243c749 by @renovate in #595
- fix(deps): update module github.com/aws/aws-sdk-go to v1.43.10 by @renovate in #602
- fix(api/secret): get rid of whitespace check for secret updating by @ecrupper in #598
- chore(deps): update actions/checkout action to v3 by @renovate in #604
- refactor: docs for local setup by @jbrockopp in #594
- fix(deps): update golang.org/x/oauth2 commit hash to ee48083 by @renovate in #601
- fix(deps): update go.starlark.net commit hash to 5411bad by @renovate in #600
- chore: Update golangci-linter config and clean repo by @kaymckay in #605
- fix(deps): update module github.com/hashicorp/vault/api to v1.4.1 by @renovate in #596
- fix(types): update types and fix tests by @wass3r in #609
New Contributors
- @colindean made their first contribution in #577
Full Changelog: v0.12.0...v0.13.0-rc1
v0.12.2
What's Changed
No code changes between v0.12.1 and v0.12.2. This release was created to produce new artifacts using a newer version of Go (v1.17.9) which contains a few security fixes. See the Go v1.17.9 milestone for details.
Full Changelog: v0.12.1...v0.12.2
v0.12.1
v0.12.0
What's Changed
- fix(deps): update deps (patch) by @renovate in #532
- fix(deps): update module gorm.io/gorm to v1.22.3 by @renovate in #533
- enhance: setting version information by @jbrockopp in #534
- feat: add sync repos endpoint by @ecrupper in #508
- fix(deps): update module k8s.io/apimachinery to v0.22.4 by @renovate in #535
- refactor!: rename the source package to scm by @kneal in #536
- fix(deps): update deps (patch) by @renovate in #537
- feat(secrets)!: adding new metadata to secrets by @ecrupper in #526
- fix(deps): update module github.com/gin-gonic/gin to v1.7.7 by @renovate in #538
- feat: adding new sync api to mock server for testing by @ecrupper in #539
- fix(debug): remove debug print message by @wass3r in #541
- fix(deps): update module gorm.io/driver/postgres to v1.2.3 by @renovate in #543
- fix(deps): update module gorm.io/gorm to v1.22.4 by @renovate in #544
- enhancement(queue): don't inject default route by @wass3r in #540
- refactor(api/pipeline): collapsed common code snippets into helper functions by @GregoryDosh in #478
- fix(deps): update golang.org/x/oauth2 commit hash to d3ed0bb by @renovate in #546
- feat: add index on builds.created by @dtanner in #545
- fix(deps): update module github.com/aws/aws-sdk-go to v1.42.19 by @renovate in #547
- fix(deps): update go.starlark.net commit hash to 70c0e40 by @renovate in #548
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.2.0 by @renovate in #549
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.17.0 by @renovate in #554
- chore: put sync and sync all in a new scm folder by @ecrupper in #550
- fix(deps): update module k8s.io/apimachinery to v0.23.0 by @renovate in #553
- chore(deps): update go to 1.17 by @wass3r in #561
- fix(deps): update module github.com/spf13/afero to v1.7.0 by @renovate in #559
- enhance: use package loggers with fields by @jbrockopp in #555
- enhance: use log fields with API metadata by @jbrockopp in #557
- feat(stage): add environment map by @ecrupper in #552
- fix(deps): update deps (patch) by @renovate in #563
- fix(deps): update module github.com/spf13/afero to v1.8.0 by @renovate in #564
- chore(github): update go-github to latest version (v42) by @ecrupper in #569
- docs(api): document active filter by @wass3r in #565
- feat(repo)!: add build rate limiting by @jbrockopp in #558
- chore: update copyright year to 2022 by @kaymckay in #571
- feat(repo/webhook)!: Handle Repository Rename in Database by @ecrupper in #556
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.18.0 by @renovate in #572
- fix(deps): update module github.com/prometheus/client_golang to v1.12.0 by @renovate in #573
- enhance: allow user to query build via commit hash by @srinunagulapalli in #568
- fix(enqueue): add db updates for enqueue events by @wass3r in #562
- fix(secret/vault): update strategy to refresh token by @jbrockopp in #570
- chore(release): v0.12.0-rc1 by @wass3r in #576
- fix(secrets): actually set updated_at and updated_by fields by @ecrupper in #578
- fix(deps): update deps (patch) by @renovate in #579
- chore: update clone image to latest by @wass3r in #580
- chore(release): v0.12.0 by @wass3r in #582
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.12.0-rc3
What's Changed
- fix(deps): update deps (patch) by @renovate in #579
- chore: update clone image to latest by @wass3r in #580
Full Changelog: v0.12.0-rc2...v0.12.0-rc3
v0.12.0-rc2
What's Changed
Full Changelog: v0.12.0-rc1...v0.12.0-rc2
v0.12.0-rc1
What's Changed
- fix(deps): update deps (patch) by @renovate in #532
- fix(deps): update module gorm.io/gorm to v1.22.3 by @renovate in #533
- enhance: setting version information by @jbrockopp in #534
- feat: add sync repos endpoint by @ecrupper in #508
- fix(deps): update module k8s.io/apimachinery to v0.22.4 by @renovate in #535
- refactor!: rename the source package to scm by @kneal in #536
- fix(deps): update deps (patch) by @renovate in #537
- feat(secrets)!: adding new metadata to secrets by @ecrupper in #526
- fix(deps): update module github.com/gin-gonic/gin to v1.7.7 by @renovate in #538
- feat: adding new sync api to mock server for testing by @ecrupper in #539
- fix(debug): remove debug print message by @wass3r in #541
- fix(deps): update module gorm.io/driver/postgres to v1.2.3 by @renovate in #543
- fix(deps): update module gorm.io/gorm to v1.22.4 by @renovate in #544
- enhancement(queue): don't inject default route by @wass3r in #540
- refactor(api/pipeline): collapsed common code snippets into helper functions by @GregoryDosh in #478
- fix(deps): update golang.org/x/oauth2 commit hash to d3ed0bb by @renovate in #546
- feat: add index on builds.created by @dtanner in #545
- fix(deps): update module github.com/aws/aws-sdk-go to v1.42.19 by @renovate in #547
- fix(deps): update go.starlark.net commit hash to 70c0e40 by @renovate in #548
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.2.0 by @renovate in #549
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.17.0 by @renovate in #554
- chore: put sync and sync all in a new scm folder by @ecrupper in #550
- fix(deps): update module k8s.io/apimachinery to v0.23.0 by @renovate in #553
- chore(deps): update go to 1.17 by @wass3r in #561
- fix(deps): update module github.com/spf13/afero to v1.7.0 by @renovate in #559
- enhance: use package loggers with fields by @jbrockopp in #555
- enhance: use log fields with API metadata by @jbrockopp in #557
- feat(stage): add environment map by @ecrupper in #552
- fix(deps): update deps (patch) by @renovate in #563
- fix(deps): update module github.com/spf13/afero to v1.8.0 by @renovate in #564
- chore(github): update go-github to latest version (v42) by @ecrupper in #569
- docs(api): document active filter by @wass3r in #565
- feat(repo)!: add build rate limiting by @jbrockopp in #558
- chore: update copyright year to 2022 by @kaymckay in #571
- feat(repo/webhook)!: Handle Repository Rename in Database by @ecrupper in #556
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.18.0 by @renovate in #572
- fix(deps): update module github.com/prometheus/client_golang to v1.12.0 by @renovate in #573
- enhance: allow user to query build via commit hash by @srinunagulapalli in #568
- fix(enqueue): add db updates for enqueue events by @wass3r in #562
- fix(secret/vault): update strategy to refresh token by @jbrockopp in #570
- chore(release): v0.12.0-rc1 by @wass3r in #576
New Contributors
Full Changelog: v0.11.0...v0.12.0-rc1