From 296fc6559166ebcf66b3e48abc6c2dba7599fb66 Mon Sep 17 00:00:00 2001 From: Gavin Scallon Date: Mon, 8 Jun 2020 11:44:15 -0600 Subject: [PATCH] Version update to 1.6.1 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- README.md | 2 +- download.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c3d184..bfca628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 ############################################################### # Copy Pilot contents to base image -FROM opensource/istio-1.6/pilot-1.6/pilot:1.6.0 AS base +FROM opensource/istio-1.6/pilot-1.6/pilot:1.6.1 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -16,7 +16,7 @@ COPY --from=base /cacert.pem /cacert.pem LABEL name="istio-pilot" \ maintainer="gavin.scallon@parsons.com" \ vendor="Open Source" \ - version="1.6.0" \ + version="1.6.1" \ release="1" \ summary="Istio Pilot provides traffic management capabilities in the Istio Service mesh" \ description="provides service discovery for the Envoy sidecars, traffic management capabilities for intelligent routing, and resiliency." 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/README.md b/README.md index 75082f1..ea687d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pilot -Version 1.6.0 +Version 1.6.1 # To Build/Run ```bash diff --git a/download.yaml b/download.yaml index bbc52c9..a4be3ba 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/pilot@sha256:5c0e326d4387039f0ed124d008e50cd6ecfe4a8e76cabf045fc1329902948610" - tag: "opensource/istio-1.6/pilot-1.6/pilot:1.6.0" \ No newline at end of file + - url: "docker://docker.io/istio/pilot@sha256:b82b8bc19e697318983f11fc9488086c236537def391d0c72fc01e37531cbdaa" + tag: "opensource/istio-1.6/pilot-1.6/pilot:1.6.1" \ No newline at end of file -- GitLab