Releases: go-vela/server
Releases · go-vela/server
v0.26.0-rc4
What's Changed
- fix(build): ensure count/pagination links account for filter/query params by @wass3rw3rk in #1242
Full Changelog: v0.26.0-rc3...v0.26.0-rc4
v0.26.0-rc3
What's Changed
Full Changelog: v0.26.0-rc2...v0.26.0-rc3
v0.26.0-rc2
What's Changed
- fix(deployment): use Config instead of ConfigBackoff when fetching deploy config by @ecrupper in #1239
Full Changelog: v0.26.0-rc1...v0.26.0-rc2
v0.26.0-rc1
What's Changed
- refactor(deployment): use server API types for deployment by @ecrupper in #1197
- fix(compiler): add instance only when metadata is not nil by @ecrupper in #1201
- refactor(pipeline): use server API types for pipeline and migrate compiler types by @ecrupper in #1200
- fix(oidc): image parse sha support by @plyr4 in #1207
- refactor(secret): use server API types for secret by @ecrupper in #1209
- refactor(steps/services): use server API types for steps and services by @ecrupper in #1210
- fix(mock): use correct api pkg for secret by @ecrupper in #1211
- fix: use compiler type for API secret Match by @ecrupper in #1212
- refactor: remove types dependency by @ecrupper in #1213
- feat: add sender rule for pipelines by @ecrupper in #1206
- chore(lint): add struct tag align rule by @ecrupper in #1216
- chore(lint): address existing linter issues by @ecrupper in #1218
- enhance(build)!: add fork field for OIDC by @ecrupper in #1221
- enhance(compiler): cache templates per compilation by @ecrupper in #1224
- feat: deployment config for expected params and targets by @ecrupper in #1214
- refactor(jsonschema): relocate schema generator by @wass3r in #1219
- feat: opt-in gh app integration by @plyr4 in #1217
- chore(yaml): add go-yaml types package by @ecrupper in #1225
- fix(deps): update module golang.org/x/crypto to v0.31.0 [security] by @renovate in #1226
- enhance(yaml): allow for users to set version legacy for buildkite by @ecrupper in #1230
- refactor(db/build): drop source index, add event index by @wass3rw3rk in #1228
- feat(repo)!: add pending approval timeout by @ecrupper in #1227
- enhance(yaml): silent fix anchor merges in YAML maps by @ecrupper in #1231
- fix(webhook): use correct repo variable for enqueue by @ecrupper in #1234
- feat(pipeline)!: add warnings to pipelines that use legacy YAML lib or have dupl anchors in map by @ecrupper in #1232
- feat: status endpoints by @plyr4 in #1235
- enhance(deploy): validate on CreateDeployment by @ecrupper in #1236
- enhance(metrics): include route specific queue length by @ecrupper in #1237
- fix(deps): update all non-major dependencies by @renovate in #1202
- chore(deps): update codecov/codecov-action action to v5 by @renovate in #1222
- fix(deps): update module github.com/google/go-github/v65 to v68 by @renovate in #1229
- chore: bump go by @wass3rw3rk in #1238
Full Changelog: v0.25.2...v0.26.0-rc1
v0.25.2
v0.25.1
v0.25.0
What's Changed
- fix(webhook): only send one response to client by @wass3r in #1154
- enhance: surface redis ping errors by @plyr4 in #1165
- enhance: supply parent context to scm funcs by @plyr4 in #1169
- refactor: use builtin min/max funcs by @wass3rw3rk in #1148
- enhance: supply parent context to all db calls by @plyr4 in #1168
- fix(db/types): add check before owner decrypt by @wass3r in #1166
- fix(api): return 404 when log doesn't exist by @wass3r in #1167
- fix: upgrade yaml library to go-yaml v3 over buildkite by @ecrupper in #1171
- enhance(mock): add admin key rotation by @ecrupper in #1174
- enhance(mock): add current user responses by @ecrupper in #1177
- enhance(oidc): add more claims by @JordanSussman in #1172
- fix: webhook race condition on hook creation by @jbrockopp in #1175
- fix(ci/deps): adjust renovate regex to auto-bump git image by @wass3r in #1173
- fix(swagger/oidc): fix swagger and oidc docs by @wass3r in #1159
- enhance: add a status call for failed compilation by @ecrupper in #1178
- fix: exit hook retry loop on success by @plyr4 in #1179
- feat(rulesets): add instance key to ruleset by @wsan3 in #1157
- feat: otel tracing by @JordanSussman in #899
- fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace to v0.44.0 [security] by @renovate in #1181
- fix(dasboards): remove deleted dashboards from users list by @KellyMerrick in #1182
- refactor(hook): nest API response and use Gorm preload to populate repo and build data by @ecrupper in #1147
- enhance(tracing): customizable tasks sampler by @plyr4 in #1184
- fix(api/dashboards): return empty list by @wass3rw3rk in #1185
- chore(tracing): better flag description wording by @plyr4 in #1186
- chore(tracing): rename cli key by @plyr4 in #1187
- chore: use go 1.23 and fix validate by @wass3rw3rk in #1188
- fix: set metadata when not provided by @plyr4 in #1189
- chore(config): migrate renovate config by @renovate in #1164
- chore(deps): update all non-major dependencies by @renovate in #1163
- fix(deps): update module github.com/google/go-github/v63 to v65 by @renovate in #1183
- chore: v0.25.0-rc1 bump deps by @plyr4 in #1191
- fix(dashboards): set name for deleted dashboard by @wass3rw3rk in #1193
- fix(templates): prevent nil panic by @wass3rw3rk in #1194
- fix(revert): yaml parser switch by @wass3rw3rk in #1195
- chore(deps): update all non-major dependencies by @renovate in #1190
- docs(api): fix badge swagger annotation by @wass3rw3rk in #1198
- chore(deps): update all non-major dependencies by @renovate in #1196
- chore: v0.25.0 by @wass3rw3rk in #1199
Full Changelog: v0.24.2...v0.25.0
v0.25.0-rc2
What's Changed
- fix(dashboards): set name for deleted dashboard by @wass3rw3rk in #1193
- fix(templates): prevent nil panic by @wass3rw3rk in #1194
- fix(revert): yaml parser switch by @wass3rw3rk in #1195
- chore(deps): update all non-major dependencies by @renovate in #1190
Full Changelog: v0.25.0-rc1...v0.25.0-rc2
v0.25.0-rc1
What's Changed
- fix(webhook): only send one response to client by @wass3r in #1154
- enhance: surface redis ping errors by @plyr4 in #1165
- enhance: supply parent context to scm funcs by @plyr4 in #1169
- refactor: use builtin min/max funcs by @wass3rw3rk in #1148
- enhance: supply parent context to all db calls by @plyr4 in #1168
- fix(db/types): add check before owner decrypt by @wass3r in #1166
- fix(api): return 404 when log doesn't exist by @wass3r in #1167
- fix: upgrade yaml library to go-yaml v3 over buildkite by @ecrupper in #1171
- enhance(mock): add admin key rotation by @ecrupper in #1174
- enhance(mock): add current user responses by @ecrupper in #1177
- enhance(oidc): add more claims by @JordanSussman in #1172
- fix: webhook race condition on hook creation by @jbrockopp in #1175
- fix(ci/deps): adjust renovate regex to auto-bump git image by @wass3r in #1173
- fix(swagger/oidc): fix swagger and oidc docs by @wass3r in #1159
- enhance: add a status call for failed compilation by @ecrupper in #1178
- fix: exit hook retry loop on success by @plyr4 in #1179
- feat(rulesets): add instance key to ruleset by @wsan3 in #1157
- feat: otel tracing by @JordanSussman in #899
- fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace to v0.44.0 [security] by @renovate in #1181
- fix(dasboards): remove deleted dashboards from users list by @KellyMerrick in #1182
- refactor(hook): nest API response and use Gorm preload to populate repo and build data by @ecrupper in #1147
- enhance(tracing): customizable tasks sampler by @plyr4 in #1184
- fix(api/dashboards): return empty list by @wass3rw3rk in #1185
- chore(tracing): better flag description wording by @plyr4 in #1186
- chore(tracing): rename cli key by @plyr4 in #1187
- chore: use go 1.23 and fix validate by @wass3rw3rk in #1188
- fix: set metadata when not provided by @plyr4 in #1189
- chore(config): migrate renovate config by @renovate in #1164
- chore(deps): update all non-major dependencies by @renovate in #1163
- fix(deps): update module github.com/google/go-github/v63 to v65 by @renovate in #1183
- chore: v0.25.0-rc1 bump deps by @plyr4 in #1191
Full Changelog: v0.24.2...v0.25.0-rc1
v0.24.2
What's Changed
- fix(oidc): add expected fields by @JordanSussman in #1156
- enhance(token): add info logging on created private key, debug for minted ID token by @ecrupper in #1155
- fix(webhook): use correct repo variable to populate client credentials by @ecrupper in #1162
- fix(api): add ref to dashboard build partial by @KellyMerrick in #1161
- enhance(oidc): provide support for custom issuer by @ecrupper in #1160
- chore(deps): update all non-major dependencies by @renovate in #1152
- fix(deps): update module github.com/google/go-github/v62 to v63 by @renovate in #1158
Full Changelog: v0.24.1...v0.24.2