Skip to content

Commit 939dd98

Browse files
authored
Merge pull request #2 from grafana/prepare-release-v0.1.0
Prepare release v0.1.0
2 parents 4f82c02 + b3cd389 commit 939dd98

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/grafana/xk6-sql-driver-postgres
33
go 1.22
44

55
require (
6-
github.com/grafana/xk6-sql v0.5.0-alpha.4
6+
github.com/grafana/xk6-sql v1.0.0
77
github.com/lib/pq v1.10.9
88
github.com/stretchr/testify v1.9.0
99
github.com/testcontainers/testcontainers-go v0.33.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
6868
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
6969
github.com/grafana/sobek v0.0.0-20240927094302-19dd311f018f h1:9r05Uxs+Pq1UqZqGG/PoCUWd6xk2ab+mRWAM5xZgM9I=
7070
github.com/grafana/sobek v0.0.0-20240927094302-19dd311f018f/go.mod h1:FmcutBFPLiGgroH42I4/HBahv7GxVjODcVWFTw1ISes=
71-
github.com/grafana/xk6-sql v0.5.0-alpha.4 h1:WRerxW/gwADz/laOLmHR4ftgzt3jg2g5ljHY/ueRumw=
72-
github.com/grafana/xk6-sql v0.5.0-alpha.4/go.mod h1:qUzzuSiYE4fIknBxRVqLMhdhu+RAU0o7nequbL0Kv9E=
71+
github.com/grafana/xk6-sql v1.0.0 h1:/BxJvWQEgVnQUC3FlyqyBK8XGl2F2OfmEBIVbpin4Sw=
72+
github.com/grafana/xk6-sql v1.0.0/go.mod h1:qUzzuSiYE4fIknBxRVqLMhdhu+RAU0o7nequbL0Kv9E=
7373
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 h1:asbCHRVmodnJTuQ3qamDwqVOIjwqUPTYmYuemVOx+Ys=
7474
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0/go.mod h1:ggCgvZ2r7uOoQjOyu2Y1NhHmEPPzzuhWgcza5M1Ji1I=
7575
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=

releases/v0.1.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
🎉 xk6-sql-driver-postgres `v0.1.0` is here!
2+
3+
This is the initial release after the modularization of the [xk6-sql](https://github.com/grafana/xk6-sql) extension. Built for `v1.0.0` of the [xk6-sql](https://github.com/grafana/xk6-sql) extension.
4+
5+
Build:
6+
7+
```bash
8+
xk6 build --with github.com/grafana/xk6-sql@latest --with github.com/grafana/xk6-sql-driver-postgres@latest
9+
```

0 commit comments

Comments
 (0)