From e0a1b2da4b68fbbffaf703ed9081d2edd16fb7e4 Mon Sep 17 00:00:00 2001 From: ajayk Date: Wed, 19 Jul 2023 18:44:19 -0700 Subject: [PATCH] fix kots build --- kots.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kots.yaml b/kots.yaml index 68a69d3a4b8..c736668edc3 100644 --- a/kots.yaml +++ b/kots.yaml @@ -1,7 +1,7 @@ package: name: kots - version: 1.100.3 - epoch: 1 + version: 1.101.0 + epoch: 0 description: Kubernetes Off-The-Shelf (KOTS) Software copyright: - license: Apache-2.0 @@ -21,7 +21,7 @@ pipeline: - uses: fetch with: uri: https://github.com/replicatedhq/kots/archive/refs/tags/v${{package.version}}.tar.gz - expected-sha256: 400e7777e646238484c75ce738b366312205ed561e33efd699600b7ff1689472 + expected-sha256: d90835dc3db8a70a8d52327c3188634b2afb4cc0c246f107ce697ae665428eeb - runs: | set -x @@ -29,8 +29,10 @@ pipeline: mkdir -p "${DESTDIR}" # Mitigate GHSA-hqxw-f8mx-cpmw / CVE-2023-2253 - go get github.com/docker/distribution@v2.8.2-beta.1+incompatible - + go get github.com/docker/distribution@v2.8.2+incompatible + # the following dependency was upgraded to github.com/replicatedhq/troubleshoot@v0.70.0 + # causing build issues , remove this when the upstream upgrades https://github.com/replicatedhq/kots/blob/main/go.mod#L53 + go get github.com/replicatedhq/troubleshoot@v0.69.1 go mod tidy # Scripts etc.