-
-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
76 additions
and
85 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,24 @@ release: | |
owner: centrifugal | ||
name: centrifugo | ||
name_template: '{{.Tag}}' | ||
prerelease: false | ||
prerelease: true | ||
draft: true | ||
extra_files: | ||
- glob: ./PACKAGES/*.deb | ||
- glob: ./PACKAGES/*.rpm | ||
- glob: ./PACKAGES/*.txt | ||
brews: | ||
- | ||
tap: | ||
owner: centrifugal | ||
name: homebrew-centrifugo | ||
folder: Formula | ||
description: "Real-time messaging server" | ||
commit_author: | ||
name: Alexander Emelin | ||
email: [email protected] | ||
install: bin.install "centrifugo" | ||
homepage: "https://github.com/centrifugal/centrifugo" | ||
#brews: | ||
# - | ||
# tap: | ||
# owner: centrifugal | ||
# name: homebrew-centrifugo | ||
# folder: Formula | ||
# description: "Real-time messaging server" | ||
# commit_author: | ||
# name: Alexander Emelin | ||
# email: [email protected] | ||
# install: bin.install "centrifugo" | ||
# homepage: "https://github.com/centrifugal/centrifugo" | ||
builds: | ||
- goos: | ||
- linux | ||
|
@@ -79,57 +80,57 @@ signs: | |
- $artifact | ||
signature: ${artifact}.sig | ||
artifacts: none | ||
dockers: | ||
- ids: | ||
- centrifugo | ||
goos: linux | ||
goarch: amd64 | ||
image_templates: | ||
- "centrifugo/centrifugo:{{ .Tag }}-amd64" | ||
- "centrifugo/centrifugo:v{{ .Major }}-amd64" | ||
- "centrifugo/centrifugo:v{{ .Major }}.{{ .Minor }}-amd64" | ||
- "centrifugo/centrifugo:latest-amd64" | ||
use_buildx: true | ||
build_flag_templates: | ||
- "--pull" | ||
- "--label=org.opencontainers.image.created={{.Date}}" | ||
- "--label=org.opencontainers.image.name={{.ProjectName}}" | ||
- "--label=org.opencontainers.image.revision={{.FullCommit}}" | ||
- "--label=org.opencontainers.image.version={{.Version}}" | ||
- "--label=org.opencontainers.image.source={{.GitURL}}" | ||
- "--platform=linux/amd64" | ||
- ids: | ||
- centrifugo | ||
goos: linux | ||
goarch: arm64 | ||
image_templates: | ||
- "centrifugo/centrifugo:{{ .Tag }}-arm64v8" | ||
- "centrifugo/centrifugo:v{{ .Major }}-arm64v8" | ||
- "centrifugo/centrifugo:v{{ .Major }}.{{ .Minor }}-arm64v8" | ||
- "centrifugo/centrifugo:latest-arm64v8" | ||
use_buildx: true | ||
build_flag_templates: | ||
- "--pull" | ||
- "--label=org.opencontainers.image.created={{.Date}}" | ||
- "--label=org.opencontainers.image.name={{.ProjectName}}" | ||
- "--label=org.opencontainers.image.revision={{.FullCommit}}" | ||
- "--label=org.opencontainers.image.version={{.Version}}" | ||
- "--label=org.opencontainers.image.source={{.GitURL}}" | ||
- "--platform=linux/arm64/v8" | ||
docker_manifests: | ||
- name_template: centrifugo/centrifugo:{{ .Tag }} | ||
image_templates: | ||
- centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
- centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
- name_template: centrifugo/centrifugo:v{{ .Major }} | ||
image_templates: | ||
- centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
- centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
- name_template: centrifugo/centrifugo:v{{ .Major }}.{{ .Minor }} | ||
image_templates: | ||
- centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
- centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
- name_template: centrifugo/centrifugo:latest | ||
image_templates: | ||
- centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
- centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
#dockers: | ||
# - ids: | ||
# - centrifugo | ||
# goos: linux | ||
# goarch: amd64 | ||
# image_templates: | ||
# - "centrifugo/centrifugo:{{ .Tag }}-amd64" | ||
# - "centrifugo/centrifugo:v{{ .Major }}-amd64" | ||
# - "centrifugo/centrifugo:v{{ .Major }}.{{ .Minor }}-amd64" | ||
# - "centrifugo/centrifugo:latest-amd64" | ||
# use_buildx: true | ||
# build_flag_templates: | ||
# - "--pull" | ||
# - "--label=org.opencontainers.image.created={{.Date}}" | ||
# - "--label=org.opencontainers.image.name={{.ProjectName}}" | ||
# - "--label=org.opencontainers.image.revision={{.FullCommit}}" | ||
# - "--label=org.opencontainers.image.version={{.Version}}" | ||
# - "--label=org.opencontainers.image.source={{.GitURL}}" | ||
# - "--platform=linux/amd64" | ||
# - ids: | ||
# - centrifugo | ||
# goos: linux | ||
# goarch: arm64 | ||
# image_templates: | ||
# - "centrifugo/centrifugo:{{ .Tag }}-arm64v8" | ||
# - "centrifugo/centrifugo:v{{ .Major }}-arm64v8" | ||
# - "centrifugo/centrifugo:v{{ .Major }}.{{ .Minor }}-arm64v8" | ||
# - "centrifugo/centrifugo:latest-arm64v8" | ||
# use_buildx: true | ||
# build_flag_templates: | ||
# - "--pull" | ||
# - "--label=org.opencontainers.image.created={{.Date}}" | ||
# - "--label=org.opencontainers.image.name={{.ProjectName}}" | ||
# - "--label=org.opencontainers.image.revision={{.FullCommit}}" | ||
# - "--label=org.opencontainers.image.version={{.Version}}" | ||
# - "--label=org.opencontainers.image.source={{.GitURL}}" | ||
# - "--platform=linux/arm64/v8" | ||
#docker_manifests: | ||
# - name_template: centrifugo/centrifugo:{{ .Tag }} | ||
# image_templates: | ||
# - centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
# - centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
# - name_template: centrifugo/centrifugo:v{{ .Major }} | ||
# image_templates: | ||
# - centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
# - centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
# - name_template: centrifugo/centrifugo:v{{ .Major }}.{{ .Minor }} | ||
# image_templates: | ||
# - centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
# - centrifugo/centrifugo:{{ .Tag }}-amd64 | ||
# - name_template: centrifugo/centrifugo:latest | ||
# image_templates: | ||
# - centrifugo/centrifugo:{{ .Tag }}-arm64v8 | ||
# - centrifugo/centrifugo:{{ .Tag }}-amd64 |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
No backwards incompatible changes here. | ||
|
||
Improvements: | ||
|
||
* Possibility to modify data in publish proxy – see [#439](https://github.com/centrifugal/centrifugo/issues/439) and [updated docs for publish proxy](https://centrifugal.github.io/centrifugo/server/proxy/#publish-proxy) | ||
|
||
Fixes: | ||
|
||
* Use default timeouts for subscribe and publish proxy (1 second). Previously these proxy had no default timeout at all. | ||
|
||
Centrifugo v2.8.5 based on Go 1.16.4 | ||
First beta release of Centrifugo v3. |