Skip to content

Commit

Permalink
Update dependency architect to v5.11.2 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fernando Ripoll <[email protected]>
  • Loading branch information
renovate[bot] and pipo02mix authored Jan 9, 2025
1 parent af79aea commit 5eb49f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
architect: giantswarm/architect@5.8.0
architect: giantswarm/architect@5.11.4

workflows:
build:
Expand Down
1 change: 0 additions & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
CVE-2024-24786 until=2024-06-01
3 changes: 3 additions & 0 deletions helm/release-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
image: quay.io/giantswarm/release-exporter:{{ .Chart.Version }}
args:
- --update-cache-every={{ .Values.updateCacheEvery }}
ports:
- containerPort: 8000
name: metrics
resources:
requests:
cpu: 100m
Expand Down
4 changes: 2 additions & 2 deletions release.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"net/http"
"sort"

"gopkg.in/yaml.v3"
yaml "gopkg.in/yaml.v3"

"github.com/Masterminds/semver/v3"
semver "github.com/Masterminds/semver/v3"
"github.com/prometheus/client_golang/prometheus"
)

Expand Down

0 comments on commit 5eb49f3

Please sign in to comment.