From 411672822584a9cc2c69c9c9c6bde31155114ba9 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 11 Apr 2024 10:59:06 -0700 Subject: [PATCH] Bump version of Butler server and its clients Update the Butler server to w.2024.15, datalinker to 1.7.1, and vo-cutouts to 1.1.1. This updates to a newer version of the Butler server protocol and fixes a memory leak in datalinker --- applications/butler/Chart.yaml | 9 ++++----- applications/datalinker/Chart.yaml | 2 +- applications/vo-cutouts/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/applications/butler/Chart.yaml b/applications/butler/Chart.yaml index df532782e9..46b154b335 100644 --- a/applications/butler/Chart.yaml +++ b/applications/butler/Chart.yaml @@ -1,8 +1,7 @@ apiVersion: v2 -appVersion: server-1.0.2 -description: Server for Butler data abstraction service name: butler -sources: -- https://github.com/lsst/daf_butler -type: application version: 1.0.0 +description: Server for Butler data abstraction service +sources: + - https://github.com/lsst/daf_butler +appVersion: w.2024.15 diff --git a/applications/datalinker/Chart.yaml b/applications/datalinker/Chart.yaml index c12e24ad14..b68e3cb84f 100644 --- a/applications/datalinker/Chart.yaml +++ b/applications/datalinker/Chart.yaml @@ -4,7 +4,7 @@ version: 1.0.0 description: IVOA DataLink-based service and data discovery sources: - https://github.com/lsst-sqre/datalinker -appVersion: 1.7.0 +appVersion: 1.7.1 annotations: phalanx.lsst.io/docs: | - id: "DMTN-238" diff --git a/applications/vo-cutouts/Chart.yaml b/applications/vo-cutouts/Chart.yaml index de361e4f73..919d5bdda9 100644 --- a/applications/vo-cutouts/Chart.yaml +++ b/applications/vo-cutouts/Chart.yaml @@ -4,7 +4,7 @@ version: 1.0.0 description: "Image cutout service complying with IVOA SODA" sources: - "https://github.com/lsst-sqre/vo-cutouts" -appVersion: 1.1.0 +appVersion: 1.1.1 dependencies: - name: redis