Skip to content

Commit

Permalink
chore(release): Bump Boundary version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
louisruch committed Jan 13, 2022
1 parent ecbeab9 commit 221acff
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 291 deletions.
142 changes: 71 additions & 71 deletions .circleci/config.yml

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions .circleci/config/@build-release.yml

Large diffs are not rendered by default.

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

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

## Next
## 0.7.4 (2022/01/18)

### Deprecations/Changes

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ install-go:
# Docker build and publish variables and targets
REGISTRY_NAME?=docker.io/hashicorp
IMAGE_NAME=boundary
VERSION?=0.7.1
VERSION?=0.7.4
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.13.6

ARG VERSION=0.7.1
ARG VERSION=0.7.4

LABEL name="Boundary" \
maintainer="HashiCorp Boundary Team <boundary@hashicorp.com>" \
Expand Down
290 changes: 145 additions & 145 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.7.1
PRODUCT_VERSION: 0.7.4
BUILD_TAGS: ui
CGO_ENABLED: 0

Expand Down

0 comments on commit 221acff

Please sign in to comment.