Releases: zoncoen/scenarigo
Releases · zoncoen/scenarigo
v0.18.0-rc4
v0.18.0-rc3
Full Changelog: v0.18.0-rc2...v0.18.0-rc3
v0.18.0-rc2
v0.18.0-rc1
What's Changed
New Features
- add secrets field to define credential variables by @zoncoen in #414
- always update toolchain directive to build plugins with the go version used to build scenarigo by @zoncoen in #421
- add verbose flag to "plugin" sub-command by @zoncoen in #454
- enable to create protocol buffer messages dynamically from proto files by @zoncoen in #457
- add protocol option by @zoncoen in #477
Dependency Upgrades
- chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #412
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #415
- chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #417
- chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #418
- chore(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #419
- chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #420
- chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in #424
- chore(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in #423
- chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #425
- chore(deps): bump golang.ort/x/* to the latest by @zoncoen in #428
- chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #430
- chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 in /scripts/cross-build by @dependabot in #426
- chore(deps): bump indirect modules by @zoncoen in #437
- chore(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 by @dependabot in #433
- chore(deps): bump golang.org/x/mod from 0.18.0 to 0.20.0 by @dependabot in #435
- chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #436
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #441
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #431
- chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in #442
- chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #445
- chore(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 by @dependabot in #447
- chore(deps): bump golang.org/x/text from 0.17.0 to 0.19.0 by @dependabot in #451
- chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.67.1 by @dependabot in #456
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #452
- chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #453
- Update goccy/go-yaml to v1.15.12 by @goccy in #476
- chore(deps): bump github.com/jhump/protoreflect from 1.16.0 to 1.17.0 by @dependabot in #469
- chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #465
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #422
Other Changes
Full Changelog: v0.17.3...v0.18.0-rc1
v0.17.3
v0.17.2
v0.17.1
v0.17.1-rc1
What's Changed
- chore(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 by @dependabot in #392
- chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #393
- fix(assert): fix the error message for
notContains
assertion by @zoncoen in #396 - fix(assert): fix retry failure if using left arrow functions for assertion by @zoncoen in #397
- feat: bump the minimum go version by @zoncoen in #398
- chore(deps): bump carvel.dev/ytt from 0.45.4 to 0.48.0 by @zoncoen in #352
- chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #399
Full Changelog: v0.17.0...v0.17.1-rc1
v0.17.0
v0.17.0-rc1
What's Changed
- chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 by @dependabot in #366
- chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #367
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #365
- chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #368
- chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #364
- enable to access header, metadata, etc. via the request/response variable by @zoncoen in #372
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #371
- fix(assert): fix errors when using assert.(and|or) by @zoncoen in #374
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #376
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #377
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #378
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/step-if/plugin/src by @dependabot in #379
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/ytt/plugin/src by @dependabot in #380
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/assert/plugin/src by @dependabot in #381
- chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in #382
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #383
- chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #384
- fix(template): convert into string in implicit concatenation by @zoncoen in #385
- chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @zoncoen in #389
- feat(grpc): enable querying by protobuf struct tag by @zoncoen in #390
- chore(deps): bump go-yaml to v1.11.3 by @zoncoen in #391
Full Changelog: v0.16.2...v0.17.0-rc1