From 2383d79d85a39e24079f4795f9ad439a0d676315 Mon Sep 17 00:00:00 2001 From: "kucharzyk.tomasz" Date: Mon, 10 Jul 2017 18:33:36 +0200 Subject: [PATCH] v0.1.4 --- CHANGELOG.md | 24 ++++++++++++++++++++ README.md | 41 +++++++++++++++++++---------------- build.gradle.kts | 2 +- shardis-frontend/package.json | 2 +- shardis-webapp/Dockerfile | 2 +- 5 files changed, 49 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f7bdb..fa3d106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +## [0.1.4](https://github.com/shardis/shardis/compare/v0.1.3...v0.1.4) (2017-07-10) + + +### Features + +* **core:** add configuration for uptodate gradle plugin ([7ed2235](https://github.com/shardis/shardis/commit/7ed2235)) +* **core:** add uptodate gradle plugin ([66e6782](https://github.com/shardis/shardis/commit/66e6782)) +* **core:** switch to new gradle plugin mechanism ([998362b](https://github.com/shardis/shardis/commit/998362b)) +* **core:** update gradle to 4.0.1 ([702d7d4](https://github.com/shardis/shardis/commit/702d7d4)) +* **core:** update kotlin to 1.1.3-2 ([88333e0](https://github.com/shardis/shardis/commit/88333e0)) +* **core:** use gradle dist with sources ([cd63c61](https://github.com/shardis/shardis/commit/cd63c61)) +* **docker:** add basic docker support ([5248797](https://github.com/shardis/shardis/commit/5248797)) +* **frontend:** update angular to 4.2.5 ([1438a4d](https://github.com/shardis/shardis/commit/1438a4d)) +* **frontend:** update angular to 4.2.6 ([39d3dbd](https://github.com/shardis/shardis/commit/39d3dbd)) +* **frontend:** update angular-cli to 1.2.0 ([50fa6e5](https://github.com/shardis/shardis/commit/50fa6e5)) +* **frontend:** update clarity to 0.10.0-alpha.3 ([aeaee7d](https://github.com/shardis/shardis/commit/aeaee7d)) +* **frontend:** update clarity to 0.10.0-alpha.4 ([23025fd](https://github.com/shardis/shardis/commit/23025fd)) +* **frontend:** update ngrx effects to 2.0.4 ([cd34c3f](https://github.com/shardis/shardis/commit/cd34c3f)) +* **frontend:** update ngrx store to 2.2.3 ([b28dd0d](https://github.com/shardis/shardis/commit/b28dd0d)) +* **frontend:** update yarn to 0.27.5 ([8ec6421](https://github.com/shardis/shardis/commit/8ec6421)) + + + ## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29) diff --git a/README.md b/README.md index add5902..e558281 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ This project is still a work in progress ./gradlew build ``` +### Docker image build +``` +./gradlew buildImage +``` + ## Yarn tasks ### Angular development server with proxy to spring application @@ -65,29 +70,27 @@ cd shardis-frontend ## Changelog - -## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29) + +## [0.1.4](https://github.com/shardis/shardis/compare/v0.1.3...v0.1.4) (2017-07-10) ### Features -* **core:** extract query domain to saparate library ([96d190d](https://github.com/shardis/shardis/commit/96d190d)) -* **core:** remove hibernate-enverse ([28594cd](https://github.com/shardis/shardis/commit/28594cd)) -* **core:** update kotlin to 1.1.2-5 ([7fd5233](https://github.com/shardis/shardis/commit/7fd5233)) -* **core:** update kotlin to 1.1.3 ([5568b1d](https://github.com/shardis/shardis/commit/5568b1d)) -* **core:** update spring boot to 2.0.0.M2 ([35dc176](https://github.com/shardis/shardis/commit/35dc176)) -* **frontend:** update angular to 4.2.4 ([6d946d2](https://github.com/shardis/shardis/commit/6d946d2)) -* **frontend:** update angular-cli to 1.1.3 ([926e4a0](https://github.com/shardis/shardis/commit/926e4a0)) -* **frontend:** update clarity to 0.10.0-alpha ([2fe21a2](https://github.com/shardis/shardis/commit/2fe21a2)) -* **frontend:** update clarity to 0.10.0-alpha.2 ([7d4f5c3](https://github.com/shardis/shardis/commit/7d4f5c3)) -* **frontend:** update node to 8.1.3 ([f09f5df](https://github.com/shardis/shardis/commit/f09f5df)) -* **frontend:** update typescript to 2.4.1 ([e8c0e36](https://github.com/shardis/shardis/commit/e8c0e36)) -* **frontend:** update yarn to 0.24.6 ([d79c6ee](https://github.com/shardis/shardis/commit/d79c6ee)) - - -### Reverts - -* feat(frontend): update typescript to 2.4.1 ([76b3f9a](https://github.com/shardis/shardis/commit/76b3f9a)) +* **core:** add configuration for uptodate gradle plugin ([7ed2235](https://github.com/shardis/shardis/commit/7ed2235)) +* **core:** add uptodate gradle plugin ([66e6782](https://github.com/shardis/shardis/commit/66e6782)) +* **core:** switch to new gradle plugin mechanism ([998362b](https://github.com/shardis/shardis/commit/998362b)) +* **core:** update gradle to 4.0.1 ([702d7d4](https://github.com/shardis/shardis/commit/702d7d4)) +* **core:** update kotlin to 1.1.3-2 ([88333e0](https://github.com/shardis/shardis/commit/88333e0)) +* **core:** use gradle dist with sources ([cd63c61](https://github.com/shardis/shardis/commit/cd63c61)) +* **docker:** add basic docker support ([5248797](https://github.com/shardis/shardis/commit/5248797)) +* **frontend:** update angular to 4.2.5 ([1438a4d](https://github.com/shardis/shardis/commit/1438a4d)) +* **frontend:** update angular to 4.2.6 ([39d3dbd](https://github.com/shardis/shardis/commit/39d3dbd)) +* **frontend:** update angular-cli to 1.2.0 ([50fa6e5](https://github.com/shardis/shardis/commit/50fa6e5)) +* **frontend:** update clarity to 0.10.0-alpha.3 ([aeaee7d](https://github.com/shardis/shardis/commit/aeaee7d)) +* **frontend:** update clarity to 0.10.0-alpha.4 ([23025fd](https://github.com/shardis/shardis/commit/23025fd)) +* **frontend:** update ngrx effects to 2.0.4 ([cd34c3f](https://github.com/shardis/shardis/commit/cd34c3f)) +* **frontend:** update ngrx store to 2.2.3 ([b28dd0d](https://github.com/shardis/shardis/commit/b28dd0d)) +* **frontend:** update yarn to 0.27.5 ([8ec6421](https://github.com/shardis/shardis/commit/8ec6421)) [CHANGELOG.md](CHANGELOG.md) diff --git a/build.gradle.kts b/build.gradle.kts index aa4488f..f771cc5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ import org.jetbrains.kotlin.noarg.gradle.NoArgExtension allprojects { group = "com.shardis" - version = "0.1.4-SNAPSHOT" + version = "0.1.4" repositories { mavenCentral() diff --git a/shardis-frontend/package.json b/shardis-frontend/package.json index c7d46ee..a5f0990 100644 --- a/shardis-frontend/package.json +++ b/shardis-frontend/package.json @@ -1,6 +1,6 @@ { "name": "shardis-angular", - "version": "0.1.4-SNAPSHOT", + "version": "0.1.4", "description": "shardis project", "repository": { "type": "git", diff --git a/shardis-webapp/Dockerfile b/shardis-webapp/Dockerfile index 62ca5a9..8c9cdaf 100644 --- a/shardis-webapp/Dockerfile +++ b/shardis-webapp/Dockerfile @@ -1,5 +1,5 @@ FROM anapsix/alpine-java:8 -ADD build/libs/shardis-0.1.4-SNAPSHOT.jar app.jar +ADD build/libs/shardis-0.1.4.jar app.jar RUN bash -c 'touch /app.jar' EXPOSE 8080:8080 ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]