mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Prepare v2.9.17 release
Include fix with GoReleaser for nightly. Signed-off-by: Byron Ruth <byron@nats.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
project_name: nats-server
|
project_name: nats-server
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- main: ./main.go
|
- main: .
|
||||||
id: nats-server
|
id: nats-server
|
||||||
binary: nats-server
|
binary: nats-server
|
||||||
ldflags:
|
ldflags:
|
||||||
@@ -28,7 +28,7 @@ dockers:
|
|||||||
- docker/nats-server.conf
|
- docker/nats-server.conf
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'SHA256SUMS'
|
name_template: "SHA256SUMS"
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ If you are interested in contributing to NATS, read about our...
|
|||||||
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield
|
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield
|
||||||
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
|
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
|
||||||
[Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main
|
[Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main
|
||||||
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.16
|
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.17
|
||||||
[Release-image]: https://img.shields.io/badge/release-v2.9.16-1eb0fc.svg
|
[Release-image]: https://img.shields.io/badge/release-v2.9.17-1eb0fc.svg
|
||||||
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main
|
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main
|
||||||
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main
|
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main
|
||||||
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server
|
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ var (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// VERSION is the current version for the server.
|
// VERSION is the current version for the server.
|
||||||
VERSION = "2.9.17-RC.3"
|
VERSION = "2.9.17"
|
||||||
|
|
||||||
// PROTO is the currently supported protocol.
|
// PROTO is the currently supported protocol.
|
||||||
// 0 was the original
|
// 0 was the original
|
||||||
|
|||||||
Reference in New Issue
Block a user