Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions releases/v1.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Grafana **xk6** `v1.3.3` is here! 🎉

This is a patch release that addresses security vulnerabilities in dependencies and updates the Docker base image.

## Security

- Update gosec to v2.22.11 ([#403](https://github.com/grafana/xk6/pull/403))

## Dependencies

- Update golang.org/x/mod to v0.32.0 ([#407](https://github.com/grafana/xk6/pull/407))

## Docker

- Update Go version to 1.25.5-alpine3.23 in Dockerfiles ([#411](https://github.com/grafana/xk6/pull/411))

## Maintenance

- Update GitHub Actions workflows:
- Update actions/setup-go digest ([#409](https://github.com/grafana/xk6/pull/409))
- Update GitHub artifact actions to v4 ([#406](https://github.com/grafana/xk6/pull/406))
- Update oven-sh/setup-bun action to v2.1.0 ([#405](https://github.com/grafana/xk6/pull/405))
- Update grafana/shared-workflows/dockerhub-login action to v1.0.3 ([#404](https://github.com/grafana/xk6/pull/404))
- Update workflow tooling ([#408](https://github.com/grafana/xk6/pull/408))
Loading