Releases: updatecli/udash
Releases · updatecli/udash
v0.7.0
Changes
🚀 Features
🧰 Maintenance
- deps: Bump Golang version to 1.23.3 @updateclibot (#129)
- chore(deps): bump actions/add-to-project from 0.5.0 to 1.0.2 @dependabot (#118)
- deps(go): bump module github.com/updatecli/updatecli @updateclibot (#126)
- chore(deps): bump actions/setup-go from 4 to 5 @dependabot (#124)
Contributors
@dependabot, @dependabot[bot], @olblak, @updateclibot and @updateclibot[bot]
v0.6.0
Changes
- feat: allow to disable database migration
- feat: return reports based on time instead of limit of 1000
- feat: add endpoint to return scm summary information
🧰 Maintenance
- chore(deps): bump golangci/golangci-lint-action from 3 to 6 @dependabot (#119)
- chore(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#121)
- chore(deps): bump tibdex/github-app-token from 1.8 to 2.1 @dependabot (#55)
- chore(deps): bump docker/login-action from 2 to 3 @dependabot (#54)
- deps: bump golangci-lint to v1.61.0 @updateclibot (#102)
Contributors
@dependabot, @dependabot[bot], @olblak, @updateclibot and @updateclibot[bot]
v0.5.0
IMPORTANT: This project is not yet semver compliant and introduce breaking changes between version
Changes
🧰 Maintenance
- deps(go): bump module github.com/fsnotify/fsnotify @updateclibot (#115)
- deps(go): bump module github.com/updatecli/updatecli @updateclibot (#109)
- deps: bump golangci-lint to v1.58.2 @updateclibot (#99)
- deps: bump golangci-lint to v1.58.0 @updateclibot (#97)
- deps: bump golangci-lint to v1.57.2 @updateclibot (#92)
- deps(updatecli/policies): bump all policies @updateclibot (#93)
Contributors
@olblak, @updateclibot and @updateclibot[bot]
v0.4.1
Changes
🧰 Maintenance
- deps(golang): Bump Minor version for Golang module @updateclibot (#88)
- deps: bump golangci-lint to v1.57.1 @updateclibot (#83)
- deps(updatecli/policies): bump all policies @updateclibot (#84)
- feat: move updatecli manifest to update-compose.yaml @olblak (#82)
- chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 @dependabot (#76)
- deps: Bump Golang version to 1.22.1 @updateclibot (#74)
- fix: updatecli policy for golang @olblak (#73)
- [updatecli] Bump Golang version to 1.22.1 @updateclibot (#69)
- chore(deps): bump actions/checkout from 3 to 4 @dependabot (#49)
- Bump github.com/updatecli/updatecli from 0.57.0 to 0.58.0 @dependabot (#47)
- Bump github.com/google/uuid from 1.3.0 to 1.3.1 @dependabot (#48)
- Bump github.com/updatecli/updatecli from 0.56.0 to 0.57.0 @dependabot (#42)
- Bump Patch version for Golang module @updateclibot (#38)
- Bump Minor version for Golang module @updateclibot (#37)
- Bump Minor version for Golang module @updateclibot (#33)
- [updatecli] Bump Golang version to 1.20.7 @updateclibot (#34)
- Bump Patch version for Golang module @updateclibot (#29)
- Add udash to workflow @olblak (#25)
- Bump updatecli/updatecli-action from 2.33.0 to 2.34.0 @dependabot (#24)
Contributors
, @dependabot, @dependabot[bot], @olblak, @updateclibot and @updateclibot[bot]
v0.4.0
v0.3.0
v0.2.0
Changes
- [updatecli] Bump Golang version to 1.20.6 @updateclibot (#20)
- [updatecli] Bump Golang version to 1.20.5 @updateclibot (#17)
🧰 Maintenance
- Bump github.com/golang-migrate/migrate/v4 from 4.16.0 to 4.16.2 @dependabot (#12)
- Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.4.2 @dependabot (#21)
- Bump updatecli/updatecli-action from 2.32.0 to 2.33.0 @dependabot (#19)
- Bump github.com/spf13/viper from 1.15.0 to 1.16.0 @dependabot (#10)
Contributors
@dependabot, @dependabot[bot], @olblak and @updateclibot
v0.1.1
v0.1.0
Changelog
- 701f587 Merge pull request #3 from olblak/dependabot/github_actions/actions/setup-go-4
- ac8e39b Merge pull request #1 from olblak/dependabot/github_actions/tibdex/github-app-token-1.8
- f848cea Merge pull request #2 from olblak/dependabot/github_actions/updatecli/updatecli-action-2.29.0
- 2d3e78e Merge pull request #4 from olblak/dependabot/github_actions/actions/add-to-project-0.5.0
- 6d7d8bd Merge pull request #6 from olblak/dependabot/go_modules/github.com/lib/pq-1.10.9
- 1209ead Add updatecli manifest
- a36a12c remove dist directory
- 4120775 remove codeql
- 617e3cb Bump github.com/lib/pq from 1.10.0 to 1.10.9
- 1ef4e65 Bump actions/add-to-project from 0.4.0 to 0.5.0
- c3ee41e Bump actions/setup-go from 3 to 4
- 8261665 Bump updatecli/updatecli-action from 2.16.2 to 2.29.0
- cdfe92b Bump tibdex/github-app-token from 1.7 to 1.8
- d1dc337 Add github workflow
- 4d217bd ignore dist directory
- 0ee0297 Increase number of pipeline result returned to 1000
- 2ab289e remove signingkey setting
- abf1329 Remove db setting from Makefile
- a75f165 Add result to fake data.json
- ffea38d Add JWT authentication support
- 5d325bf findAll do not return the entire json data
- b8fa349 refactor backend
- ca4c4c2 cleanup db migration
- dd2eeb7 Add target to generate fake data
- c03dcc4 Use uuid for id
- df13493 Init project
- dd4157f Initial commit