Skip to content

Latest commit

 

History

History
104 lines (72 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

104 lines (72 loc) · 8.13 KB

Changelog

2.3.2 (2022-07-06)

Changed

  • 👽 : add new parameter to createNamespacedPod [fe28c95]

Fixed

  • 🐛 : fixes ThreadPoolTaskExecutor configuration [b8fd13b]

Miscellaneous

  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 [9befd71]
  • Bump docker-java.version from 3.2.7 to 3.2.13 [251d6b1]
  • Bump kotlin.version from 1.6.10 to 1.7.0 [9edf4cc]
  • 👷 : only run tests on pull_requests [3c39441]
  • 👷 : do not run sonar for dependabot [d839ece]
  • Bump kubernetes-client-java.version from 14.0.0 to 16.0.0 [3590304]

2.3.1 (2022-03-12)

Fixed

  • 🐛 : declare docker as the default executor [8060928]

2.3.0 (2022-02-18)

Added

  • ✨ : read in-cluster namespace configuration [de2a2ca]
  • 🔊 : add '\n' to the end of each log line [ea3daae]
  • ✨ : add Kubernetes executor [daa8f6b]
  • ✨ : add Executor type configuration [8395170]
  • ✅ : do not load full spring for properties tests [4447f3a]

Changed

  • ♻️ : add the full RunnerStep to the executors [0a648db]
  • ♻️ : extract Executor interface [9cc1c83]
  • 🚚 : rename DockerRunner to DockerExecutor [6570d34]
  • ⬆️ : bump spring-boot-starter-parent to 2.6.3 [0044326]
  • ⬆️ : upgrade to java 17 [0a862df]

Miscellaneous

  • 👷 : add minikube start in github workflow [fa18f45]
  • 👷 : add batch-mode for maven builds [4175c5e]

2.2.0 (2021-10-01)

Added

  • ✅ : remove junit old Assert import [b1fb6cd]
  • ✅ : add tests [88c1986]
  • ✨ : extract runner code from gaia [07dd367]
  • ✨ : add pom.xml [ea62152]

Changed

  • ⬆️ : bump spring-boot-starter-parent from 2.4.2 to 2.4.5 (#29) [1a2a15d]
    • ⬆️ : bump spring-boot-starter-parent from 2.4.1 to 2.4.2 (#13) (d0805ac)
    • ⬆️ : bump spring-boot-starter-parent from 2.4.0 to 2.4.1 (#9) (f6ff33f)
    • ⬆️ : bump spring-boot-starter-parent from 2.3.4.RELEASE to 2.4.0 (6588747)
  • ⬆️ : upgrade to GitHub-native Dependabot [9d23e5b]
  • ⬆️ : bump kotlin.version from 1.4.20 to 1.4.21 (#7) [7ca6c3d]
    • Bump kotlin.version from 1.4.10 to 1.4.20 (cc75bb0)
  • ⬆️ : bump docker-java.version from 3.2.6 to 3.2.7 (#8) [077b1a9]
    • ⬆️ : bump docker-java.version from 3.2.5 to 3.2.6 (#6) (94e7881)
  • ♻️ : use stepId instead of step object [8b0429c]
  • 🔧 : add spring-boot-maven-plugin [3dad647]
  • 🔧 : add configuration files [64b1fd7]

Removed

  • 🔥 : remove .travis.yml [dc2cae8]

Security

  • 🔒 : add configuration properties for gaia-api authentication [c4ce1f1]

Miscellaneous

  • 📝 : add README.md [72d73f2]
  • 📝 : add CONTRIBUTING.md [6a1977e]
  • 🔀 : merge pull request #11 from gaia-app/github-actions [8e8be27]
    • 🔀 : merge pull request #1 from gaia-app/extract-runner (02b346c)
  • 👷 : add github workflow for tests [db90f4a]
  • 🔀 : merge pull request #5 from gaia-app/dependabot/maven/kotlin.version-1.4.20 [5594857]
  • 🔀 : merge pull request #2 from gaia-app/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.6 [4bb15e8]
  • 🔀 : merge pull request #3 from gaia-app/dependabot/maven/org.springframework.boot-spring-boot-starter-parent-2.4.0 [b591948]
  • Bump jacoco-maven-plugin from 0.8.5 to 0.8.6 [f4c3678]
  • 🐋 : add Dockerfile & docker-compose [a5a7bf6]
  • 👷 : add .travis-ci.yml [9b3a8f7]
  • 🙈 : add .gitignore [6f9c59a]