Skip to content

Commit ed5e340

Browse files
committed
staging release 0.2.3 required version changes
1 parent 765829b commit ed5e340

File tree

8 files changed

+276
-274
lines changed

8 files changed

+276
-274
lines changed

.circleci/config.yml

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config/@build-release.yml

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.
44

55
## Next
66

7+
## 0.2.3 (2021/05/21)
8+
79
### Deprecations/Changes
810

911
* The behavior when `cors_enabled` is not specified for a listener is changing

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ install-go:
162162
# Docker build and publish variables and targets
163163
REGISTRY_NAME?=docker.io/hashicorp
164164
IMAGE_NAME=boundary
165-
VERSION?=0.2.2
165+
VERSION?=0.2.3
166166
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
167167
IMAGE_TAG_DEV=$(REGISTRY_NAME)/$(IMAGE_NAME):latest-$(shell git rev-parse --short HEAD)
168168
DOCKER_DIR=./docker

docker/Release.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker.mirror.hashicorp.services/alpine:3.10
22

3-
ARG VERSION=0.2.2
3+
ARG VERSION=0.2.3
44

55
LABEL name="Boundary" \
66
maintainer="HashiCorp Boundary Team <[email protected]>" \

packages-oss.lock/pkgs.yml

Lines changed: 136 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config:
1010
inputs:
1111
defaults:
1212
PRODUCT_NAME: boundary
13-
PRODUCT_VERSION: 0.2.2
13+
PRODUCT_VERSION: 0.2.3
1414
BUILD_TAGS: ui
1515
CGO_ENABLED: 0
1616

website/data/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const VERSION = '0.2.2'
1+
export const VERSION = '0.2.3'
22
export const DESKTOP_VERSION = '1.0.0'

0 commit comments

Comments
 (0)