v0.3.1
What's Changed
This release, alongside what's listed below, also contains a change to how k6 processes are managed. There is now a limit of 1000 parallel k6 runs. This should not cause any breakage and so this is just a minor release. Please refer to the README for details on how to configure this limit.
- Bump actions/setup-go from 4 to 5 by @dependabot in #99
- Bump alpine from 3.18 to 3.19 by @dependabot in #100
- docs: Add information about release process by @zerok in #96
- Bump k8s.io/client-go from 0.28.4 to 0.29.0 by @dependabot in #102
- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #105
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #106
- Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 by @dependabot in #107
- Bump golang from 1.21.5-alpine to 1.21.6-alpine by @dependabot in #108
- Bump k8s.io/apimachinery from 0.29.0 to 0.29.1 by @dependabot in #109
- Bump k8s.io/api from 0.29.0 to 0.29.1 by @dependabot in #111
- Bump k8s.io/client-go from 0.29.0 to 0.29.1 by @dependabot in #110
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #112
- Bump golang from 1.21.6-alpine to 1.22.0-alpine by @dependabot in #114
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #113
- Bump k8s.io/client-go from 0.29.1 to 0.29.2 by @dependabot in #116
- Bump github.com/slack-go/slack from 0.12.3 to 0.12.4 by @dependabot in #115
- Bump github.com/slack-go/slack from 0.12.4 to 0.12.5 by @dependabot in #119
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #120
- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #121
- Bump golang from 1.22.0-alpine to 1.22.1-alpine by @dependabot in #122
- Bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #125
- Bump golang from 1.22.1-alpine to 1.22.2-alpine by @dependabot in #129
- Remove apiGroup for ServiceAccount RoleBinding subject by @jack1902 in #127
- feat: Generate linux/amd64 and linux/arm64 images by @zerok in #130
- fix: Docker workflow dependencies were not met by @zerok in #131
- Bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #133
- Bump docker/setup-buildx-action from 3.0.0 to 3.3.0 by @dependabot in #134
- Bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in #135
- Bump actions/download-artifact from 4.1.4 to 4.1.6 by @dependabot in #136
- Bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot in #137
- Group kubernetes updates by @julienduchesne in #141
- Bump actions/download-artifact from 4.1.6 to 4.1.7 by @dependabot in #142
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #143
- Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #145
- Bump the k8s-io group with 3 updates by @dependabot in #144
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #147
- Bump golang from 1.22.2-alpine to 1.22.3-alpine by @dependabot in #148
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #146
- chore(deps): bump the k8s-io group with 3 updates by @dependabot in #149
- chore(deps): bump github.com/slack-go/slack from 0.12.5 to 0.13.0 by @dependabot in #150
- chore(deps): bump alpine from 3.19 to 3.20 by @dependabot in #151
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #155
- chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 by @dependabot in #156
- chore(deps): bump golang from 1.22.3-alpine to 1.22.4-alpine by @dependabot in #157
- chore(deps): bump the k8s-io group with 3 updates by @dependabot in #158
- chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 by @dependabot in #159
- chore(deps): bump docker/build-push-action from 6.0.0 to 6.1.0 by @dependabot in #160
- fix: Register processes for cleanup by @zerok in #153
- fix: Clean up process context if available by @zerok in #161
- dependabot: Group GitHub Actions updates by @iainlane in #169
- chore(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine by @dependabot in #163
- chore(deps): bump the actions group with 5 updates by @dependabot in #171
- chore: Refactor launchHandler.ServeHTTP by @zerok in #162
- docs: Document max-concurrent-tests by @zerok in #172
New Contributors
Full Changelog: v0.2.2...v0.3.0