Skip to content

Commit 4f59eea

Browse files
authored
chore(server): update Prometheus to LTS (OutlineFoundation#1655)
* chore(server): update Prometheus to LTS * Add arm64 archives.
1 parent 0bfa802 commit 4f59eea

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

third_party/Taskfile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ tasks:
1111
prometheus:download-*-*:
1212
desc: Download and extract prometheus binary
1313
vars:
14-
VERSION: '2.37.1'
14+
VERSION: '2.53.4'
1515
GOOS: '{{index .MATCH 0}}'
1616
GOARCH: '{{index .MATCH 1}}'
1717
TEMPFILE: {sh: mktemp}
1818
SHA256: '{{printf "%v/%v" .GOOS .GOARCH | get
1919
(dict
20-
"linux/amd64" "753f66437597cf52ada98c2f459aa8c03745475c249c9f2b40ac7b3919131ba6"
21-
"linux/arm64" "b59a66fb5c7ec5acf6bf426793528a5789a1478a0dad8c64edc2843caf31b1b8"
22-
"darwin/amd64" "e03a43d98955ac3500f57353ea74b5df829074205f195ea6b3b88f55c4575c79"
23-
"darwin/arm64" "eb8a174c82a0fb6c84e81d9a73214318fb4a605115ad61505d7883d02e5a6f52"
24-
)
20+
"linux/amd64" "b8b497c4610d1b93208252b60c8f20f6b2e78596ae8df43397a2e805aa53d475"
21+
"linux/arm64" "ec7236ecea7154d0bfe142921708b1ae7b5e921e100e0ee85ab92b7c444357e0"
22+
"darwin/amd64" "10066a1aa21c4ddb8d5e61c31b52e898d8ac42c7e99fd757e2fc4b6c20b8075f"
23+
"darwin/arm64" "cb3e638d8e9b4b27a6aa1f45a4faa3741b548aac67d4649aea7a2fad3c09f0a1"
24+
)
2525
}}'
2626
TARGET_DIR: '{{joinPath .OUTPUT_BASE "prometheus" .GOOS .GOARCH}}'
2727
TARGET: '{{joinPath .TARGET_DIR "prometheus"}}'

third_party/prometheus/METADATA

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@ third_party {
1010
}
1111
url {
1212
type: ARCHIVE
13-
value: "https://github.com/prometheus/prometheus/releases/download/2.37.1/prometheus-2.37.1.linux-amd64.tar.gz"
13+
value: "https://github.com/prometheus/prometheus/releases/download/v2.53.4/prometheus-2.53.4.linux-amd64.tar.gz"
1414
}
1515
url {
1616
type: ARCHIVE
17-
value: "https://github.com/prometheus/prometheus/releases/download/2.37.1/prometheus-2.37.1.darwin-amd64.tar.gz"
17+
value: "https://github.com/prometheus/prometheus/releases/download/v2.53.4/prometheus-2.53.4.linux-arm64.tar.gz"
1818
}
19-
version: "2.37.1"
20-
last_upgrade_date { year: 2022 month: 10 day: 24 }
19+
url {
20+
type: ARCHIVE
21+
value: "https://github.com/prometheus/prometheus/releases/download/v2.53.4/prometheus-2.53.4.darwin-amd64.tar.gz"
22+
}
23+
url {
24+
type: ARCHIVE
25+
value: "https://github.com/prometheus/prometheus/releases/download/v2.53.4/prometheus-2.53.4.darwin-arm64.tar.gz"
26+
}
27+
version: "2.53.4"
28+
last_upgrade_date { year: 2025 month: 3 day: 20 }
2129
license_type: PERMISSIVE
2230
}

0 commit comments

Comments
 (0)