Skip to content

Commit

Permalink
update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Jun 8, 2021
1 parent aa41676 commit 4d367a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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.3.0 (2021/06/08)

### Deprecations/Changes

* `password` account IDs: When the `oidc` auth method came out, accounts were
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.3
VERSION?=0.3.0
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.3
ARG VERSION=0.3.0

LABEL name="Boundary" \
maintainer="HashiCorp Boundary Team <boundary@hashicorp.com>" \
Expand Down
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.3
PRODUCT_VERSION: 0.3.0
BUILD_TAGS: ui
CGO_ENABLED: 0

Expand Down

0 comments on commit 4d367a4

Please sign in to comment.