Skip to content

Releases: soramitsu/gradle-sora-plugin

0.6.0

21 Jun 12:06
70f3e0c
Compare
Choose a tag to compare
  • Added support for Java 21.
  • Bumped gradle version to 8.5.
  • Changed default images for Java-17, Java-21.

0.5.4

31 Jul 10:28
917103d
Compare
Choose a tag to compare

Fixed user management, supporting alpine base images

0.5.3

27 Jun 13:35
1ca74ec
Compare
Choose a tag to compare
  • Improved security of docker images
  • Bumped gradle version to 7.6
  • Added support of custom docker build arguments via buildArgs map, refer to the readme
  • Run arguments got renamed from args to runArgs

Release 0.5.0

11 Mar 06:22
d86bd7d
Compare
Choose a tag to compare
JDK17 support (#24)

Co-authored-by: Anton K <[email protected]>

0.4.1

30 Sep 13:10
61d3e3a
Compare
Choose a tag to compare
  • Refactor tests
  • Deal with Jacoco testing (TODO in the project)

0.4.0

20 Sep 07:53
85ecd50
Compare
Choose a tag to compare
RLN-16: update to work with Gradle 7 (#22)

* RLN-16: update to work with Gradle 7

* Update src/main/groovy/jp/co/soramitsu/devops/SoraPlugin.groovy

Co-authored-by: Bogdan Mingela <[email protected]>

* RLN-16: add RLN-46 to comments

* replace travis ci with github actions

Signed-off-by: Ahmed Elkashef <[email protected]>

* add --info for debug

* test run

* Added explicit local publishing

* Explicit test projects version

* try to set version manually

* remove test string

* Add conditions for publish step

* refactoring

* Fix tag var

* Check without tag

* Fix tag

* fix version obtain from system

* fix publish

* fix publish v2

* fix publish v3

* fix publish v5

* fix publish v6

* fix publish v6

* fix publish v7

* fix publish v 7.1

* fix publish v8

* fix projects version

* return old projects version

Co-authored-by: Bogdan Mingela <[email protected]>
Co-authored-by: Ahmed Elkashef <[email protected]>
Co-authored-by: Pavel Varfolomeev <[email protected]>
Co-authored-by: Mingela <[email protected]>

0.3.0

20 Mar 11:35
df46136
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
Merge pull request #21 from soramitsu/fix/gradle-creds

Rotate gradle key

0.2.0

01 Jul 12:47
3bb981f
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • add automatic docker base image + jvm flags detection based on java version #15

0.1.4

30 Jun 19:57
6a2e54f
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Fix wrong dockerfile generation with "files" #12

0.1.3

29 Jun 12:49
98eb2e0
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • add baseImage option #9
  • add custom files addition #6