Sourced from goreleaser/goreleaser-action's releases.
v3.0.0
What's Changed
- chore: node 16 as default runtime by
@crazy-maxin goreleaser/goreleaser-action#343
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
- chore: update dev dependencies and workflow by
@crazy-maxin goreleaser/goreleaser-action#342- upgrade go version to 1.18 by
@morwnin goreleaser/goreleaser-action#335- chore(deps): bump
@actions/execfrom 1.1.0 to 1.1.1 in goreleaser/goreleaser-action#331- chore(deps): bump
@actions/tool-cachefrom 1.7.1 to 1.7.2 in goreleaser/goreleaser-action#332- chore(deps): bump
@actions/tool-cachefrom 1.7.2 to 2.0.1 in goreleaser/goreleaser-action#355- chore(deps): bump minimist from 1.2.5 to 1.2.6 in goreleaser/goreleaser-action#334
- chore(deps): bump yargs from 17.3.1 to 17.4.0 in goreleaser/goreleaser-action#333
- chore(deps): bump yargs from 17.4.0 to 17.4.1 in goreleaser/goreleaser-action#339
- chore(deps): bump yargs from 17.4.1 to 17.5.1 in goreleaser/goreleaser-action#352
- chore(deps): bump
@actions/http-clientfrom 1.0.11 to 2.0.1 in goreleaser/goreleaser-action#353- chore(deps): bump
@actions/corefrom 1.6.0 to 1.8.2 in goreleaser/goreleaser-action#354New Contributors
@morwnmade their first contribution in goreleaser/goreleaser-action#335Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v2.9.1...v3.0.0
v2.9.1
What's Changed
- fix: current tag not taken into account by
@crazy-maxin goreleaser/goreleaser-action#329Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v2...v2.9.1
v2.9.0
What's Changed
- refactor: setup context by
@crazy-maxin goreleaser/goreleaser-action#325- chore: update community files by
@crazy-maxin goreleaser/goreleaser-action#328- feat: add artifacts and metadata outputs by
@crazy-maxin goreleaser/goreleaser-action#327Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v2.8.1...v2.9.0
v2.8.1
What's Changed
- fix: should not force snapshot when nightly is set by
@caarlos0in goreleaser/goreleaser-action#321Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- chore(deps): bump
@actions/tool-cachefrom 1.7.0 to 1.7.1 by@dependabotin goreleaser/goreleaser-action#290- chore(deps): bump
@actions/corefrom 1.3.0 to 1.4.0 by@dependabotin goreleaser/goreleaser-action#289- chore(deps): bump
@actions/execfrom 1.0.4 to 1.1.0 by@dependabotin goreleaser/goreleaser-action#291- refactor: use built-in
getExecOutputby@crazy-maxin goreleaser/goreleaser-action#292
... (truncated)
68acf3b chore(deps): bump @actions/tool-cache from 1.7.2 to 2.0.1 (#355)46da113 chore: node 16 as default runtime (#343)223909a chore: updatec56d8df Revert "chore(deps): bump @actions/core from 1.6.0 to 1.8.2 (#354)"d1c2f83 chore(deps): bump @actions/core from 1.6.0 to 1.8.2 (#354)5c65fd8 chore(deps): bump @actions/http-client from 1.0.11 to 2.0.1 (#353)46cd12b chore(deps): bump yargs from 17.4.1 to 17.5.1 (#352)822d1bf chore(deps): bump docker/bake-action from 1 to 2 (#346)c25888f chore: update dev dependencies and workflow (#342)ec57748 chore(deps): bump yargs from 17.4.0 to 17.4.1 (#339)Sourced from github.com/vektra/mockery/v2's releases.
v2.12.3
Changelog
- 41e99e1 Add explicit generation for ExpecterTest
- 68d25fe Merge pull request #466 from LandonTClipp/testing_tb
- 356a8cd Reduce size of interface passed to mock constructor
- b338b68 Updating mocks and fixing tests/behavior
Sourced from github.com/bufbuild/buf's releases.
v1.4.0
- Fix issue where duplicate synthetic oneofs (such as with proto3 maps or optional fields) did not result in a properly formed error.
- Add
buf beta registry repository updatecommand which supports updating repository visibility (public vs private). As with all beta commands, this is likely to change in the future.
Sourced from github.com/bufbuild/buf's changelog.
[v1.4.0] - 2022-04-21
- Fix issue where duplicate synthetic oneofs (such as with proto3 maps or optional fields) did not result in a properly formed error.
- Add
buf beta registry repository updatecommand which supports updating repository visibility (public vs private). As with all beta commands, this is likely to change in the future.
bd759fc Update to v1.4.06966e63 Support error formats that require all annotations to print (#907)588350e Adds a Github Service definition (#1078)1751320 Update CHANGELOG.md (#1082)792e8e0 Upgrade protoreflect and add test for duplicate synthetic oneofs (#1072)4e717bd Update ErrNoConfigFile error message (#1057)0d9aa32 Bump alpine from 3.15.3 to 3.15.4 (#1064)ff60073 Bump actions/setup-go from 2 to 3 (#1063)7bedab0 Add write to DisplayRepositoryElementsResponse (#1061)d90d416 Add Buf cli for updating repo settings (#1044)Sourced from github.com/bufbuild/buf's releases.
v1.5.0
- Upgrade to
protoc3.20.1 support.- Fix an issue where
bufwould fail if two or more roots contained a file with the same name, but with different file types (i.e. a regular file vs. a directory).- Fix check for
PACKAGE_SERVICE_NO_DELETEto detect deleted services.- Remove
buf beta registry track.- Remove
buf beta registry branch.
Sourced from github.com/bufbuild/buf's changelog.
[v1.5.0] - 2022-05-30
- Upgrade to
protoc3.20.1 support.- Fix an issue where
bufwould fail if two or more roots contained a file with the same name, but with different file types (i.e. a regular file vs. a directory).- Fix check for
PACKAGE_SERVICE_NO_DELETEto detect deleted services.- Remove
buf beta registry track.- Remove
buf beta registry branch.
4c5463f Update to v1.5.061010f9 Add optional tls config to client (#1158)f2dbf46 Add BEHAVIOUR linter to bufstyle (#1157)8e2e04f Updates for protoc v21 (#1156)6aefa7d Expose a new provider option for setting gRPC protocol (#1153)9abbbea Delete grpc-go related packages (#1154)56fea87 Add studio agent implementation (#1131)97f8a3e Replace transport of CLI from gRPC to Connect (#1129)d30b7dc add studio service endpoints for preset agents (#1142)814be7c Update protoc version handling (#1148)