From beed784af7bc4fb1407488c8a18c214134b7068d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20YANIK?= Date: Thu, 12 Sep 2024 14:10:21 +0200 Subject: [PATCH 1/4] Changed "versions" to "version". --- services/proxy/pkg/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/proxy/pkg/metrics/metrics.go b/services/proxy/pkg/metrics/metrics.go index fe56a9ef778..ef820313640 100644 --- a/services/proxy/pkg/metrics/metrics.go +++ b/services/proxy/pkg/metrics/metrics.go @@ -46,7 +46,7 @@ func New() *Metrics { Subsystem: Subsystem, Name: "build_info", Help: "Build Information", - }, []string{"versions"}), + }, []string{"version"}), } _ = prometheus.Register(m.Requests) From 6f2509c445866198bfa48616d572a8bc9db20628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20YANIK?= Date: Mon, 16 Sep 2024 13:13:13 +0300 Subject: [PATCH 2/4] added changelog. --- changelog/unreleased/fix-proxy-build-info.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-proxy-build-info.md diff --git a/changelog/unreleased/fix-proxy-build-info.md b/changelog/unreleased/fix-proxy-build-info.md new file mode 100644 index 00000000000..255cf9cbb37 --- /dev/null +++ b/changelog/unreleased/fix-proxy-build-info.md @@ -0,0 +1,5 @@ +Bugfix: Fixed proxy build info + +The version string for the proxy service has been changed to 'version'. + +# 10039 From 98b539c222625f36dd64a1691b83e9aa2eabb9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20YANIK?= <53170255+nazliyanik@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:25:08 +0300 Subject: [PATCH 3/4] Updated fix-proxy-build-info.md --- changelog/unreleased/fix-proxy-build-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/fix-proxy-build-info.md b/changelog/unreleased/fix-proxy-build-info.md index 255cf9cbb37..25f60d892ff 100644 --- a/changelog/unreleased/fix-proxy-build-info.md +++ b/changelog/unreleased/fix-proxy-build-info.md @@ -2,4 +2,4 @@ Bugfix: Fixed proxy build info The version string for the proxy service has been changed to 'version'. -# 10039 +[10035](https://github.com/owncloud/ocis/pull/10039) From 93efbe1ab423ea88a1eb1c0b8238f9bd10b77e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20YANIK?= <53170255+nazliyanik@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:13:42 +0200 Subject: [PATCH 4/4] Updated PR url format fix-proxy-build-info.md --- changelog/unreleased/fix-proxy-build-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/fix-proxy-build-info.md b/changelog/unreleased/fix-proxy-build-info.md index 25f60d892ff..d405c052b5e 100644 --- a/changelog/unreleased/fix-proxy-build-info.md +++ b/changelog/unreleased/fix-proxy-build-info.md @@ -2,4 +2,4 @@ Bugfix: Fixed proxy build info The version string for the proxy service has been changed to 'version'. -[10035](https://github.com/owncloud/ocis/pull/10039) +https://github.com/owncloud/ocis/pull/10039