Skip to content

Commit

Permalink
Update module github.com/giantswarm/metrics-server-app to v2 (#187)
Browse files Browse the repository at this point in the history
* Update module github.com/giantswarm/metrics-server-app to v2

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* fix changelog

---------

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: QuentinBisson <quentin@giantswarm.io>
  • Loading branch information
renovate[bot] and QuentinBisson authored Oct 9, 2023
1 parent f5ca652 commit 2198ec9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 886 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Fixed

- Fix go version in tests.

## [2.3.0] - 2023-10-09

### Changed

- Replace condition for PSP CR installation.
- Fix PSS violations
- Fix PSS violations.

## [2.2.0] - 2023-05-03

Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.19
require (
github.com/giantswarm/apptest v1.2.1
github.com/giantswarm/backoff v1.0.0
github.com/giantswarm/metrics-server-app v1.8.0
github.com/giantswarm/microerror v0.4.0
github.com/giantswarm/micrologger v1.0.0
k8s.io/apimachinery v0.27.2
Expand Down
883 changes: 0 additions & 883 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions integration/env/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build k8srequired
// +build k8srequired

package env
Expand Down
1 change: 1 addition & 0 deletions integration/test/metrics/error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build k8srequired
// +build k8srequired

package metrics
Expand Down
3 changes: 2 additions & 1 deletion integration/test/metrics/main_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build k8srequired
// +build k8srequired

package metrics
Expand All @@ -12,7 +13,7 @@ import (
"github.com/giantswarm/micrologger"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/giantswarm/metrics-server-app/integration/env"
"github.com/giantswarm/metrics-server-app/v2/integration/env"
)

const (
Expand Down
1 change: 1 addition & 0 deletions integration/test/metrics/metrics_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build k8srequired
// +build k8srequired

package metrics
Expand Down

0 comments on commit 2198ec9

Please sign in to comment.