Releases: grafana/k6build
Releases · grafana/k6build
v0.5.11
v0.5.10
What's Changed
- initial implementation performance test by @pablochacin in #174
- downgrade prometheus by @pablochacin in #183
Full Changelog: v0.5.9...v0.5.10
v0.5.9
What's Changed
Fixes
- fix cgo enabled setting by @pablochacin in #173
Chores
- Bump the aws group across 1 directory with 3 updates by @dependabot in #169
- Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #168
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.1 to 1.78.2 in the aws group by @dependabot in #171
- Bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 by @dependabot in #167
- Bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot in #164
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
Enhancements
- get catalog on each build by @pablochacin in #161
Fixes
- retract v0.5.7 by @pablochacin in #17 (corrupted cache entry)
Chores
- Refactor logic for starting servers by @pablochacin in #163
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
Enhancements
- Graceful shutdowns by @olegbespalov in #151
- Retry object creation conflict by @pablochacin in #153
Fixes
- decode s3 object checksum by @pablochacin in #160
Chores
- refactor builder by @pablochacin in #152
- Bump the aws group with 3 updates by @dependabot in #156
- Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #158
- Bump github.com/grafana/k6foundry from 0.4.4 to 0.4.5 by @dependabot in #159
- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #157
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
Fixes
- fix: request and build time metrics mixup by @pablochacin in #146
Chores
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.76.0 to 1.77.0 in the aws group by @dependabot in #141
- Bump github.com/grafana/k6foundry from 0.4.2 to 0.4.4 by @dependabot in #147
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #148
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
Enhancements
- add liveness probe by @pablochacin in #132
Fixes
- return consistent version for hash builds by @pablochacin in #138
Chores
- Bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #122
- update k6foundry v0.4.0 by @pablochacin in #129
- Bump the aws group with 3 updates by @dependabot in #127
- Bump github.com/grafana/k6foundry from 0.4.0 to 0.4.2 by @dependabot in #136
- Bump the aws group with 3 updates by @dependabot in #134
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
Features and enhancements
- add request duration metric by @pablochacin in #120
- refactor test env setup into testutils package by @pablochacin in #118. This utility package can be used for setting up integration tests using k6builder
chores
- update k6foundry v0.3.1 by @pablochacin in #117
- Bump the aws group with 3 updates by @dependabot in #123
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
Breaking changes
- remove path from store endpoint config by @pablochacin in #115 This change requires changes in the configuration of the store URL for the builder service to remove the trailing
/store
component of the URL.
Code enhancements
- Harden HTTP requests by @pablochacin in #106
- add custom build metrics by @pablochacin in #90
- Cgo support by @pablochacin in #97
Chores
- move builder test to its package by @pablochacin in #107
- Mock k6foundry by @pablochacin in #110
- Add integration tests by @pablochacin in #113
- fix build server endpoint in API documentation by @pablochacin in #108
- Bump the aws group with 3 updates by @dependabot in #111
- fix comments in integration tests by @pablochacin in #114
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
Breaking changes
- Don't override server URL path by @pablochacin in #100. This change breaks the compatibility between client/server and requires re-deploying build service.
fixes
- decode response only if status is ok by @pablochacin in #101
Full Changelog: v0.5.1...v0.5.2