From 6407ad63857fb599fc23c8e86daa01bcc30748a2 Mon Sep 17 00:00:00 2001 From: zhouzhuojie Date: Fri, 6 Feb 2026 10:50:47 +0000 Subject: [PATCH 1/2] Prepare 1.1.20 release Co-authored-by: Claude --- browser/flagr-ui/package.json | 2 +- docs/api_docs/bundle.yaml | 2 +- swagger/index.yaml | 2 +- swagger_gen/restapi/doc.go | 2 +- swagger_gen/restapi/embedded_spec.go | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/browser/flagr-ui/package.json b/browser/flagr-ui/package.json index ae3d07049..75fd3079b 100644 --- a/browser/flagr-ui/package.json +++ b/browser/flagr-ui/package.json @@ -1,6 +1,6 @@ { "name": "flagr-ui", - "version": "1.1.19", + "version": "1.1.20", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/docs/api_docs/bundle.yaml b/docs/api_docs/bundle.yaml index 509757887..719dd91ce 100644 --- a/docs/api_docs/bundle.yaml +++ b/docs/api_docs/bundle.yaml @@ -4,7 +4,7 @@ info: Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1". title: Flagr - version: 1.1.19 + version: 1.1.20 tags: - name: flag description: Everything about the flag diff --git a/swagger/index.yaml b/swagger/index.yaml index f281a73a9..e1fd31e25 100644 --- a/swagger/index.yaml +++ b/swagger/index.yaml @@ -5,7 +5,7 @@ info: Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1". title: Flagr - version: 1.1.19 + version: 1.1.20 tags: - name: flag description: Everything about the flag diff --git a/swagger_gen/restapi/doc.go b/swagger_gen/restapi/doc.go index 8c1b6acc3..c838ff46f 100644 --- a/swagger_gen/restapi/doc.go +++ b/swagger_gen/restapi/doc.go @@ -8,7 +8,7 @@ // http // Host: localhost // BasePath: /api/v1 -// Version: 1.1.19 +// Version: 1.1.20 // // Consumes: // - application/json diff --git a/swagger_gen/restapi/embedded_spec.go b/swagger_gen/restapi/embedded_spec.go index 5e91c049f..2ffae1e50 100644 --- a/swagger_gen/restapi/embedded_spec.go +++ b/swagger_gen/restapi/embedded_spec.go @@ -31,7 +31,7 @@ func init() { "info": { "description": "Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is \"/api/v1\".\n", "title": "Flagr", - "version": "1.1.19" + "version": "1.1.20" }, "basePath": "/api/v1", "paths": { @@ -2128,7 +2128,7 @@ func init() { "info": { "description": "Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is \"/api/v1\".\n", "title": "Flagr", - "version": "1.1.19" + "version": "1.1.20" }, "basePath": "/api/v1", "paths": { From bd37f35b2369e493927ce9b82dd52c6eed024990 Mon Sep 17 00:00:00 2001 From: zhouzhuojie Date: Fri, 6 Feb 2026 10:55:58 +0000 Subject: [PATCH 2/2] bump golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cbab95ea..b1b1bb370 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ gen: api_docs swagger deps: @CGO_ENABLED=0 go install github.com/go-swagger/go-swagger/cmd/swagger@v0.33.1 - @CGO_ENABLED=0 go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0 + @CGO_ENABLED=0 go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0 serve_docs: @npm install -g docsify-cli@4