Skip to content

Commit

Permalink
Merge pull request #738 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon committed Jun 20, 2024
2 parents 600b534 + 2b44f02 commit 4803332
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion backblaze-b2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM python:3.12-alpine3.19

# https://pypi.org/project/b2/
ENV BACKBLAZE_B2_VERSION 4.0.2
ENV BACKBLAZE_B2_VERSION 4.0.3

RUN set -eux; \
pip install --no-cache-dir "b2 == $BACKBLAZE_B2_VERSION"; \
Expand Down
2 changes: 1 addition & 1 deletion backblaze-b2/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.3",
"python": {
"version": "3.12",
"from": "python:3.12-alpine3.19",
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV PATH /opt/firefox:$PATH
# https://archive.mozilla.org/pub/firefox/releases/
# https://download-installer.cdn.mozilla.net/pub/firefox/releases/
# https://www.mozilla.org/en-US/firefox/all/#product-desktop-release
ENV FIREFOX_VERSION 127.0
ENV FIREFOX_VERSION 127.0.1

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
2 changes: 1 addition & 1 deletion firefox/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "127.0"
"version": "127.0.1"
}
30 changes: 15 additions & 15 deletions prometheus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /opt/prometheus
ENV PATH /opt/prometheus:$PATH

# https://github.com/prometheus/prometheus/releases
ENV PROMETHEUS_VERSION 2.52.0
ENV PROMETHEUS_VERSION 2.53.0

