-
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.8.3 #12480
Merged
Merged
[nats] Release v2.8.3 #12480
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.8.3) Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Diff for d6af6e8:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1ff4a2d..3a96356 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,25 +1,25 @@
Maintainers: Derek Collison <derek@synadia.com> (@derekcollison), Ivan Kozlovic <ivan@synadia.com> (@kozlovic), Waldemar Salinas <wally@synadia.com> (@wallyqs), Jaime Piña <jaime@synadia.com> (@variadico), Phil Pennock <pdp@synadia.com> (@philpennock)
GitRepo: https://github.com/nats-io/nats-docker.git
GitFetch: refs/heads/main
-GitCommit: b89ba6e8efd296d0558f44e33a507116d1f803cf
+GitCommit: d48e482e30326889e83c243beafdb78993aea834
-Tags: 2.8.2-alpine3.15, 2.8-alpine3.15, 2-alpine3.15, alpine3.15, 2.8.2-alpine, 2.8-alpine, 2-alpine, alpine
+Tags: 2.8.3-alpine3.15, 2.8-alpine3.15, 2-alpine3.15, alpine3.15, 2.8.3-alpine, 2.8-alpine, 2-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8
-Directory: 2.8.2/alpine3.15
+Directory: 2.8.3/alpine3.15
-Tags: 2.8.2-nanoserver-1809, 2.8-nanoserver-1809, 2-nanoserver-1809, nanoserver-1809
-SharedTags: 2.8.2-nanoserver, 2.8-nanoserver, 2-nanoserver, nanoserver, 2.8.2, 2.8, 2, latest
+Tags: 2.8.3-nanoserver-1809, 2.8-nanoserver-1809, 2-nanoserver-1809, nanoserver-1809
+SharedTags: 2.8.3-nanoserver, 2.8-nanoserver, 2-nanoserver, nanoserver, 2.8.3, 2.8, 2, latest
Architectures: windows-amd64
-Directory: 2.8.2/nanoserver-1809
+Directory: 2.8.3/nanoserver-1809
Constraints: nanoserver-1809, windowsservercore-1809
-Tags: 2.8.2-scratch, 2.8-scratch, 2-scratch, scratch, 2.8.2-linux, 2.8-linux, 2-linux, linux
-SharedTags: 2.8.2, 2.8, 2, latest
+Tags: 2.8.3-scratch, 2.8-scratch, 2-scratch, scratch, 2.8.3-linux, 2.8-linux, 2-linux, linux
+SharedTags: 2.8.3, 2.8, 2, latest
Architectures: amd64, arm32v6, arm32v7, arm64v8
-Directory: 2.8.2/scratch
+Directory: 2.8.3/scratch
-Tags: 2.8.2-windowsservercore-1809, 2.8-windowsservercore-1809, 2-windowsservercore-1809, windowsservercore-1809
-SharedTags: 2.8.2-windowsservercore, 2.8-windowsservercore, 2-windowsservercore, windowsservercore
+Tags: 2.8.3-windowsservercore-1809, 2.8-windowsservercore-1809, 2-windowsservercore-1809, windowsservercore-1809
+SharedTags: 2.8.3-windowsservercore, 2.8-windowsservercore, 2-windowsservercore, windowsservercore
Architectures: windows-amd64
-Directory: 2.8.2/windowsservercore-1809
+Directory: 2.8.3/windowsservercore-1809
Constraints: windowsservercore-1809
diff --git a/_bashbrew-list b/_bashbrew-list
index 52320b0..16f8d1c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,15 +16,15 @@ nats:2.8-nanoserver-1809
nats:2.8-scratch
nats:2.8-windowsservercore
nats:2.8-windowsservercore-1809
-nats:2.8.2
-nats:2.8.2-alpine
-nats:2.8.2-alpine3.15
-nats:2.8.2-linux
-nats:2.8.2-nanoserver
-nats:2.8.2-nanoserver-1809
-nats:2.8.2-scratch
-nats:2.8.2-windowsservercore
-nats:2.8.2-windowsservercore-1809
+nats:2.8.3
+nats:2.8.3-alpine
+nats:2.8.3-alpine3.15
+nats:2.8.3-linux
+nats:2.8.3-nanoserver
+nats:2.8.3-nanoserver-1809
+nats:2.8.3-scratch
+nats:2.8.3-windowsservercore
+nats:2.8.3-windowsservercore-1809
nats:alpine
nats:alpine3.15
nats:latest
diff --git a/nats_alpine/Dockerfile b/nats_alpine/Dockerfile
index cea425b..38ebcc4 100644
--- a/nats_alpine/Dockerfile
+++ b/nats_alpine/Dockerfile
@@ -1,15 +1,15 @@
FROM alpine:3.15
-ENV NATS_SERVER 2.8.2
+ENV NATS_SERVER 2.8.3
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
- aarch64) natsArch='arm64'; sha256='3409b9dc76c0136cecded67115521d3a815f7a2f3739e81eb87a8d5d761843c3' ;; \
- armhf) natsArch='arm6'; sha256='a3d474a583ca90e3577aa470335c582d4565918f500ebd28d760643fb631d8d5' ;; \
- armv7) natsArch='arm7'; sha256='88fd437f7def8dbe68b17dce703c919771e64b570856bf0e6f2eb3b9459031c6' ;; \
- x86_64) natsArch='amd64'; sha256='59805a464237801574ca7efdc69ebc21040e9b811fb53ed444c4808a05440719' ;; \
- x86) natsArch='386'; sha256='facd3c69ee27c3e9e8654e5de95eb79de2e873bf4c066317aa9fad5c2ea26b92' ;; \
+ aarch64) natsArch='arm64'; sha256='905df5647dba0443ce6b92116ff5c6ceb49d3e24fa78c999d0c19fe634f341d6' ;; \
+ armhf) natsArch='arm6'; sha256='590a0460362ab1fc47ebce8886f5a53ff8b91abefa412ce77762f8514041394b' ;; \
+ armv7) natsArch='arm7'; sha256='142673f4eafca832e0347b1be0f5f9b0b7b23a46c08a623b63c6925a94a2d9f1' ;; \
+ x86_64) natsArch='amd64'; sha256='16e6bfa14e8ba9bc7d924e296bfe6bcad803b04318e6d60ef14ee45e3d3ddc60' ;; \
+ x86) natsArch='386'; sha256='fc749ab7574aa9ae22661a89ad73ac26331772e2302197d1625db56e967a74ac' ;; \
*) echo >&2 "error: $apkArch is not supported!"; exit 1 ;; \
esac; \
\
diff --git a/nats_linux/Dockerfile b/nats_linux/Dockerfile
index 24bc8f3..4169a05 100644
--- a/nats_linux/Dockerfile
+++ b/nats_linux/Dockerfile
@@ -1,5 +1,5 @@
FROM scratch
-COPY --from=nats:2.8.2-alpine3.15 /usr/local/bin/nats-server /nats-server
+COPY --from=nats:2.8.3-alpine3.15 /usr/local/bin/nats-server /nats-server
COPY nats-server.conf /nats-server.conf
EXPOSE 4222 8222 6222
ENV PATH="$PATH:/"
diff --git a/nats_nanoserver-1809/Dockerfile b/nats_nanoserver-1809/Dockerfile
index 86fb890..152a951 100644
--- a/nats_nanoserver-1809/Dockerfile
+++ b/nats_nanoserver-1809/Dockerfile
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/nanoserver:1809
ENV NATS_DOCKERIZED 1
-COPY --from=nats:2.8.2-windowsservercore-1809 C:\\nats-server.exe C:\\nats-server.exe
+COPY --from=nats:2.8.3-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 adea332..0c198d1 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.8.2
+ENV NATS_SERVER 2.8.3
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 300b9743afa50e02e4e8d43dc212bfde8a871617bd524829114e19ff680dde11
+ENV NATS_SERVER_SHASUM 8195903f1d389327041ed50dddd62715b6aa74cc3f8f94865a8ae7b5875b3851
RUN Set-PSDebug -Trace 2 Relevant Maintainers: |
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
Signed-off-by: Ivan Kozlovic ivan@synadia.com