Skip to content

Commit 4bd88aa

Browse files
authored
Merge pull request #368 from checkr/zz/bump-version
Bump version
2 parents eddc50d + 38505a7 commit 4bd88aa

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

CHANGELOG.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3+
## [1.1.9](https://github.com/checkr/flagr/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/checkr/flagr/compare/1.1.8...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Add exclude\_snapshots query param to export/sqlite [\#367](https://github.com/checkr/flagr/pull/367) ([zhouzhuojie](https://github.com/zhouzhuojie))
10+
311
## [1.1.8](https://github.com/checkr/flagr/tree/1.1.8) (2020-04-17)
412

5-
[Full Changelog](https://github.com/checkr/flagr/compare/1.1.7...HEAD)
13+
[Full Changelog](https://github.com/checkr/flagr/compare/1.1.7...1.1.8)
614

715
**Closed issues:**
816

@@ -18,13 +26,16 @@
1826

1927
**Merged pull requests:**
2028

29+
- Add sentry env configuration [\#365](https://github.com/checkr/flagr/pull/365) ([zhouzhuojie](https://github.com/zhouzhuojie))
30+
- Bump 1.1.8 [\#360](https://github.com/checkr/flagr/pull/360) ([zhouzhuojie](https://github.com/zhouzhuojie))
2131
- Cleanup deps and remove sqlite3 system requirement [\#359](https://github.com/checkr/flagr/pull/359) ([zhouzhuojie](https://github.com/zhouzhuojie))
2232
- Add flow to create simple boolean flag [\#354](https://github.com/checkr/flagr/pull/354) ([dcramer](https://github.com/dcramer))
2333
- Add basic auth support for interface [\#353](https://github.com/checkr/flagr/pull/353) ([jheth](https://github.com/jheth))
2434
- Autofocus search field [\#352](https://github.com/checkr/flagr/pull/352) ([Cull-Methi](https://github.com/Cull-Methi))
2535
- Improve UI consistency and contrast [\#349](https://github.com/checkr/flagr/pull/349) ([dcramer](https://github.com/dcramer))
2636
- Support additional characters for flag keys [\#348](https://github.com/checkr/flagr/pull/348) ([dcramer](https://github.com/dcramer))
2737
- Fix enabled query param [\#343](https://github.com/checkr/flagr/pull/343) ([zhouzhuojie](https://github.com/zhouzhuojie))
38+
- Add publish to dockerhub with latest tag [\#339](https://github.com/checkr/flagr/pull/339) ([zhouzhuojie](https://github.com/zhouzhuojie))
2839

2940
## [1.1.7](https://github.com/checkr/flagr/tree/1.1.7) (2020-03-19)
3041

@@ -36,7 +47,6 @@
3647

3748
**Merged pull requests:**
3849

39-
- Add publish to dockerhub with latest tag [\#339](https://github.com/checkr/flagr/pull/339) ([zhouzhuojie](https://github.com/zhouzhuojie))
4050
- Upgrade swagger go version and bump to 1.1.7 [\#338](https://github.com/checkr/flagr/pull/338) ([zhouzhuojie](https://github.com/zhouzhuojie))
4151
- Add 404 get flag test [\#337](https://github.com/checkr/flagr/pull/337) ([zhouzhuojie](https://github.com/zhouzhuojie))
4252
- Add publish dockerhub action [\#336](https://github.com/checkr/flagr/pull/336) ([zhouzhuojie](https://github.com/zhouzhuojie))
@@ -213,6 +223,7 @@
213223
- Refactor data recorder [\#233](https://github.com/checkr/flagr/pull/233) ([zhouzhuojie](https://github.com/zhouzhuojie))
214224
- Add release badge [\#227](https://github.com/checkr/flagr/pull/227) ([zhouzhuojie](https://github.com/zhouzhuojie))
215225
- Use English as default locale for flagr instead of Chinese [\#226](https://github.com/checkr/flagr/pull/226) ([lawrenceong](https://github.com/lawrenceong))
226+
- Bump version [\#224](https://github.com/checkr/flagr/pull/224) ([zhouzhuojie](https://github.com/zhouzhuojie))
216227

217228
## [1.0.14](https://github.com/checkr/flagr/tree/1.0.14) (2019-02-22)
218229

@@ -229,7 +240,6 @@
229240

230241
**Merged pull requests:**
231242

232-
- Bump version [\#224](https://github.com/checkr/flagr/pull/224) ([zhouzhuojie](https://github.com/zhouzhuojie))
233243
- Use relative assetsPublicPath [\#223](https://github.com/checkr/flagr/pull/223) ([zhouzhuojie](https://github.com/zhouzhuojie))
234244
- Adds Prometheus export \(requests and variant eval\) [\#221](https://github.com/checkr/flagr/pull/221) ([jasongwartz](https://github.com/jasongwartz))
235245
- Bump conditions [\#219](https://github.com/checkr/flagr/pull/219) ([zhouzhuojie](https://github.com/zhouzhuojie))
@@ -268,7 +278,6 @@
268278
- Add headers to CORS middleware [\#186](https://github.com/checkr/flagr/pull/186) ([zhouzhuojie](https://github.com/zhouzhuojie))
269279
- Make user claim configurable [\#183](https://github.com/checkr/flagr/pull/183) ([zhouzhuojie](https://github.com/zhouzhuojie))
270280
- Update version and docs [\#182](https://github.com/checkr/flagr/pull/182) ([zhouzhuojie](https://github.com/zhouzhuojie))
271-
- Add kafka data recorder dd metrics [\#178](https://github.com/checkr/flagr/pull/178) ([zhouzhuojie](https://github.com/zhouzhuojie))
272281

273282
## [1.0.12](https://github.com/checkr/flagr/tree/1.0.12) (2018-10-23)
274283

@@ -290,6 +299,7 @@
290299
**Merged pull requests:**
291300

292301
- Remove some dd metrics [\#179](https://github.com/checkr/flagr/pull/179) ([zhouzhuojie](https://github.com/zhouzhuojie))
302+
- Add kafka data recorder dd metrics [\#178](https://github.com/checkr/flagr/pull/178) ([zhouzhuojie](https://github.com/zhouzhuojie))
293303
- Add dd metrics [\#177](https://github.com/checkr/flagr/pull/177) ([zhouzhuojie](https://github.com/zhouzhuojie))
294304
- Fix mysql query [\#176](https://github.com/checkr/flagr/pull/176) ([zhouzhuojie](https://github.com/zhouzhuojie))
295305
- Add UI env for entity types override [\#175](https://github.com/checkr/flagr/pull/175) ([zhouzhuojie](https://github.com/zhouzhuojie))
@@ -424,14 +434,14 @@
424434
- Bump newrelic go-agent and add ca-certificates apk [\#109](https://github.com/checkr/flagr/pull/109) ([zhouzhuojie](https://github.com/zhouzhuojie))
425435
- Bump vendor [\#108](https://github.com/checkr/flagr/pull/108) ([zhouzhuojie](https://github.com/zhouzhuojie))
426436
- Use multi-stage build for dockerfile [\#107](https://github.com/checkr/flagr/pull/107) ([zhouzhuojie](https://github.com/zhouzhuojie))
437+
- Fix constraints composition bug [\#104](https://github.com/checkr/flagr/pull/104) ([zhouzhuojie](https://github.com/zhouzhuojie))
427438

428439
## [1.0.3](https://github.com/checkr/flagr/tree/1.0.3) (2018-03-19)
429440

430441
[Full Changelog](https://github.com/checkr/flagr/compare/1.0.2...1.0.3)
431442

432443
**Merged pull requests:**
433444

434-
- Fix constraints composition bug [\#104](https://github.com/checkr/flagr/pull/104) ([zhouzhuojie](https://github.com/zhouzhuojie))
435445
- Add test coverage in pkg/handler [\#103](https://github.com/checkr/flagr/pull/103) ([zhouzhuojie](https://github.com/zhouzhuojie))
436446
- Add console logging rate limiter [\#99](https://github.com/checkr/flagr/pull/99) ([zhouzhuojie](https://github.com/zhouzhuojie))
437447
- Add an option for middleware verbose logging [\#98](https://github.com/checkr/flagr/pull/98) ([zhouzhuojie](https://github.com/zhouzhuojie))

browser/flagr-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flagr-ui",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

docs/api_docs/bundle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
Flagr is a feature flagging, A/B testing and dynamic configuration
55
microservice. The base path for all the APIs is "/api/v1".
66
title: Flagr
7-
version: 1.1.8
7+
version: 1.1.9
88
tags:
99
- name: flag
1010
description: Everything about the flag

swagger/index.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
Flagr is a feature flagging, A/B testing and dynamic configuration microservice.
66
The base path for all the APIs is "/api/v1".
77
title: Flagr
8-
version: 1.1.8
8+
version: 1.1.9
99
tags:
1010
- name: flag
1111
description: Everything about the flag

swagger_gen/restapi/doc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger_gen/restapi/embedded_spec.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)