generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make release v0.0.8 releasable (#146)
- Loading branch information
Showing
6 changed files
with
388 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
CVE-2022-29153 until=2024-04-15 # github.com/hashicorp/consul/[email protected] | ||
CVE-2023-37264 until=2024-04-15 # github.com/tektoncd/[email protected] | ||
CVE-2022-34038 until=2023-12-13 # go.etcd.io/etcd/[email protected] | ||
CVE-2023-0296 until=2024-04-15 # go.etcd.io/etcd/[email protected] | ||
CVE-2023-32082 until=2023-12-13 # go.etcd.io/etcd/[email protected] | ||
CVE-2019-15562 until=2023-12-13 # github.com/jinzhu/[email protected] | ||
CVE-2020-8561 until=2023-12-14 # k8s.io/[email protected] | ||
CVE-2023-47090 until=2024-02-05 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2023-46737 until=2024-02-06 # github.com/sigstore/[email protected] | ||
CVE-2023-49290 until=2024-03-10 # github.com/lestrrat-go/jwx/[email protected] | ||
CVE-2020-26521 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2021-3127 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2021-32026 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2022-29946 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2022-42709 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2020-26892 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2020-28466 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2022-24450 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2022-42708 until=2024-03-10 # github.com/nats-io/nats-server/[email protected] | ||
CVE-2024-24786 until=2024-09-28 # google.golang.org/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Build the manager binary | ||
FROM golang:1.21 as builder | ||
FROM golang:1.22 as builder | ||
ARG TARGETOS | ||
ARG TARGETARCH | ||
|
||
|
Oops, something went wrong.