Skip to content

Commit 3e3267e

Browse files
authored
🔀 : merge pull request #60 from gaia-app/release/2.3.0
🔖 : bump to 2.3.0
2 parents 2fd7d77 + fc419b5 commit 3e3267e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
<a name="2.3.0"></a>
4+
## 2.3.0 (2022-02-18)
5+
6+
### Added
7+
8+
- ✨ : read in-cluster namespace configuration [[de2a2ca](https://github.com/gaia-app/runner/commit/de2a2ca1c61953e252a25c6514b9239d484a5ef7)]
9+
- 🔊 : add &#x27;\n&#x27; to the end of each log line [[ea3daae](https://github.com/gaia-app/runner/commit/ea3daae6886275d0f789f3c282eae0988c9deeda)]
10+
- ✨ : add Kubernetes executor [[daa8f6b](https://github.com/gaia-app/runner/commit/daa8f6b0fccb00c1dc30974bacfd04506061ca48)]
11+
- ✨ : add Executor type configuration [[8395170](https://github.com/gaia-app/runner/commit/839517006386312f8dc31e1a3c3ec22e0f23009c)]
12+
- ✅ : do not load full spring for properties tests [[4447f3a](https://github.com/gaia-app/runner/commit/4447f3a5c62e0d4602a65df5148394c31ddeedf3)]
13+
14+
### Changed
15+
16+
- ♻️ : add the full RunnerStep to the executors [[0a648db](https://github.com/gaia-app/runner/commit/0a648db7d33f4ac9b42fc417ffbd2d5cce3b880e)]
17+
- ♻️ : extract Executor interface [[9cc1c83](https://github.com/gaia-app/runner/commit/9cc1c8343a5cf7c452a6fd8706aedd950e24451a)]
18+
- 🚚 : rename DockerRunner to DockerExecutor [[6570d34](https://github.com/gaia-app/runner/commit/6570d344e8bcdb6f02fd09944d0e68ffbdd3de27)]
19+
- ⬆️ : bump spring-boot-starter-parent to 2.6.3 [[0044326](https://github.com/gaia-app/runner/commit/004432696e820ce3afaac210c4492a3b6d33b7e8)]
20+
- ⬆️ : upgrade to java 17 [[0a862df](https://github.com/gaia-app/runner/commit/0a862df7824d3415f1216f6eafeaf63473f03e26)]
21+
22+
### Miscellaneous
23+
24+
- 👷 : add minikube start in github workflow [[fa18f45](https://github.com/gaia-app/runner/commit/fa18f451ae476bcb857f23abb6e7eddaf2c1904f)]
25+
- 👷 : add batch-mode for maven builds [[4175c5e](https://github.com/gaia-app/runner/commit/4175c5e0670beb0299bff77690d9621420abfe83)]
26+
327
<a name="2.2.0"></a>
428
## 2.2.0 (2021-10-01)
529

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.gaia_app</groupId>
1414
<artifactId>runner</artifactId>
15-
<version>2.2.0</version>
15+
<version>2.3.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>gaia-runner</name>

0 commit comments

Comments
 (0)