Skip to content

Commit

Permalink
Merge pull request #10185 from cpanato/fix-kots
Browse files Browse the repository at this point in the history
mitigate CVE-2023-48795 and GHSA-7ww5-4wqc-m92c for kots
rawlingsj authored Dec 20, 2023
2 parents 36fa3d2 + 4c44300 commit 1aeb230
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kots.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kots
version: 1.104.7
epoch: 0
epoch: 1
description: Kubernetes Off-The-Shelf (KOTS) Software
copyright:
- license: Apache-2.0
@@ -23,6 +23,11 @@ pipeline:
uri: https://github.com/replicatedhq/kots/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: 68b8ef5261d5894262bd33631bc800119f59ff8aae40da372e58577bcdac7c12

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.17.0 github.com/containerd/containerd@v1.7.11
go-version: "1.21.0"

- runs: |
set -x
mkdir -p ${{targets.destdir}}/etc

0 comments on commit 1aeb230

Please sign in to comment.