From 14ce17a4f798de89e847f02d6f151d9b8452558f Mon Sep 17 00:00:00 2001 From: Luciano Di Lalla <88449051+ldilalla-HC@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:58:41 -0400 Subject: [PATCH 1/4] Update Dockerfile --- 0.X/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.X/Dockerfile b/0.X/Dockerfile index b249838..e2b9f94 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # This is the release of Vault to pull in. -ARG VAULT_VERSION=1.10.4 +ARG VAULT_VERSION=1.11.0-rc1 # Create a vault user and group first so the IDs get set the same way, # even as the rest of this may change over time. From fbf2f328b4ac0e7d6892f1b35c9c02a32003d73c Mon Sep 17 00:00:00 2001 From: Luciano Di Lalla <88449051+ldilalla-HC@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:58:58 -0400 Subject: [PATCH 2/4] Update Makefile --- 0.X/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.X/Makefile b/0.X/Makefile index 7630ba1..19c9707 100644 --- a/0.X/Makefile +++ b/0.X/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.10.4 +export VERSION=1.11.0-rc1 .PHONY: build ent-image oss-image xc-prod-image From e1f0ff14d7920a83ebaaca4577239add92e2520f Mon Sep 17 00:00:00 2001 From: Luciano Di Lalla <88449051+ldilalla-HC@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:59:15 -0400 Subject: [PATCH 3/4] Update Dockerfile --- ubi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi/Dockerfile b/ubi/Dockerfile index fcca8f7..b89b7ed 100644 --- a/ubi/Dockerfile +++ b/ubi/Dockerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 LABEL maintainer="HashiCorp" -ARG VAULT_VERSION=1.10.4 +ARG VAULT_VERSION=1.11.0-rc1 # Additional metadata labels used by container registries, platforms # and certification scanners. From 3997a32ccb031c327a2bce04bd2077b7cadab2ba Mon Sep 17 00:00:00 2001 From: Luciano Di Lalla <88449051+ldilalla-HC@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:59:36 -0400 Subject: [PATCH 4/4] Update Makefile --- ubi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi/Makefile b/ubi/Makefile index 211400e..f14fdac 100644 --- a/ubi/Makefile +++ b/ubi/Makefile @@ -1,5 +1,5 @@ export REGISTRY_NAME?=docker.io/hashicorp -export VERSION=1.10.4 +export VERSION=1.11.0-rc1 .PHONY: build ent-image oss-image