Skip to content

Commit

Permalink
Prep for 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Jan 29, 2021
1 parent 0b44583 commit ba6c0df
Show file tree
Hide file tree
Showing 10 changed files with 691 additions and 688 deletions.
278 changes: 139 additions & 139 deletions .circleci/config.yml

Large diffs are not rendered by default.

278 changes: 139 additions & 139 deletions .circleci/config/@build-release.yml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

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

## Next
## 0.1.5 (2021/01/29)

*NOTE*: This version requires a database migration via the new `boundary
database migrate` command.

### Security

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ install-go:
# Docker build and publish variables and targets
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=boundary
VERSION?=0.1.4
VERSION?=0.1.5
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 ci/goinstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="1.15.6"
VERSION="1.15.7"

[ -z "$GOROOT" ] && GOROOT="$HOME/.go"
[ -z "$GOPATH" ] && GOPATH="$HOME/go"
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.4
ARG VERSION=0.1.5

LABEL name="Boundary" \
maintainer="HashiCorp Boundary Team <boundary@hashicorp.com>" \
Expand Down
64 changes: 32 additions & 32 deletions packages-oss.lock/layers/layers.mk

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba6c0df

Please sign in to comment.