-
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-streaming] Release v0.7.0 #3820
Conversation
Details can be found [here](https://github.com/nats-io/nats-streaming-server/releases/tag/v0.7.0)
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 4c84522..e049e1d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
-nats-streaming:0.6.0
-nats-streaming:0.6.0-linux
-nats-streaming:0.6.0-nanoserver
-nats-streaming:0.6.0-windowsservercore
+nats-streaming:0.7.0
+nats-streaming:0.7.0-linux
+nats-streaming:0.7.0-nanoserver
+nats-streaming:0.7.0-windowsservercore
nats-streaming:latest
nats-streaming:linux
nats-streaming:nanoserver
diff --git a/_bashbrew-shared-tags b/_bashbrew-shared-tags
index 6152c4c..3ac331b 100644
--- a/_bashbrew-shared-tags
+++ b/_bashbrew-shared-tags
@@ -1,2 +1,2 @@
-nats-streaming:0.6.0 -- nats-streaming:linux, nats-streaming:nanoserver
+nats-streaming:0.7.0 -- nats-streaming:linux, nats-streaming:nanoserver
nats-streaming:latest -- nats-streaming:linux, nats-streaming:nanoserver
diff --git a/nats-streaming_linux/nats-streaming-server b/nats-streaming_linux/nats-streaming-server
index 45e5a21..2d6fcbd 100755
Binary files a/nats-streaming_linux/nats-streaming-server and b/nats-streaming_linux/nats-streaming-server differ
diff --git a/nats-streaming_nanoserver/nats-streaming-server.exe b/nats-streaming_nanoserver/nats-streaming-server.exe
index 9334a15..1ff2d80 100755
Binary files a/nats-streaming_nanoserver/nats-streaming-server.exe and b/nats-streaming_nanoserver/nats-streaming-server.exe differ
diff --git a/nats-streaming_windowsservercore/nats-streaming-server.exe b/nats-streaming_windowsservercore/nats-streaming-server.exe
index 9334a15..1ff2d80 100755
Binary files a/nats-streaming_windowsservercore/nats-streaming-server.exe and b/nats-streaming_windowsservercore/nats-streaming-server.exe differ |
LGTM Build test of #3820; 29d1155; $ bashbrew build nats-streaming:0.7.0-linux
Building bashbrew/cache:71ed130984bfa0ef93bece8f77066afd25cc0b58e7df634991e8ede669bdd7d0 (nats-streaming:0.7.0-linux)
Tagging nats-streaming:0.7.0-linux
Tagging nats-streaming:linux
Tagging nats-streaming:0.7.0
Tagging nats-streaming:latest
$ test/run.sh nats-streaming:0.7.0-linux
testing nats-streaming:0.7.0-linux
'cve-2014--shellshock' [1/2]...passed
'override-cmd' [2/2]...image does not appear to contain "echo" -- assuming single-binary image
passed
$ bashbrew build nats-streaming:0.7.0-nanoserver
skipping "nats-streaming:0.7.0-nanoserver" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh nats-streaming:0.7.0-nanoserver
testing nats-streaming:0.7.0-nanoserver
image does not exist!
$ bashbrew build nats-streaming:0.7.0-windowsservercore
skipping "nats-streaming:0.7.0-windowsservercore" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh nats-streaming:0.7.0-windowsservercore
testing nats-streaming:0.7.0-windowsservercore
image does not exist!
The following images failed at least one test:
|
@tianon Looks like there is a problem again with the builds. Only linux/amd64 is listed now (could be issue with the tool):
Also, the docker hub tags page (https://hub.docker.com/r/library/nats-streaming/tags/) seem to show that the Windows build is not present. |
@kozlovic it's the same issue as always -- we don't have a good way to synchronize the builds on all arches (some arches go offline for long periods, build slowly, etc), so that list will increase over time and in most cases should include everything within 24h, but sometimes a little longer (depending on what else is in the build queues) See also docker-library/rabbitmq#188, docker-library/ruby#159, erlang/docker-erlang-otp#75, #3472, docker-library/wordpress#239, matomo-org/docker#70, nodejs/docker-node#571, #3653, #3622 (comment), redis/docker-library-redis#115, docker-library/rabbitmq#217, docker-library/python#252. |
I've filed #3835 in order to have a central place to track this problem globally more directly. 👍 ❤️ |
Details can be found here