Skip to content

Commit

Permalink
staging release 0.2.3 required version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed May 21, 2021
1 parent 765829b commit ed5e340
Show file tree
Hide file tree
Showing 8 changed files with 276 additions and 274 deletions.
134 changes: 67 additions & 67 deletions .circleci/config.yml

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions .circleci/config/@build-release.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.

## Next

## 0.2.3 (2021/05/21)

### Deprecations/Changes

* The behavior when `cors_enabled` is not specified for a listener is changing
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ install-go:
# Docker build and publish variables and targets
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=boundary
VERSION?=0.2.2
VERSION?=0.2.3
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
IMAGE_TAG_DEV=$(REGISTRY_NAME)/$(IMAGE_NAME):latest-$(shell git rev-parse --short HEAD)
DOCKER_DIR=./docker
Expand Down
2 changes: 1 addition & 1 deletion docker/Release.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.mirror.hashicorp.services/alpine:3.10

ARG VERSION=0.2.2
ARG VERSION=0.2.3

LABEL name="Boundary" \
maintainer="HashiCorp Boundary Team <boundary@hashicorp.com>" \
Expand Down
272 changes: 136 additions & 136 deletions packages-oss.lock/pkgs.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config:
inputs:
defaults:
PRODUCT_NAME: boundary
PRODUCT_VERSION: 0.2.2
PRODUCT_VERSION: 0.2.3
BUILD_TAGS: ui
CGO_ENABLED: 0

Expand Down
2 changes: 1 addition & 1 deletion website/data/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = '0.2.2'
export const VERSION = '0.2.3'
export const DESKTOP_VERSION = '1.0.0'

0 comments on commit ed5e340

Please sign in to comment.