mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-08-07 23:31:56 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7420439ed2 | |||
| 352207e933 |
@@ -5,8 +5,6 @@ MSI_VERSION := $(shell git tag -l --sort=v:refname | grep "w" | tail -1 | cut
|
||||
|
||||
ifeq ($(FIPS), true)
|
||||
GO_BUILD_TAGS := "$(GO_BUILD_TAGS) fips"
|
||||
VERSION := $(VERSION)-fips
|
||||
MSI_VERSION := $(MSI_VERSION)-fips
|
||||
endif
|
||||
|
||||
DATE := $(shell date -u '+%Y-%m-%d-%H%M UTC')
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2021.2.1
|
||||
- 2021-02-04 TUN-3858: Do not suffix cloudflared version with -fips
|
||||
|
||||
2021.2.0
|
||||
- 2021-02-01 TUN-3837: Remove automation_email from cloudflared status page test
|
||||
- 2021-02-03 TUN-3848: Use transport logger for h2mux
|
||||
|
||||
Reference in New Issue
Block a user