From cd0cb6fadce9b3a380c7021e0b5847c9f81c923c Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Fri, 15 Mar 2024 10:06:14 +0000 Subject: [PATCH] Resolve L2SS-1580 "Replicate statistics data" --- README.md | 1 + infra/env.yaml | 4 ++-- tangostationcontrol/VERSION | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 521b500de..953102f2f 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Next change the version in the following places: # Release Notes +* 0.29.2 Bump MinIO versions * 0.29.1-3 Fix central logs service consul name * 0.29.1-2 Fix vector tenant_id, must be string * 0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting diff --git a/infra/env.yaml b/infra/env.yaml index 62c353198..e3a78aa15 100644 --- a/infra/env.yaml +++ b/infra/env.yaml @@ -26,9 +26,9 @@ monitoring: object_storage: minio: - version: RELEASE.2023-12-09T18-17-51Z + version: RELEASE.2024-03-10T02-53-48Z mc: - version: RELEASE.2023-12-07T22-13-17Z + version: RELEASE.2024-03-09T06-43-06Z user: name: minioadmin pass: minioadmin diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 9366836e8..20f068700 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.29.1-3 +0.29.2 -- GitLab