Skip to content

Commit ceabb64

Browse files
authored
Merge pull request #481 from stefanprodan/update-deps
Update dependencies
2 parents cbebb20 + 0f43c95 commit ceabb64

4 files changed

Lines changed: 95 additions & 94 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
- uses: ./.github/actions/runner-cleanup
22-
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
23-
- uses: fluxcd/flux2/action@871be9b40d53627786d3a3835a3ddba1e3234bd2 # v2.8.3
22+
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
23+
- uses: fluxcd/flux2/action@04acaec6161ac4fb1a82ffafa88901c03271d34f # v2.8.6
2424
- uses: stefanprodan/timoni/actions/setup@c68e33a34f17c7ca93c7fc6717d61a14819276dc # v0.26.0
2525
- name: Setup Notation CLI
2626
uses: notaryproject/notation-action/setup@b6fee73110795d6793253c673bd723f12bcf9bbb # v1.2.2
@@ -81,7 +81,7 @@ jobs:
8181
type=raw,value=${{ steps.prep.outputs.VERSION }}
8282
type=raw,value=latest
8383
- name: Publish multi-arch image
84-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
84+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
8585
with:
8686
sbom: true
8787
provenance: true
@@ -124,7 +124,7 @@ jobs:
124124
cosign sign ghcr.io/stefanprodan/charts/podinfo:${{ steps.prep.outputs.VERSION }} --yes
125125
cosign sign ghcr.io/stefanprodan/manifests/podinfo:${{ steps.prep.outputs.VERSION }} --yes
126126
- name: Publish base image
127-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
127+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
128128
with:
129129
push: true
130130
builder: ${{ steps.buildx.outputs.name }}
@@ -159,7 +159,7 @@ jobs:
159159
notation sign --signature-format cose ghcr.io/stefanprodan/podinfo-deploy:${{ steps.prep.outputs.VERSION }}
160160
notation sign --signature-format cose ghcr.io/stefanprodan/podinfo-deploy:latest
161161
- name: Publish release
162-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
162+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
163163
with:
164164
version: latest
165165
args: release --skip=validate

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![cve-scan](https://github.com/stefanprodan/podinfo/workflows/cve-scan/badge.svg)](https://github.com/stefanprodan/podinfo/blob/master/.github/workflows/cve-scan.yml)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/stefanprodan/podinfo)](https://goreportcard.com/report/github.com/stefanprodan/podinfo)
77
[![Docker Pulls](https://img.shields.io/docker/pulls/stefanprodan/podinfo)](https://hub.docker.com/r/stefanprodan/podinfo)
8+
[![slsa](https://slsa.dev/images/gh-badge-level2.svg)](https://github.com/stefanprodan/podinfo/attestations)
89

910
Podinfo is a tiny web application made with Go that showcases best practices of running microservices in Kubernetes.
1011
Podinfo is used by CNCF projects like [Flux](https://github.com/fluxcd/flux2) and [Flagger](https://github.com/fluxcd/flagger)

go.mod

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.26.0
44

55
require (
66
github.com/chzyer/readline v1.5.1
7-
github.com/fatih/color v1.18.0
8-
github.com/fsnotify/fsnotify v1.9.0
7+
github.com/fatih/color v1.19.0
8+
github.com/fsnotify/fsnotify v1.10.1
99
github.com/golang-jwt/jwt/v4 v4.5.2
1010
github.com/gomodule/redigo v1.9.3
1111
github.com/gorilla/mux v1.8.1
@@ -16,24 +16,24 @@ require (
1616
github.com/spf13/viper v1.21.0
1717
github.com/swaggo/http-swagger v1.3.4
1818
github.com/swaggo/swag v1.16.6
19-
go.opentelemetry.io/contrib/bridges/otelzap v0.15.0
20-
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.65.0
21-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.65.0
22-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0
23-
go.opentelemetry.io/contrib/propagators/aws v1.40.0
24-
go.opentelemetry.io/contrib/propagators/b3 v1.40.0
25-
go.opentelemetry.io/contrib/propagators/jaeger v1.40.0
26-
go.opentelemetry.io/contrib/propagators/ot v1.40.0
19+
go.opentelemetry.io/contrib/bridges/otelzap v0.18.0
20+
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.68.0
21+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.68.0
22+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
23+
go.opentelemetry.io/contrib/propagators/aws v1.43.0
24+
go.opentelemetry.io/contrib/propagators/b3 v1.43.0
25+
go.opentelemetry.io/contrib/propagators/jaeger v1.43.0
26+
go.opentelemetry.io/contrib/propagators/ot v1.43.0
2727
go.opentelemetry.io/otel v1.43.0
28-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0
29-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0
30-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
28+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.19.0
29+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0
30+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0
3131
go.opentelemetry.io/otel/sdk v1.43.0
32-
go.opentelemetry.io/otel/sdk/log v0.16.0
32+
go.opentelemetry.io/otel/sdk/log v0.19.0
3333
go.opentelemetry.io/otel/trace v1.43.0
34-
go.uber.org/zap v1.27.1
35-
golang.org/x/net v0.51.0
36-
google.golang.org/grpc v1.79.3
34+
go.uber.org/zap v1.28.0
35+
golang.org/x/net v0.54.0
36+
google.golang.org/grpc v1.81.1
3737
google.golang.org/protobuf v1.36.11
3838
)
3939

@@ -51,7 +51,7 @@ require (
5151
github.com/go-openapi/swag v0.23.1 // indirect
5252
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5353
github.com/google/uuid v1.6.0 // indirect
54-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
54+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
5555
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5656
github.com/josharian/intern v1.0.0 // indirect
5757
github.com/mailru/easyjson v0.9.0 // indirect
@@ -69,18 +69,18 @@ require (
6969
github.com/subosito/gotenv v1.6.0 // indirect
7070
github.com/swaggo/files v1.0.1 // indirect
7171
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
72-
go.opentelemetry.io/otel/log v0.16.0 // indirect
72+
go.opentelemetry.io/otel/log v0.19.0 // indirect
7373
go.opentelemetry.io/otel/metric v1.43.0 // indirect
74-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
74+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
7575
go.uber.org/multierr v1.11.0 // indirect
7676
go.yaml.in/yaml/v2 v2.4.2 // indirect
7777
go.yaml.in/yaml/v3 v3.0.4 // indirect
78-
golang.org/x/mod v0.33.0 // indirect
79-
golang.org/x/sync v0.19.0 // indirect
80-
golang.org/x/sys v0.42.0 // indirect
81-
golang.org/x/text v0.34.0 // indirect
82-
golang.org/x/tools v0.42.0 // indirect
83-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
84-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
78+
golang.org/x/mod v0.36.0 // indirect
79+
golang.org/x/sync v0.20.0 // indirect
80+
golang.org/x/sys v0.44.0 // indirect
81+
golang.org/x/text v0.37.0 // indirect
82+
golang.org/x/tools v0.45.0 // indirect
83+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
84+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
8585
gopkg.in/yaml.v3 v3.0.1 // indirect
8686
)

0 commit comments

Comments
 (0)