Commit Graph

248 Commits

Author SHA1 Message Date
Trask Stalnaker 8d18e463ea
Add markdown link check (#5449)
* Add markdown link check

* Fix links

* update workflows

* move comment
2022-02-28 11:30:16 -08:00
Trask Stalnaker d587aed81a
Clean up examples github actions job (#5459) 2022-02-28 10:00:11 -08:00
Trask Stalnaker d08b4c1423
First reusable workflow (#5460) 2022-02-28 09:59:58 -08:00
Trask Stalnaker e5fdfbaeb4
Add retry back to muzzle jobs (#5457) 2022-02-27 19:45:20 -08:00
Trask Stalnaker e89a9f2ea1
Use gradle cache for setup-muzzle-matrix job (#5448) 2022-02-25 09:28:33 -08:00
Trask Stalnaker 938cd46480
Remove unnecessary github actions cache (#5447) 2022-02-25 10:48:45 +02:00
Trask Stalnaker 46418d5911
More restrictive branch match (#5445) 2022-02-24 17:14:26 -08:00
Lauri Tulmin 1832b353f0
Run muzzle with read-only github cache (#5444) 2022-02-24 08:36:02 -08:00
Trask Stalnaker 5cf757bc48
Add prepare patch release workflow (#5411) 2022-02-20 20:52:32 -08:00
Lauri Tulmin 7d255f2e82
Use windows-2019 for smoke tests (#5388) 2022-02-17 09:14:14 +02:00
Trask Stalnaker 3a2b2626a6
Improve the testLatestDeps PR job (#5364)
* Split out optional testLatestDeps job

* Revert "Split out optional testLatestDeps job"

This reverts commit 724e125577.

* alt
2022-02-16 17:56:57 -08:00
Lauri Tulmin 696bbaa8d9
Collect more crash dump files (#5327) 2022-02-16 13:30:23 +02:00
Trask Stalnaker 8ce1445ae6
Autogenerate release notes (#5363)
* Stricter version parsing

* Automate release notes

* Update change log formatting
2022-02-15 20:18:56 -08:00
Anuraag Agrawal aeee5b4fae
Publish gradle-plugins to Maven Central (#5333)
* Publish gradle-plugins to Maven Central

* Update .github/workflows/release-gradle-plugins.yml

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-02-11 11:37:01 +09:00
Trask Stalnaker 449af9b88f
Fix a sporadic CI failure (#5301) 2022-02-03 08:18:05 -08:00
Trask Stalnaker e2b7354290
Add option to run testLatestDeps on PRs (#5270) 2022-01-31 09:41:12 -08:00
Trask Stalnaker c3f7b15fbf
Use opentelemetry-java-bot as author for auto-generated commits (#5271)
* Use opentelemetry-java-bot as author for benchmark commits

* And prepare release branch workflow
2022-01-29 13:16:22 -08:00
Trask Stalnaker 8edd8f49a3
Only publish snaphots from main (#5252) 2022-01-27 11:11:18 +02:00
Trask Stalnaker b6b5b35bf3
Reduce release branch maintenance overhead (#5245)
* Reduce release branch maintenance overhead

* Fix the var name

* Check if condition needed on downstream job

* Remove unnecessary condition
2022-01-26 17:41:37 -08:00
Trask Stalnaker 25d914f74b
Run CI on release branches (#5230) 2022-01-25 20:53:34 -08:00
Trask Stalnaker 435c80c6e2
Use CLA approved user (#5195) 2022-01-21 09:31:03 -08:00
dependabot[bot] 2177a22605
Bump EndBug/add-and-commit from 7 to 8 (#5190)
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v8)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 14:09:02 -08:00
Trask Stalnaker 98c112f0fb
Update release naming (#5173) 2022-01-19 17:10:37 +09:00
Trask Stalnaker b337f68640
Add workflow to prepare release branch (#5143)
* Add workflow to prepare release branch

* Avoid third party action

* Use PAT

* Delete the branches

* Revert "Use PAT"

This reverts commit 6f0c1b11b6.
2022-01-17 22:58:11 -08:00
Trask Stalnaker 71685c1417
Simplify release workflow (#5144) 2022-01-17 22:23:25 -08:00
Trask Stalnaker 5d933615b2
Remove fetch-depth (#5145) 2022-01-17 10:27:36 -08:00
Trask Stalnaker e86a46039d
More gradle build action cleanup (#5140)
* Remove unnecessary gradle wrapper caching

* Convert more to gradle-build-action
2022-01-15 18:47:16 -08:00
Trask Stalnaker 615bc0c60f
Remove unnecessary lines (#5128) 2022-01-15 10:03:15 -08:00
Trask Stalnaker e28b9b7ecb
Add workflow to release just gradle plugins (#5135) 2022-01-15 10:01:33 -08:00
Trask Stalnaker 22c2691773
Fix workflow_dispatch (#5113) 2022-01-13 22:29:30 -08:00
Nikita Salnikov-Tarnovski d81049a174
Make nightly-no-cache.yml send scans to GE (#5107) 2022-01-13 10:55:24 -08:00
Trask Stalnaker fce227785f
Fix smoke test servlet image publishing (#5102) 2022-01-13 08:41:53 +02:00
Trask Stalnaker 6043e065d4
Use github action env files (#5099) 2022-01-12 20:09:56 -08:00
Trask Stalnaker 00e0920913
Apply gradle github action everywhere (#5089) 2022-01-12 19:35:18 -08:00
Trask Stalnaker bd0ff33f53
Add Java 18 smoke test images (#4905)
* Add Java 18 smoke test images

* alpine images only exist for recent jdks

* Fix servlet image build

* Revert for liberty
2021-12-15 12:19:57 -08:00
Trask Stalnaker ce257b72be
Fix examples build (#4895) 2021-12-13 21:43:03 -08:00
Nikita Salnikov-Tarnovski 3edfd8aa5a
Use Gradle GitHub Action (#4887) 2021-12-13 09:33:12 -08:00
Trask Stalnaker d930971adf
Fix Quarkus correlation (#4883)
* Fix Quarkus correlation

* Add Quarkus smoke test image

* Add Quarkus smoke test

* Fix permission on gradlew

* Update to gradle 7.3.1

* Fix Jib build

* Bump compilation to Java 11

* Better comment

* Fix comment placement

* Fix
2021-12-13 09:26:44 -08:00
Trask Stalnaker 958df8e866
Bump grpc and spring boot smoke to Java 17, Part 1 (#4878) 2021-12-12 17:13:03 -08:00
Trask Stalnaker 9950c488c8
Fix example extension build (#4875)
* Fix example extension build

* Add CI to keep from breaking
2021-12-12 12:14:21 -08:00
dependabot[bot] 627d5ffffc
Bump nick-invision/retry from 2.5.1 to 2.6.0 (#4874)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js)
- [Commits](https://github.com/nick-invision/retry/compare/v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 17:41:50 +02:00
Trask Stalnaker 67290e8d6e
Fix patch release workflow (#4758) 2021-11-30 20:41:29 -08:00
Trask Stalnaker c440f688a8
Update patch release docs (#4756) 2021-11-30 18:39:15 -08:00
Trask Stalnaker 826008b580
Fix release tagging (#4741) 2021-11-30 07:56:43 -08:00
Trask Stalnaker 09d5883fb8
Update supported application servers (#4715)
* Update naming to Payara

* Alphabetize

* Update supported application servers

* A little more clarity?
2021-11-25 08:15:35 -08:00
Trask Stalnaker 54ab8fec80
Update patch release workflow (#4713) 2021-11-25 18:49:49 +09:00
Anuraag Agrawal f7365288fd
Fix release build (#4712) 2021-11-24 22:13:08 -08:00
Trask Stalnaker 67353e934a
Fix release build yaml (#4710) 2021-11-24 20:06:01 -08:00
Trask Stalnaker e417609b53
Update release process (#4709)
* Update release process

* Document how to create release branch

* wording
2021-11-24 19:45:46 -08:00
Trask Stalnaker 761b6b4e59
Remove backwards compatible -all artifact (#4707) 2021-11-24 15:54:12 -08:00