Skip to content

Commit 07c5c00

Browse files
committed
chore: Update version to 0.6.2
1 parent f9c043c commit 07c5c00

File tree

9 files changed

+688
-686
lines changed

9 files changed

+688
-686
lines changed

.circleci/config.yml

Lines changed: 139 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config/@build-release.yml

Lines changed: 139 additions & 139 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.
44

55
## Next
66

7+
## 0.6.2 (2021/09/27)
8+
79
### Deprecations/Changes
810

911
* permissions: Fix bug in _Host Sets_ service that authenticated requests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ install-go:
178178
# Docker build and publish variables and targets
179179
REGISTRY_NAME?=docker.io/hashicorp
180180
IMAGE_NAME=boundary
181-
VERSION?=0.6.1
181+
VERSION?=0.6.2
182182
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
183183
IMAGE_TAG_DEV=$(REGISTRY_NAME)/$(IMAGE_NAME):latest-$(shell git rev-parse --short HEAD)
184184
DOCKER_DIR=./docker

ci/goinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
VERSION="1.16.7"
4+
VERSION="1.17.1"
55

66
[ -z "$GOROOT" ] && GOROOT="$HOME/.go"
77
[ -z "$GOPATH" ] && GOPATH="$HOME/go"

docker/Release.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker.mirror.hashicorp.services/alpine:3.13.6
22

3-
ARG VERSION=0.6.1
3+
ARG VERSION=0.6.2
44

55
LABEL name="Boundary" \
66
maintainer="HashiCorp Boundary Team <[email protected]>" \

packages-oss.lock/layers/layers.mk

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)