Skip to content

Commit

Permalink
chore: Update version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Sep 27, 2021
1 parent f9c043c commit 07c5c00
Show file tree
Hide file tree
Showing 9 changed files with 688 additions and 686 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.

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.6.2 (2021/09/27)

### Deprecations/Changes

* permissions: Fix bug in _Host Sets_ service that authenticated requests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ install-go:
# Docker build and publish variables and targets
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=boundary
VERSION?=0.6.1
VERSION?=0.6.2
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.16.7"
VERSION="1.17.1"

[ -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.13.6

ARG VERSION=0.6.1
ARG VERSION=0.6.2

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 07c5c00

Please sign in to comment.