Skip to content

Commit 221acff

Browse files
committed
chore(release): Bump Boundary version to 0.7.4
1 parent ecbeab9 commit 221acff

File tree

7 files changed

+291
-291
lines changed

7 files changed

+291
-291
lines changed

.circleci/config.yml

Lines changed: 71 additions & 71 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: 71 additions & 71 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Next
5+
## 0.7.4 (2022/01/18)
66

77
### Deprecations/Changes
88

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ install-go:
220220
# Docker build and publish variables and targets
221221
REGISTRY_NAME?=docker.io/hashicorp
222222
IMAGE_NAME=boundary
223-
VERSION?=0.7.1
223+
VERSION?=0.7.4
224224
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
225225
IMAGE_TAG_DEV=$(REGISTRY_NAME)/$(IMAGE_NAME):latest-$(shell git rev-parse --short HEAD)
226226
DOCKER_DIR=./docker

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.7.1
3+
ARG VERSION=0.7.4
44

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

packages-oss.lock/pkgs.yml

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

packages-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config:
1010
inputs:
1111
defaults:
1212
PRODUCT_NAME: boundary
13-
PRODUCT_VERSION: 0.7.1
13+
PRODUCT_VERSION: 0.7.4
1414
BUILD_TAGS: ui
1515
CGO_ENABLED: 0
1616

0 commit comments

Comments
 (0)