From 4918cae02ee1fa79b4d771eb1c68ed4c14e4fd04 Mon Sep 17 00:00:00 2001 From: Gavin Scallon Date: Mon, 8 Jun 2020 11:32:43 -0600 Subject: [PATCH] Version bump 1.6.1 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4d0ef14..bac7ee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 ############################################################### # Copy mixer contents to base image -FROM opensource/istio/mixer/mixer:1.6.0 AS base +FROM opensource/istio/mixer/mixer:1.6.1 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -15,7 +15,7 @@ COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs LABEL name="istio-mixer" \ maintainer="gavin.scallon@parsons.com" \ vendor="Open Source" \ - version="1.6.0" \ + version="1.6.1" \ release="1" \ summary="Mixer provides policy controls and telemetry collection" \ description="Provides backend abstraction and intermediation" diff --git a/Jenkinsfile b/Jenkinsfile index f376c5c..c536db0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "1.6.0") \ No newline at end of file +dccscrPipeline( version: "1.6.1") \ No newline at end of file diff --git a/download.yaml b/download.yaml index 1785469..49d8d36 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/mixer@sha256:a2545ee8c615127179548d85c70c50d9772dc7a2abeffe82dd448bad19446ffa" - tag: "opensource/istio/mixer/mixer:1.6.0" + - url: "docker://docker.io/istio/mixer@sha256:c5c5d32773b3c6f39ca24420528213a3f084e39d013bbeb21fad1d7454aa2af0" + tag: "opensource/istio/mixer/mixer:1.6.1" -- GitLab