Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Feb 16, 2021
1 parent e426fcf commit bc56592
Show file tree
Hide file tree
Showing 7 changed files with 274 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: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ install-go:
# Docker build and publish variables and targets
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=boundary
VERSION?=0.1.6
VERSION?=0.1.7
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.6
ARG VERSION=0.1.7

LABEL name="Boundary" \
maintainer="HashiCorp Boundary Team <[email protected]>" \
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.6
PRODUCT_VERSION: 0.1.7
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.6'
export default '0.1.7'

0 comments on commit bc56592

Please sign in to comment.