-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nats] Release v2.10.18 #17193
Merged
Merged
[nats] Release v2.10.18 #17193
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Details can be found [here](https://github.com/nats-io/nats-server/releases/tag/v2.10.18) Signed-off-by: Byron Ruth <[email protected]>
Diff for bd862d6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index fabc94e..987412c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
Maintainers: Derek Collison <[email protected]> (@derekcollison), Waldemar Quevedo Salinas <[email protected]> (@wallyqs), Byron Ruth <[email protected]> (@bruth), Neil Twigg <[email protected]> (@neilalexander), Phil Pennock <[email protected]> (@philpennock)
GitRepo: https://github.com/nats-io/nats-docker.git
GitFetch: refs/heads/main
-GitCommit: b62a08ad939fa4ed4927abbc45c497576b50dda5
+GitCommit: dde13357c04762cbaa74e092a86de36075a2ef2e
Tags: 2.9.25-alpine3.18, 2.9-alpine3.18, 2.9.25-alpine, 2.9-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8
@@ -24,23 +24,23 @@ Architectures: windows-amd64
Directory: 2.9.x/windowsservercore-1809
Constraints: windowsservercore-1809
-Tags: 2.10.17-alpine3.20, 2.10-alpine3.20, 2-alpine3.20, alpine3.20, 2.10.17-alpine, 2.10-alpine, 2-alpine, alpine
+Tags: 2.10.18-alpine3.20, 2.10-alpine3.20, 2-alpine3.20, alpine3.20, 2.10.18-alpine, 2.10-alpine, 2-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
Directory: 2.10.x/alpine3.20
-Tags: 2.10.17-nanoserver-1809, 2.10-nanoserver-1809, 2-nanoserver-1809, nanoserver-1809
-SharedTags: 2.10.17-nanoserver, 2.10-nanoserver, 2-nanoserver, nanoserver, 2.10.17, 2.10, 2, latest
+Tags: 2.10.18-nanoserver-1809, 2.10-nanoserver-1809, 2-nanoserver-1809, nanoserver-1809
+SharedTags: 2.10.18-nanoserver, 2.10-nanoserver, 2-nanoserver, nanoserver, 2.10.18, 2.10, 2, latest
Architectures: windows-amd64
Directory: 2.10.x/nanoserver-1809
Constraints: nanoserver-1809, windowsservercore-1809
-Tags: 2.10.17-scratch, 2.10-scratch, 2-scratch, scratch, 2.10.17-linux, 2.10-linux, 2-linux, linux
-SharedTags: 2.10.17, 2.10, 2, latest
+Tags: 2.10.18-scratch, 2.10-scratch, 2-scratch, scratch, 2.10.18-linux, 2.10-linux, 2-linux, linux
+SharedTags: 2.10.18, 2.10, 2, latest
Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
Directory: 2.10.x/scratch
-Tags: 2.10.17-windowsservercore-1809, 2.10-windowsservercore-1809, 2-windowsservercore-1809, windowsservercore-1809
-SharedTags: 2.10.17-windowsservercore, 2.10-windowsservercore, 2-windowsservercore, windowsservercore
+Tags: 2.10.18-windowsservercore-1809, 2.10-windowsservercore-1809, 2-windowsservercore-1809, windowsservercore-1809
+SharedTags: 2.10.18-windowsservercore, 2.10-windowsservercore, 2-windowsservercore, windowsservercore
Architectures: windows-amd64
Directory: 2.10.x/windowsservercore-1809
Constraints: windowsservercore-1809
diff --git a/_bashbrew-list b/_bashbrew-list
index 8be7c69..4854cee 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -34,15 +34,15 @@ nats:2.10-nanoserver-1809
nats:2.10-scratch
nats:2.10-windowsservercore
nats:2.10-windowsservercore-1809
-nats:2.10.17
-nats:2.10.17-alpine
-nats:2.10.17-alpine3.20
-nats:2.10.17-linux
-nats:2.10.17-nanoserver
-nats:2.10.17-nanoserver-1809
-nats:2.10.17-scratch
-nats:2.10.17-windowsservercore
-nats:2.10.17-windowsservercore-1809
+nats:2.10.18
+nats:2.10.18-alpine
+nats:2.10.18-alpine3.20
+nats:2.10.18-linux
+nats:2.10.18-nanoserver
+nats:2.10.18-nanoserver-1809
+nats:2.10.18-scratch
+nats:2.10.18-windowsservercore
+nats:2.10.18-windowsservercore-1809
nats:alpine
nats:alpine3.20
nats:latest
diff --git a/nats_alpine/Dockerfile b/nats_alpine/Dockerfile
index 61f5e8a..078ee3f 100644
--- a/nats_alpine/Dockerfile
+++ b/nats_alpine/Dockerfile
@@ -1,17 +1,17 @@
FROM alpine:3.20
-ENV NATS_SERVER 2.10.17
+ENV NATS_SERVER 2.10.18
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
- aarch64) natsArch='arm64'; sha256='0f4f178ff37716396f0451aee98a9c9f7166d5b79c4bb12580a16e32e2e0f128' ;; \
- armhf) natsArch='arm6'; sha256='2a47d80a090582ece7933a44600493e66d163322224f79eee64a824685c4eb53' ;; \
- armv7) natsArch='arm7'; sha256='56579ff08e6b2bf69f1d4115715653f08faf78ad58f4ed42c3eaec69976e93d2' ;; \
- x86_64) natsArch='amd64'; sha256='e712569650b2adddfd57c8c1606e6d927e68601f3cc86bb95224b3446aebc2f6' ;; \
- x86) natsArch='386'; sha256='4714a3b4e948a91a7e974eea9c995e15166ba5c3ba6ec80757044b8f9fba4bff' ;; \
- s390x) natsArch='s390x'; sha256='1dd52cec5bc405fae3e65661431e89de049342b157244567cd3e36bae23799f3' ;; \
- ppc64le) natsArch='ppc64le'; sha256='c8bc98611c8b1e5e34e852740653208b3afc1975a8e1c1ba4b7fb8e202255cc1' ;; \
+ aarch64) natsArch='arm64'; sha256='3f026443e902a21e787382ca10e1446bf02a8bb779224b1b7b33ea6483f76b02' ;; \
+ armhf) natsArch='arm6'; sha256='69bc51de3e7c4f2585c68a51372f0b0e4fbc4048d9251606480dd0f416f28f87' ;; \
+ armv7) natsArch='arm7'; sha256='80b7ba618d76f22b79bc192a4867c799e9c02fae10f8938d4514a3954f791174' ;; \
+ x86_64) natsArch='amd64'; sha256='7760fe7347ba8e8daf4474811cf7fc301713aa8f3d4e0787d3e79a496dd537b2' ;; \
+ x86) natsArch='386'; sha256='2e7cb64dd7f0de0256d74a2ea3792c63c3af28cddc66ce7101f1156e40941c56' ;; \
+ s390x) natsArch='s390x'; sha256='c9534f9d4c6783780e71e61037890fcb4dda3917c875e904209aef3b7b5e74b0' ;; \
+ ppc64le) natsArch='ppc64le'; sha256='f6020a31d6fc3923b1782eb22f6f16e27f4e0c0a004ce8d014d7298c9a3a3082' ;; \
*) echo >&2 "error: $apkArch is not supported!"; exit 1 ;; \
esac; \
\
diff --git a/nats_linux/Dockerfile b/nats_linux/Dockerfile
index d45a43b..9b931e6 100644
--- a/nats_linux/Dockerfile
+++ b/nats_linux/Dockerfile
@@ -1,7 +1,7 @@
FROM scratch
ENV PATH="$PATH:/"
-COPY --from=nats:2.10.17-alpine3.20 /usr/local/bin/nats-server /nats-server
+COPY --from=nats:2.10.18-alpine3.20 /usr/local/bin/nats-server /nats-server
COPY nats-server.conf /nats-server.conf
EXPOSE 4222 8222 6222
diff --git a/nats_nanoserver-1809/Dockerfile b/nats_nanoserver-1809/Dockerfile
index 5eb9267..c6d940d 100644
--- a/nats_nanoserver-1809/Dockerfile
+++ b/nats_nanoserver-1809/Dockerfile
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/windows/nanoserver:1809
ENV NATS_DOCKERIZED 1
-COPY --from=nats:2.10.17-windowsservercore-1809 C:\\nats-server.exe C:\\nats-server.exe
+COPY --from=nats:2.10.18-windowsservercore-1809 C:\\nats-server.exe C:\\nats-server.exe
COPY nats-server.conf C:\\nats-server.conf
EXPOSE 4222 8222 6222
diff --git a/nats_windowsservercore-1809/Dockerfile b/nats_windowsservercore-1809/Dockerfile
index e0d2d1f..d26244f 100644
--- a/nats_windowsservercore-1809/Dockerfile
+++ b/nats_windowsservercore-1809/Dockerfile
@@ -4,9 +4,9 @@ FROM mcr.microsoft.com/windows/servercore:1809
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV NATS_DOCKERIZED 1
-ENV NATS_SERVER 2.10.17
+ENV NATS_SERVER 2.10.18
ENV NATS_SERVER_DOWNLOAD https://github.com/nats-io/nats-server/releases/download/v${NATS_SERVER}/nats-server-v${NATS_SERVER}-windows-amd64.zip
-ENV NATS_SERVER_SHASUM 05590ce7be8802cbd8a75ce84fd74bd4f6ffd65f141277363936143f264d2f47
+ENV NATS_SERVER_SHASUM 191a6cb6f7391005b5f886ae4fb700907dd977149f650febda9ae433701bf547
RUN Set-PSDebug -Trace 2 Relevant Maintainers: |
LaurentGoderre
approved these changes
Jul 17, 2024
yosifkit
approved these changes
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details can be found here