Releases: Kochava/github-workflows
Releases · Kochava/github-workflows
php/lib/v1.0.9
Updating composer version in order to fix currently breaking build issues for library-php
go/lib/v1
What's Changed
- add code coverage to pull requests and main golang workflows by @otternq in #38
- define CODECOV_TOKEN as secret by @otternq in #39
- ci: add workflow inputs to go push main workflows by @otternq in #40
- fix: roll back codecov changes for go app by @ConnnorNeal in #41
- bump checkout, setup-go, and golangci-lint-action action versions and… by @23caterpie in #42
- Revert "fix: roll back codecov changes for go app" by @otternq in #43
- fix(go/app): require tests to pass before running semantic release by @otternq in #44
- require codecov token for golang workflows by @otternq in #46
- feat(php/lib): add codecov support by @otternq in #45
New Contributors
- @ConnnorNeal made their first contribution in #41
Full Changelog: go/lib/v1.1.7...go/lib/v1
go/app/v1
What's Changed
- add code coverage to pull requests and main golang workflows by @otternq in #38
- define CODECOV_TOKEN as secret by @otternq in #39
- ci: add workflow inputs to go push main workflows by @otternq in #40
- fix: roll back codecov changes for go app by @ConnnorNeal in #41
- bump checkout, setup-go, and golangci-lint-action action versions and… by @23caterpie in #42
- Revert "fix: roll back codecov changes for go app" by @otternq in #43
- fix(go/app): require tests to pass before running semantic release by @otternq in #44
- require codecov token for golang workflows by @otternq in #46
- feat(php/lib): add codecov support by @otternq in #45
New Contributors
- @ConnnorNeal made their first contribution in #41
Full Changelog: go/lib/v1.1.7...go/app/v1
go/lib/v1.1.15
Merge pull request #49 from Kochava/junit-go feat: add junit report
go/app/v1.1.17
Merge pull request #49 from Kochava/junit-go feat: add junit report
ruby/app/v1
What's Changed
- Add initial go app workflow templates by @23caterpie in #1
- Add Go library workflows by @23caterpie in #2
- Add PHP library workflow templates by @23caterpie in #3
- allow disabling php unit by @23caterpie in #4
- Add COMPOSER_WORKING_DIRECTORY input to phplib workflows. by @23caterpie in #5
- Simplify Go app release workflow since we don't need to parse the domain. by @23caterpie in #6
- feat: add golangci-lint to go pr workflows by @jimmykodes in #7
- fix: ignore platform for php lib composer by @23caterpie in #8
- fix: use secrets.Registry instead of env.Registry by @jimmykodes in #9
- fix: only test go 1 by @23caterpie in #10
- Update repo name parsing to use new output method by @cstaaben in #12
- Java pull request by @cri0ll0 in #13
- Update all actions to versions that use Node 16 by @cstaaben in #11
- Update node versions to 18 by @pfleming0 in #15
- fix: add base app release by @michaelpeterswa in #16
- fix: pin docker build push action version by @michaelpeterswa in #18
- fix: back to v3 and provenance false by @michaelpeterswa in #19
- fix(go): increase lint timeout duration by @cstaaben in #21
- feat: add ruby workflow by @laranicolas in #17
New Contributors
- @23caterpie made their first contribution in #1
- @jimmykodes made their first contribution in #7
- @cstaaben made their first contribution in #12
- @cri0ll0 made their first contribution in #13
- @pfleming0 made their first contribution in #15
- @michaelpeterswa made their first contribution in #16
- @laranicolas made their first contribution in #17
Full Changelog: https://github.com/Kochava/github-workflows/commits/ruby/app/v1
bodyclose-rc1
bump checkout, setup-go, and golangci-lint-action action versions and…
go/lib/v1.1.12-rc02
ci: run vulnerability scan in its own task
go/app/v1.1.12-rc02
ci: run vulnerability scan in its own task
go/lib/v1.1.12-rc01
ci(go): run govulncheck as part of testing