From b9b94fa4a432d7cee7172f21733ba0d3c40edee0 Mon Sep 17 00:00:00 2001 From: Richard Gooch Date: Sun, 11 Sep 2022 09:19:58 -0700 Subject: [PATCH] Release 1.11.0. Add cache control for static files. Add global rate limit for password attempts. Use Origin header in preference to Referer. Add FIDOv2 protocol support for token registration and web authentication. Refactor AWS role certificate support into a package. Small documentation improvements. Other bugfixes. --- Makefile | 2 +- keymaster.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 628aa131..45861adf 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif BINARY=keymaster # These are the values we want to pass for Version and BuildTime -VERSION=1.10.3 +VERSION=1.11.0 #BUILD_TIME=`date +%FT%T%z` # Setup the -ldflags option for go build here, interpolate the variable values diff --git a/keymaster.spec b/keymaster.spec index 3c5c5758..584551d9 100644 --- a/keymaster.spec +++ b/keymaster.spec @@ -1,5 +1,5 @@ Name: keymaster -Version: 1.10.3 +Version: 1.11.0 Release: 2%{?dist} Summary: Short term access certificate generator and client