Skip to content

Commit

Permalink
Merge pull request #727 from openshift-kni/bump-rte-0.14.3
Browse files Browse the repository at this point in the history
rte: bump to 0.14.3
  • Loading branch information
openshift-ci[bot] authored Oct 20, 2023
2 parents c7b92ce + 8b488fe commit 7c03d18
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 22 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/k8stopologyawareschedwg/deployer v0.12.1-0.20230322120411-111a4d4522b1
github.com/k8stopologyawareschedwg/noderesourcetopology-api v0.1.1
github.com/k8stopologyawareschedwg/podfingerprint v0.2.2
github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.1
github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.3
github.com/kubevirt/device-plugin-manager v1.19.4
github.com/mdomke/git-semver v1.0.0
github.com/onsi/ginkgo/v2 v2.9.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ github.com/k8stopologyawareschedwg/noderesourcetopology-api v0.1.1 h1:BI3L7hNqRv
github.com/k8stopologyawareschedwg/noderesourcetopology-api v0.1.1/go.mod h1:AkACMQGiTgCt0lQw3m7TTU8PLH9lYKNK5e9DqFf5VuM=
github.com/k8stopologyawareschedwg/podfingerprint v0.2.2 h1:iFHPfZInM9pz2neye5RdmORMp1hPmte1EGJYpOOzZVg=
github.com/k8stopologyawareschedwg/podfingerprint v0.2.2/go.mod h1:C23pM15t06dXg/OihGlqBvnYzLr+MXDXJ7zMfbNAyXI=
github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.1 h1:TTymKhxtikJX47myRUgIGPZHFUn57SFKYn/bjgOqyeI=
github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.1/go.mod h1:I1i6X+17UR5z9givot0O3M4a92UZ8Ac9ww2gelzJRs0=
github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.3 h1:A3YbO5qNT1qRUFHt6CsOCf7K28qCfpvemc13PhkiBkE=
github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.3/go.mod h1:I1i6X+17UR5z9givot0O3M4a92UZ8Ac9ww2gelzJRs0=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down
2 changes: 1 addition & 1 deletion rte/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func main() {

cli = sharedcpuspool.NewFromLister(cli, parsedArgs.RTE.Debug, parsedArgs.RTE.ReferenceContainer)

err = prometheus.InitPrometheus()
err = prometheus.InitPrometheus(prometheus.ServingDisabled)
if err != nil {
klog.Fatalf("failed to start prometheus server: %v", err)
}
Expand Down

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.

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.

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ github.com/k8stopologyawareschedwg/noderesourcetopology-api/pkg/generated/client
# github.com/k8stopologyawareschedwg/podfingerprint v0.2.2
## explicit; go 1.17
github.com/k8stopologyawareschedwg/podfingerprint
# github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.1
# github.com/k8stopologyawareschedwg/resource-topology-exporter v0.14.3
## explicit; go 1.19
github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/dump
github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/k8sannotations
Expand Down

0 comments on commit 7c03d18

Please sign in to comment.