diff --git a/.env b/.env index 34e6d145e..060496679 100644 --- a/.env +++ b/.env @@ -1 +1,3 @@ -RELEASE_VERSION=v0.0.13 +RELEASE_VERSION=v0.0.14 +VIEW_DIR=java/apitest/src/test/resources/views +SCHEMA_DIR=java/apitest/src/test/resources/schemas diff --git a/Makefile b/Makefile index 5151606fd..3fb895d95 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #SOURCES = $(wildcard java/**/*.java) rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2)) SOURCES := $(call rwildcard,java/,*.java) -RELEASE_VERSION = v0.0.13 +RELEASE_VERSION = v0.0.14 IMAGES := dockerhub/sunbird-rc-core dockerhub/sunbird-rc-nginx dockerhub/sunbird-rc-context-proxy-service \ dockerhub/sunbird-rc-public-key-service dockerhub/sunbird-rc-keycloak dockerhub/sunbird-rc-certificate-api \ dockerhub/sunbird-rc-certificate-signer dockerhub/sunbird-rc-notification-service dockerhub/sunbird-rc-claim-ms \ diff --git a/infra/helm_charts/charts/certificate-api/Chart.yaml b/infra/helm_charts/charts/certificate-api/Chart.yaml index 3831f7a8e..219e197f7 100644 --- a/infra/helm_charts/charts/certificate-api/Chart.yaml +++ b/infra/helm_charts/charts/certificate-api/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/certificate-signer/Chart.yaml b/infra/helm_charts/charts/certificate-signer/Chart.yaml index 0823efba8..799549f7a 100644 --- a/infra/helm_charts/charts/certificate-signer/Chart.yaml +++ b/infra/helm_charts/charts/certificate-signer/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/claim-ms/Chart.yaml b/infra/helm_charts/charts/claim-ms/Chart.yaml index 2db9c6c72..408dc0d09 100644 --- a/infra/helm_charts/charts/claim-ms/Chart.yaml +++ b/infra/helm_charts/charts/claim-ms/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/config/Chart.yaml b/infra/helm_charts/charts/config/Chart.yaml index 27632123b..399a4798f 100644 --- a/infra/helm_charts/charts/config/Chart.yaml +++ b/infra/helm_charts/charts/config/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/context-proxy-service/Chart.yaml b/infra/helm_charts/charts/context-proxy-service/Chart.yaml index 8cb005b32..9b6e1b5f3 100644 --- a/infra/helm_charts/charts/context-proxy-service/Chart.yaml +++ b/infra/helm_charts/charts/context-proxy-service/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/notification-ms/Chart.yaml b/infra/helm_charts/charts/notification-ms/Chart.yaml index 964df760a..d208bb0ce 100644 --- a/infra/helm_charts/charts/notification-ms/Chart.yaml +++ b/infra/helm_charts/charts/notification-ms/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/public-key-service/Chart.yaml b/infra/helm_charts/charts/public-key-service/Chart.yaml index 0bff1de42..876855906 100644 --- a/infra/helm_charts/charts/public-key-service/Chart.yaml +++ b/infra/helm_charts/charts/public-key-service/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14" diff --git a/infra/helm_charts/charts/registry/Chart.yaml b/infra/helm_charts/charts/registry/Chart.yaml index ddc537490..dcdbf9c32 100644 --- a/infra/helm_charts/charts/registry/Chart.yaml +++ b/infra/helm_charts/charts/registry/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.13" +appVersion: "v0.0.14"