Skip to content

Commit

Permalink
Bump prom/prometheus from 2.48.0 to 2.48.1
Browse files Browse the repository at this point in the history
```bash
$ grype -q prom/prometheus:v2.48.0
NAME                      INSTALLED             FIXED-IN  TYPE       VULNERABILITY        SEVERITY
busybox                   1.36.1                          binary     CVE-2023-42366       Medium
busybox                   1.36.1                          binary     CVE-2023-42365       Medium
busybox                   1.36.1                          binary     CVE-2023-42364       Medium
busybox                   1.36.1                          binary     CVE-2023-42363       Medium
github.com/docker/docker  v24.0.6+incompatible  24.0.7    go-module  GHSA-jq35-85cj-fj4p  Medium
golang.org/x/crypto       v0.14.0               0.17.0    go-module  GHSA-45x7-px36-x8w8  Medium
stdlib                    go1.21.4                        go-module  CVE-2023-45285       High
stdlib                    go1.21.4                        go-module  CVE-2023-39326       Medium

$ grype -q prom/prometheus:v2.48.1
NAME                      INSTALLED             FIXED-IN  TYPE       VULNERABILITY        SEVERITY
busybox                   1.36.1                          binary     CVE-2023-42366       Medium
busybox                   1.36.1                          binary     CVE-2023-42365       Medium
busybox                   1.36.1                          binary     CVE-2023-42364       Medium
busybox                   1.36.1                          binary     CVE-2023-42363       Medium
github.com/docker/docker  v24.0.6+incompatible  24.0.7    go-module  GHSA-jq35-85cj-fj4p  Medium
golang.org/x/crypto       v0.14.0               0.17.0    go-module  GHSA-45x7-px36-x8w8  Medium
```
  • Loading branch information
alpeb committed Jan 3, 2024
1 parent ef52993 commit ac097e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion viz/charts/linkerd-viz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ prometheus:
# -- Docker image name for the prometheus instance
name: prometheus
# -- Docker image tag for the prometheus instance
tag: v2.48.0
tag: v2.48.1
# -- Pull policy for the prometheus instance
# @default -- defaultImagePullPolicy
pullPolicy: ""
Expand Down
2 changes: 1 addition & 1 deletion viz/cmd/testdata/install_default.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion viz/cmd/testdata/install_default_overrides.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion viz/cmd/testdata/install_proxy_resources.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac097e1

Please sign in to comment.