RUN set -ex; \
\
Expand All @@ -30,20 +30,20 @@ RUN set -ex; \
\
filename="prometheus-${PROMETHEUS_VERSION}.linux-${promArch}.tar.gz"; \
case "$filename" in \
'prometheus-2.52.0.linux-386.tar.gz') sha256='ce9fa8370a82a64f1172d43f4cecc383d4d82b7b40bfbeaf7fe81aa5503af95e' ;; \
'prometheus-2.52.0.linux-amd64.tar.gz') sha256='7f31c5d6474bbff3e514e627e0b7a7fbbd4e5cea3f315fd0b76cad50be4c1ba3' ;; \
'prometheus-2.52.0.linux-arm64.tar.gz') sha256='b503c0f552e381d7d3f84dfd275166bf07c74f99c428ffed69447d4ab3259901' ;; \
'prometheus-2.52.0.linux-armv5.tar.gz') sha256='f3f95d88afe09fd147b8c77ecc75303950c5cf57ca6b9aad4cbad342f6d38025' ;; \
'prometheus-2.52.0.linux-armv6.tar.gz') sha256='c5034daa9ead78532557080a2ce5abddb5d9ad2f45faf37e3e9eb530ecf949d4' ;; \
'prometheus-2.52.0.linux-armv7.tar.gz') sha256='6bf7c4688e97f2f5cae0537a1c81efbfc92256041c94e04f974fb0a3152b9ede' ;; \
'prometheus-2.52.0.linux-mips.tar.gz') sha256='e9a09fe0c175649bb78b71f0e085467b33d7ff597fec15f8911c042206bd8964' ;; \
'prometheus-2.52.0.linux-mips64.tar.gz') sha256='685d80a17d42e59c94d332d24319f574fea10133d1def6d8f5b91120b7c6d18f' ;; \
'prometheus-2.52.0.linux-mips64le.tar.gz') sha256='68a503c0fa1586632f0d983e028c1c73faf4b130e88ead4ad39633a7e448ffb7' ;; \
'prometheus-2.52.0.linux-mipsle.tar.gz') sha256='8765df4454822aa63547cc9e19974a7ff21647150de157ce23bcbf867528980d' ;; \
'prometheus-2.52.0.linux-ppc64.tar.gz') sha256='a77b0cc9159e54799f93f7956ee4782b7261c0a434a191a16cf98541ee9696f4' ;; \
'prometheus-2.52.0.linux-ppc64le.tar.gz') sha256='5724e630f7f6c242f1f0cc78ba486347a225973947e014709fa9ae6e05ed357c' ;; \
'prometheus-2.52.0.linux-riscv64.tar.gz') sha256='ffcad855e91e9d572c86cb58de38ce8685ba7d63d9cf0f47c8e396c6211affbc' ;; \
'prometheus-2.52.0.linux-s390x.tar.gz') sha256='20db798e6dd41d53015218cb3c03d0d1a54e6421854bcc61d1a0ec93dd982250' ;; \
'prometheus-2.53.0.linux-386.tar.gz') sha256='8eaca90bd5da21a99559c4fcdf8026d858eea11dcd5b5fc5f76939fb0f11ce77' ;; \
'prometheus-2.53.0.linux-amd64.tar.gz') sha256='d9900a11e3c89261e6416e3c9989858bad7b206af8b6838dfe9a5392d8ddc60d' ;; \
'prometheus-2.53.0.linux-arm64.tar.gz') sha256='f3fb3c12db28155a791eba57f293c899ad753677a5aa8c327a80483b23ce98c6' ;; \
'prometheus-2.53.0.linux-armv5.tar.gz') sha256='cbb96041bc8fc8a22891966ec4ce52844bbcb70e34e6bcf24901b82e4c0c5bb1' ;; \
'prometheus-2.53.0.linux-armv6.tar.gz') sha256='6122db083861027526b2aaaf6cc5324f22c10936657082fb0a99830053e8855a' ;; \
'prometheus-2.53.0.linux-armv7.tar.gz') sha256='aabe658a02b7dd12c220d895dd64e7d4b2a5ab7a303cfb51e1767447d31764b4' ;; \
'prometheus-2.53.0.linux-mips.tar.gz') sha256='6e30c64d513002f1726524d8d49c2f7e6b5d0b7da6e76c0c37e1992d5aa4c9b1' ;; \
'prometheus-2.53.0.linux-mips64.tar.gz') sha256='dc5c78af2d961fa6f817fb462b35606b4b499e64d1cef6221631e5e216c8718c' ;; \
'prometheus-2.53.0.linux-mips64le.tar.gz') sha256='7da9460a487bc95d392c940393b17f7d919c7db70fee38eb59b8f4eab3d2b1e1' ;; \
'prometheus-2.53.0.linux-mipsle.tar.gz') sha256='ebf9f2e2647d552d92cb0870c1cbd1c175691c6b8de29fcb8046bfa79b100cb9' ;; \
'prometheus-2.53.0.linux-ppc64.tar.gz') sha256='964c232c836bfdb7e69f660dde1b5d3c3d5615674d2018567c7d1b4c3cc0d58f' ;; \
'prometheus-2.53.0.linux-ppc64le.tar.gz') sha256='962b28660641e26a087e6e8698501b96907d35e9c5c16ab949885000212d603a' ;; \
'prometheus-2.53.0.linux-riscv64.tar.gz') sha256='1e190d090051cfdc6bb99e681f472ad60ff5c5a387718474da074ac1f0ae1d69' ;; \
'prometheus-2.53.0.linux-s390x.tar.gz') sha256='b19230f3b36187c9496f49fde0a3f3828d535c58cffc545d80cc91492b845b77' ;; \
*) echo >&2 "error: unknown file: $filename"; exit 1 ;; \
esac; \
wget -O /tmp/prom.tar.gz "https://github.com/prometheus/prometheus/releases/download/v${PROMETHEUS_VERSION}/$filename"; \
Expand Down
78 changes: 39 additions & 39 deletions prometheus/versions.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"commit": "879d80922a227c37df502e7315fad8ceb10a986d",
"ref": "refs/tags/v2.52.0^{}",
"tag": "v2.52.0",
"version": "2.52.0",
"commit": "4c35b9250afefede41c5f5acd76191f90f625898",
"ref": "refs/tags/v2.53.0^{}",
"tag": "v2.53.0",
"version": "2.53.0",
"sha256": {
"prometheus-2.52.0.darwin-amd64.tar.gz": "6c5c05dd67074ade127004ddece0dac331309b16964e315211caf1a25c1f1826",
"prometheus-2.52.0.darwin-arm64.tar.gz": "a4bbadbede57f9568404d43afec160243a977999007a1acb9a579e418ce048b9",
"prometheus-2.52.0.dragonfly-amd64.tar.gz": "79c5e8f35a4003a73ca4a15a29975a10136b623c63e452f684e893653e65a635",
"prometheus-2.52.0.freebsd-386.tar.gz": "2fdcc755ab5274bac9113c4fb887f282475c1308996b8ddaf5145f0fe1d61dfa",
"prometheus-2.52.0.freebsd-amd64.tar.gz": "3c776788e422db34d7f8e9049f18b52cbe2c234fe51cfaeb177a24016107c7a2",
"prometheus-2.52.0.freebsd-arm64.tar.gz": "9876efca8655501cb7a5c5268ac5f7ccd953cedcfe24050957da942c2a43d2ad",
"prometheus-2.52.0.freebsd-armv6.tar.gz": "668d8f25701e365c7fdb40c8c5c97935c0dff6d9c0907fca8fd8ad134f5e5d0f",
"prometheus-2.52.0.freebsd-armv7.tar.gz": "c6f6d6f072178de788681cb8f182e2a3fb1f3987e6c0defa0844ea6e470e3885",
"prometheus-2.52.0.illumos-amd64.tar.gz": "057c708eeb17239cd6ff9bbb966e349027f7843cff75f4f6652631300398354c",
"prometheus-2.52.0.linux-386.tar.gz": "ce9fa8370a82a64f1172d43f4cecc383d4d82b7b40bfbeaf7fe81aa5503af95e",
"prometheus-2.52.0.linux-amd64.tar.gz": "7f31c5d6474bbff3e514e627e0b7a7fbbd4e5cea3f315fd0b76cad50be4c1ba3",
"prometheus-2.52.0.linux-arm64.tar.gz": "b503c0f552e381d7d3f84dfd275166bf07c74f99c428ffed69447d4ab3259901",
"prometheus-2.52.0.linux-armv5.tar.gz": "f3f95d88afe09fd147b8c77ecc75303950c5cf57ca6b9aad4cbad342f6d38025",
"prometheus-2.52.0.linux-armv6.tar.gz": "c5034daa9ead78532557080a2ce5abddb5d9ad2f45faf37e3e9eb530ecf949d4",
"prometheus-2.52.0.linux-armv7.tar.gz": "6bf7c4688e97f2f5cae0537a1c81efbfc92256041c94e04f974fb0a3152b9ede",
"prometheus-2.52.0.linux-mips.tar.gz": "e9a09fe0c175649bb78b71f0e085467b33d7ff597fec15f8911c042206bd8964",
"prometheus-2.52.0.linux-mips64.tar.gz": "685d80a17d42e59c94d332d24319f574fea10133d1def6d8f5b91120b7c6d18f",
"prometheus-2.52.0.linux-mips64le.tar.gz": "68a503c0fa1586632f0d983e028c1c73faf4b130e88ead4ad39633a7e448ffb7",
"prometheus-2.52.0.linux-mipsle.tar.gz": "8765df4454822aa63547cc9e19974a7ff21647150de157ce23bcbf867528980d",
"prometheus-2.52.0.linux-ppc64.tar.gz": "a77b0cc9159e54799f93f7956ee4782b7261c0a434a191a16cf98541ee9696f4",
"prometheus-2.52.0.linux-ppc64le.tar.gz": "5724e630f7f6c242f1f0cc78ba486347a225973947e014709fa9ae6e05ed357c",
"prometheus-2.52.0.linux-riscv64.tar.gz": "ffcad855e91e9d572c86cb58de38ce8685ba7d63d9cf0f47c8e396c6211affbc",
"prometheus-2.52.0.linux-s390x.tar.gz": "20db798e6dd41d53015218cb3c03d0d1a54e6421854bcc61d1a0ec93dd982250",
"prometheus-2.52.0.netbsd-386.tar.gz": "8ab7688f47196999f264ce19ac685724972969e2e0f8793cf15bf1f8b2628111",
"prometheus-2.52.0.netbsd-amd64.tar.gz": "7316d5ea9c775f913a5426296e267a12c48dc6dae1752ca01470008973e464b4",
"prometheus-2.52.0.netbsd-arm64.tar.gz": "ad03a81332fbd207455bba620c4f3eb7576e7477ee835bc0dcc7ca71dcf3432b",
"prometheus-2.52.0.netbsd-armv6.tar.gz": "66aa9896d7ed2f13b705b616068bae8b75a72f2d3444065a7e675c3295cfd556",
"prometheus-2.52.0.netbsd-armv7.tar.gz": "a9d3043384f9accb54c3d16c33efbbc97aa243654de572649f019caf7ac9b263",
"prometheus-2.52.0.windows-386.tar.gz": "90caab97d459636fa629cc7254c8fd7ccac3223f4a7111b17bd75b3f33c5a656",
"prometheus-2.52.0.windows-386.zip": "f93088ece91c5b1dfe69e21ac1e1a068815dbd12fbfd4dd8b33aeb73e093ae9b",
"prometheus-2.52.0.windows-amd64.tar.gz": "4e6a93557a08653cdc15abc6163ad6fb258515379fc9039112325688a8c2885e",
"prometheus-2.52.0.windows-amd64.zip": "c38f3facd2e2a20c8578cab0e9311283392c535d49b8858ce36c61cc7fc84b60",
"prometheus-2.52.0.windows-arm64.tar.gz": "91a44b461cdf53245560af8c4c71956aff26dc0689299f307a398836c37be29d",
"prometheus-2.52.0.windows-arm64.zip": "c0a9bafa5ed084cfbb8e6fd91cc925e457c0bbeba0ea016a1836e16d827d54ed",
"prometheus-web-ui-2.52.0.tar.gz": "fc74cd0eefe6b1414b8aa6c3e6bc953e50cea9f013fbc30418dbac9aedf11f5c"
"prometheus-2.53.0.darwin-amd64.tar.gz": "bf4ef82fc332dbb1a254c8ed7919363415126c1ed4e2ede536f8a049649976f5",
"prometheus-2.53.0.darwin-arm64.tar.gz": "1d85857f758dd84606f05249e5a866fb29bc90071c1b7756a6747562fe21a07d",
"prometheus-2.53.0.dragonfly-amd64.tar.gz": "a3d84fe3d96978bb6d888004aee2c603ab9d061dc50f2443f37804d16127a103",
"prometheus-2.53.0.freebsd-386.tar.gz": "f93f0a5233161c23b03d5e545b8f7290d5e6d7c8ba56c6233d8df943f4f734b0",
"prometheus-2.53.0.freebsd-amd64.tar.gz": "0415030e0c9546247a8b6ba0f4aadd142be0e113377dc678fbdecbba968e294e",
"prometheus-2.53.0.freebsd-arm64.tar.gz": "41687dcaf6d5fb9161821488cd486ebb74b8ee46927522891e5c78548731189a",
"prometheus-2.53.0.freebsd-armv6.tar.gz": "d3628cf7be6e1495b9835e4bbbe5dbc663b6c9ec0236d9cb9fb4687197684f32",
"prometheus-2.53.0.freebsd-armv7.tar.gz": "08a78e49b7ab839514cbe345fb29c210a9c1c3402d0bef32fa17aec5ef2cce62",
"prometheus-2.53.0.illumos-amd64.tar.gz": "5861ba4f9ce64085c74e5f277a2518ee378856f33af6d911f870d2adb2dcee0d",
"prometheus-2.53.0.linux-386.tar.gz": "8eaca90bd5da21a99559c4fcdf8026d858eea11dcd5b5fc5f76939fb0f11ce77",
"prometheus-2.53.0.linux-amd64.tar.gz": "d9900a11e3c89261e6416e3c9989858bad7b206af8b6838dfe9a5392d8ddc60d",
"prometheus-2.53.0.linux-arm64.tar.gz": "f3fb3c12db28155a791eba57f293c899ad753677a5aa8c327a80483b23ce98c6",
"prometheus-2.53.0.linux-armv5.tar.gz": "cbb96041bc8fc8a22891966ec4ce52844bbcb70e34e6bcf24901b82e4c0c5bb1",
"prometheus-2.53.0.linux-armv6.tar.gz": "6122db083861027526b2aaaf6cc5324f22c10936657082fb0a99830053e8855a",
"prometheus-2.53.0.linux-armv7.tar.gz": "aabe658a02b7dd12c220d895dd64e7d4b2a5ab7a303cfb51e1767447d31764b4",
"prometheus-2.53.0.linux-mips.tar.gz": "6e30c64d513002f1726524d8d49c2f7e6b5d0b7da6e76c0c37e1992d5aa4c9b1",
"prometheus-2.53.0.linux-mips64.tar.gz": "dc5c78af2d961fa6f817fb462b35606b4b499e64d1cef6221631e5e216c8718c",
"prometheus-2.53.0.linux-mips64le.tar.gz": "7da9460a487bc95d392c940393b17f7d919c7db70fee38eb59b8f4eab3d2b1e1",
"prometheus-2.53.0.linux-mipsle.tar.gz": "ebf9f2e2647d552d92cb0870c1cbd1c175691c6b8de29fcb8046bfa79b100cb9",
"prometheus-2.53.0.linux-ppc64.tar.gz": "964c232c836bfdb7e69f660dde1b5d3c3d5615674d2018567c7d1b4c3cc0d58f",
"prometheus-2.53.0.linux-ppc64le.tar.gz": "962b28660641e26a087e6e8698501b96907d35e9c5c16ab949885000212d603a",
"prometheus-2.53.0.linux-riscv64.tar.gz": "1e190d090051cfdc6bb99e681f472ad60ff5c5a387718474da074ac1f0ae1d69",
"prometheus-2.53.0.linux-s390x.tar.gz": "b19230f3b36187c9496f49fde0a3f3828d535c58cffc545d80cc91492b845b77",
"prometheus-2.53.0.netbsd-386.tar.gz": "00bb41edefcd1cf92e0c33255f5864ddb094813f8e906f15e08a606e6d20db0d",
"prometheus-2.53.0.netbsd-amd64.tar.gz": "468f1d278649805616f3bf2a70c412a3c6968d4276dfbda0e92d354751f60481",
"prometheus-2.53.0.netbsd-arm64.tar.gz": "2cad992d5476cea823448e841b47a48d1dcc55881e3962739a4021596f52a53d",
"prometheus-2.53.0.netbsd-armv6.tar.gz": "e903effdbb42f6f4651051d772648e16ef92d4ad80385c68db1217b62d8a47e3",
"prometheus-2.53.0.netbsd-armv7.tar.gz": "54da2c51d7e3b2afb5d9dc286c13cb6cbc07487dcc4ef4cffb589f0cd21c77b9",
"prometheus-2.53.0.windows-386.tar.gz": "d4caf484df4fb0aa689b63809124b03e9560ed79a4d2e54dd55cf8c828ef0a7c",
"prometheus-2.53.0.windows-386.zip": "d94cf50b4776d8284843c5ba58d94afabb2e733e297d7cd50c7ca4898efe0daf",
"prometheus-2.53.0.windows-amd64.tar.gz": "5fd4d3151a85ef62e97d76699a6d38a6dea3cd09522ae66e8c17ea119c29a22f",
"prometheus-2.53.0.windows-amd64.zip": "2e603a3c895180777e3434c2e7d0a59e192dd28d4f74b73a31def008f2d11ce5",
"prometheus-2.53.0.windows-arm64.tar.gz": "0568bf14e6e0016fb2cb5a2833b6744a20ab5712703d9b0eb5fa5feacc7a4cba",
"prometheus-2.53.0.windows-arm64.zip": "61a32588be3b0184a7181dab3d6c1b0f20d6cd395b1b13e612ed1b66e65b8572",
"prometheus-web-ui-2.53.0.tar.gz": "a06855a6be3bf9b946eee76ee0f71dfb835d9f453e478ee2ebd9e179ab830e8a"
}
}

0 comments on commit 4803332

Please sign in to comment.