Skip to content

Commit

Permalink
Merge pull request #1404 from rolsonquadras/dep-up
Browse files Browse the repository at this point in the history
chore: v0.1.8 release
  • Loading branch information
rolsonquadras authored Mar 31, 2022
2 parents ec50040 + 3fb8527 commit 359d580
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DID_ELEMENT_SIDETREE_REQUEST_URL ?= https://element-did.com/api/v1/sidetree/requ
SANDBOX_CLI_IMAGE_NAME ?= trustbloc/sandbox-cli

# TrustBloc core k8s deployment scripts https://github.com/trustbloc/k8s
TRUSTBLOC_CORE_K8S_COMMIT=8232cd1be86a1de1fea4524a9bbba05bbebcc9d2
TRUSTBLOC_CORE_K8S_COMMIT=k8s

# Tool commands (overridable)
ALPINE_VER ?= 3.12
Expand Down
2 changes: 1 addition & 1 deletion ci/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Release Parameters
BASE_VERSION=0.1.8
IS_RELEASE=false
IS_RELEASE=true

BASE_RP_PKG_NAME=sandbox-rp
BASE_ACE_RP_PKG_NAME=sandbox-ace-rp
Expand Down
2 changes: 1 addition & 1 deletion k8s/ace-rp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.8-snapshot-b36b4e4
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.8-snapshot-ec50040

# do not modify
KUSTOMIZE_DIR = kustomize/ace-rp
Expand Down
2 changes: 1 addition & 1 deletion k8s/ace-rp/kustomize/ace-rp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ kind: Kustomization
images:
- name: sandbox-ace-rp
newName: ghcr.io/trustbloc-cicd/sandbox-ace-rp
newTag: 0.1.8-snapshot-b36b4e4
newTag: 0.1.8-snapshot-ec50040
2 changes: 1 addition & 1 deletion k8s/issuer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
ISSUER_IMG ?= ghcr.io/trustbloc-cicd/sandbox-issuer:0.1.8-snapshot-b36b4e4
ISSUER_IMG ?= ghcr.io/trustbloc-cicd/sandbox-issuer:0.1.8-snapshot-ec50040

# do not modify
KUSTOMIZE_DIR = kustomize/issuer
Expand Down
2 changes: 1 addition & 1 deletion k8s/issuer/kustomize/issuer/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ kind: Kustomization
images:
- name: sandbox-issuer
newName: ghcr.io/trustbloc-cicd/sandbox-issuer
newTag: 0.1.8-snapshot-b36b4e4
newTag: 0.1.8-snapshot-ec50040
2 changes: 1 addition & 1 deletion k8s/jobs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
CLI_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cli:0.1.8-snapshot-b36b4e4
CLI_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cli:0.1.8-snapshot-ec50040

# do not modify
KUSTOMIZE_DIR = kustomize/jobs
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/kustomize/jobs/overlays/common/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ kind: Kustomization
images:
- name: sandbox-cli
newName: ghcr.io/trustbloc-cicd/sandbox-cli
newTag: 0.1.8-snapshot-b36b4e4
newTag: 0.1.8-snapshot-ec50040
2 changes: 1 addition & 1 deletion k8s/login-consent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
LOGIN_CONSENT_IMG ?= ghcr.io/trustbloc-cicd/sandbox-login-consent-server:0.1.8-snapshot-b36b4e4
LOGIN_CONSENT_IMG ?= ghcr.io/trustbloc-cicd/sandbox-login-consent-server:0.1.8-snapshot-ec50040
HYDRA_IMG ?= oryd/hydra:v1.3.2-alpine

# do not modify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ kind: Kustomization
images:
- name: login-consent-server
newName: ghcr.io/trustbloc-cicd/sandbox-login-consent-server
newTag: 0.1.8-snapshot-b36b4e4
newTag: 0.1.8-snapshot-ec50040
2 changes: 1 addition & 1 deletion k8s/rp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-rp:0.1.8-snapshot-b36b4e4
RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-rp:0.1.8-snapshot-ec50040

# do not modify
KUSTOMIZE_DIR = kustomize/rp
Expand Down
2 changes: 1 addition & 1 deletion k8s/rp/kustomize/rp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ kind: Kustomization
images:
- name: sandbox-rp
newName: ghcr.io/trustbloc-cicd/sandbox-rp
newTag: 0.1.8-snapshot-b36b4e4
newTag: 0.1.8-snapshot-ec50040

0 comments on commit 359d580

Please sign in to comment.