-
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.9.7 #13555
Merged
Merged
[nats] Release v2.9.7 #13555
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.9.7) Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
No doc PR for this one. |
Diff for e014300:diff --git a/_bashbrew-cat b/_bashbrew-cat
index df09265..bb7f2de 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 Quevedo Salinas <wally@synadia.com> (@wallyqs), Phil Pennock <pdp@synadia.com> (@philpennock)
GitRepo: https://github.com/nats-io/nats-docker.git
GitFetch: refs/heads/main
-GitCommit: 2c259145441a4b7f55724d0c245b553d9b34a4ee
+GitCommit: d4662e6e935fee7cd8881392734fc769c702e3f1
-Tags: 2.9.6-alpine3.16, 2.9-alpine3.16, 2-alpine3.16, alpine3.16, 2.9.6-alpine, 2.9-alpine, 2-alpine, alpine
+Tags: 2.9.7-alpine3.16, 2.9-alpine3.16, 2-alpine3.16, alpine3.16, 2.9.7-alpine, 2.9-alpine, 2-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8
-Directory: 2.9.6/alpine3.16
+Directory: 2.9.7/alpine3.16
-Tags: 2.9.6-scratch, 2.9-scratch, 2-scratch, scratch, 2.9.6-linux, 2.9-linux, 2-linux, linux
-SharedTags: 2.9.6, 2.9, 2, latest
+Tags: 2.9.7-scratch, 2.9-scratch, 2-scratch, scratch, 2.9.7-linux, 2.9-linux, 2-linux, linux
+SharedTags: 2.9.7, 2.9, 2, latest
Architectures: amd64, arm32v6, arm32v7, arm64v8
-Directory: 2.9.6/scratch
+Directory: 2.9.7/scratch
-Tags: 2.9.6-windowsservercore-1809, 2.9-windowsservercore-1809, 2-windowsservercore-1809, windowsservercore-1809
-SharedTags: 2.9.6-windowsservercore, 2.9-windowsservercore, 2-windowsservercore, windowsservercore
+Tags: 2.9.7-windowsservercore-1809, 2.9-windowsservercore-1809, 2-windowsservercore-1809, windowsservercore-1809
+SharedTags: 2.9.7-windowsservercore, 2.9-windowsservercore, 2-windowsservercore, windowsservercore
Architectures: windows-amd64
-Directory: 2.9.6/windowsservercore-1809
+Directory: 2.9.7/windowsservercore-1809
Constraints: windowsservercore-1809
-Tags: 2.9.6-nanoserver-1809, 2.9-nanoserver-1809, 2-nanoserver-1809, nanoserver-1809
-SharedTags: 2.9.6-nanoserver, 2.9-nanoserver, 2-nanoserver, nanoserver, 2.9.6, 2.9, 2, latest
+Tags: 2.9.7-nanoserver-1809, 2.9-nanoserver-1809, 2-nanoserver-1809, nanoserver-1809
+SharedTags: 2.9.7-nanoserver, 2.9-nanoserver, 2-nanoserver, nanoserver, 2.9.7, 2.9, 2, latest
Architectures: windows-amd64
-Directory: 2.9.6/nanoserver-1809
+Directory: 2.9.7/nanoserver-1809
Constraints: nanoserver-1809, windowsservercore-1809
diff --git a/_bashbrew-list b/_bashbrew-list
index 650c9b6..bf0266e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,15 +16,15 @@ nats:2.9-nanoserver-1809
nats:2.9-scratch
nats:2.9-windowsservercore
nats:2.9-windowsservercore-1809
-nats:2.9.6
-nats:2.9.6-alpine
-nats:2.9.6-alpine3.16
-nats:2.9.6-linux
-nats:2.9.6-nanoserver
-nats:2.9.6-nanoserver-1809
-nats:2.9.6-scratch
-nats:2.9.6-windowsservercore
-nats:2.9.6-windowsservercore-1809
+nats:2.9.7
+nats:2.9.7-alpine
+nats:2.9.7-alpine3.16
+nats:2.9.7-linux
+nats:2.9.7-nanoserver
+nats:2.9.7-nanoserver-1809
+nats:2.9.7-scratch
+nats:2.9.7-windowsservercore
+nats:2.9.7-windowsservercore-1809
nats:alpine
nats:alpine3.16
nats:latest
diff --git a/nats_alpine/Dockerfile b/nats_alpine/Dockerfile
index b041b7d..ff44439 100644
--- a/nats_alpine/Dockerfile
+++ b/nats_alpine/Dockerfile
@@ -1,15 +1,15 @@
FROM alpine:3.16
-ENV NATS_SERVER 2.9.6
+ENV NATS_SERVER 2.9.7
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
- aarch64) natsArch='arm64'; sha256='63574476145d3b73d20266e96d843a620e9fa57989b0841fd724df6ef39fcf9b' ;; \
- armhf) natsArch='arm6'; sha256='77333e02d84c95d011c2a4125fc36b581c6314ebe1875ef68855200f750a2615' ;; \
- armv7) natsArch='arm7'; sha256='bb39615307707c017d310387f05909e0495e803ae26da953a343d798562fa59b' ;; \
- x86_64) natsArch='amd64'; sha256='847ca46d71044a87c360f3267b1bcfaef7b003ebd56221e728c1122b8be8c756' ;; \
- x86) natsArch='386'; sha256='81e4978131eba37ceaec6e923d6a0b2722174d4d0aa56a58535d4c979e79861d' ;; \
+ aarch64) natsArch='arm64'; sha256='153018a675b0e896ffbed0cbc3fe5f733fd674d2f4bf554130ae8960a6c5277c' ;; \
+ armhf) natsArch='arm6'; sha256='9714af72c37f0ede4465a3b0324230af74701e82414194a9c2228e7563327523' ;; \
+ armv7) natsArch='arm7'; sha256='804ec4f600418d4afd6a9cb94b92c306ab75c589fc5180a5c2c99cc514c0899a' ;; \
+ x86_64) natsArch='amd64'; sha256='d4d2ef2952a9a841ce6594a4dbd07b8a45ceea32dadb321ddebc0c56598c2085' ;; \
+ x86) natsArch='386'; sha256='add5a328af2cab82230f881f71f7ca4dd907b477972d14a06b77b83188863d4d' ;; \
*) echo >&2 "error: $apkArch is not supported!"; exit 1 ;; \
esac; \
\
diff --git a/nats_linux/Dockerfile b/nats_linux/Dockerfile
index 1dd7b57..1aecdbd 100644
--- a/nats_linux/Dockerfile
+++ b/nats_linux/Dockerfile
@@ -1,5 +1,5 @@
FROM scratch
-COPY --from=nats:2.9.6-alpine3.16 /usr/local/bin/nats-server /nats-server
+COPY --from=nats:2.9.7-alpine3.16 /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 f8372f1..a2b86c4 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.9.6-windowsservercore-1809 C:\\nats-server.exe C:\\nats-server.exe
+COPY --from=nats:2.9.7-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 b717689..885f294 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.9.6
+ENV NATS_SERVER 2.9.7
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 1c627ca06ec40fafd26befac35640a6fefc63bbb16cbb594f74d493ba670f2c6
+ENV NATS_SERVER_SHASUM f1baa1646b7a499d035ebfd529644c1379988ab69703a090f9899c97067cea02
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