From 1c4258acc24265a26b0581929954ec112230fb8d Mon Sep 17 00:00:00 2001 From: hashicorp-ci Date: Wed, 21 Apr 2021 20:30:25 +0000 Subject: [PATCH] Release v1.5.8 --- 0.X/Makefile | 2 +- ubi/Dockerfile | 2 +- ubi/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/0.X/Makefile b/0.X/Makefile index ae59895..d9d6a6a 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.7.0 +export VERSION=1.5.8 .PHONY: build ent-image oss-image diff --git a/ubi/Dockerfile b/ubi/Dockerfile index 0babac8..01ebcd7 100644 --- a/ubi/Dockerfile +++ b/ubi/Dockerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2 LABEL maintainer="HashiCorp" -ARG VAULT_VERSION=1.7.0 +ARG VAULT_VERSION=1.5.8 # Additional metadata labels used by container registries, platforms # and certification scanners. diff --git a/ubi/Makefile b/ubi/Makefile index 3635592..0bef861 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.7.0 +export VERSION=1.5.8 .PHONY: build ent-image oss-image