Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 9, 2021
1 parent 1047e7d commit 42ababa
Show file tree
Hide file tree
Showing 8 changed files with 275 additions and 275 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: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Canonical reference for changes, improvements, and bugfixes for Boundary.

## Next (Unreleased)
## 0.1.8 (2021/03/09)

### Changes/Deprecations

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ install-go:
# Docker build and publish variables and targets
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=boundary
VERSION?=0.1.7
VERSION?=0.1.8
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.1.7
ARG VERSION=0.1.8

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.1.7
PRODUCT_VERSION: 0.1.8
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 +1 @@
export default '0.1.7'
export default '0.1.8'

0 comments on commit 42ababa

Please sign in to comment.