Skip to content

Commit

Permalink
Bump version and prepare for 1.1.14 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie authored Aug 30, 2022
1 parent 07f9cb8 commit df753eb
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 9 deletions.
44 changes: 43 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,49 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

<!-- auto-changelog-above -->

## [1.1.13](https://github.com/openflagr/flagr/compare/1.1.12...1.1.13) - 2021-08-07
## [1.1.14](https://github.com/openflagr/flagr/compare/1.1.12...1.1.14) - 2022-08-30

### Merged (combined with openflagr/flagr-archived 1.1.13)

- Upgrade js deps [`#495`](https://github.com/openflagr/flagr/pull/495)
- Refactor gha workflows [`#494`](https://github.com/openflagr/flagr/pull/494)
- Prepare for openflagr merge and upgrade to go 1.19 [`#493`](https://github.com/openflagr/flagr/pull/493)
- Bump url-parse from 1.5.1 to 1.5.10 in /browser/flagr-ui [`#479`](https://github.com/openflagr/flagr/pull/479)
- chore: fix broken link on readme [`#474`](https://github.com/openflagr/flagr/pull/474)
- Update Alpine to 3.15 to address critical vulnerability [`#480`](https://github.com/openflagr/flagr/pull/480)
- Fix tracef db logging [`#66`](https://github.com/openflagr/flagr-archived/pull/66)
- Bump dockerfile [`#65`](https://github.com/openflagr/flagr-archived/pull/65)
- Fix id is readonly when update distrib [`#46`](https://github.com/openflagr/flagr-archived/pull/46)
- Migrate from GORM v1 to v2 [`#59`](https://github.com/openflagr/flagr-archived/pull/59)
- Bump markdown-it from 12.0.6 to 12.3.2 in /browser/flagr-ui [`#56`](https://github.com/openflagr/flagr-archived/pull/56)
- Bump ajv from 6.12.2 to 6.12.6 in /browser/flagr-ui [`#60`](https://github.com/openflagr/flagr-archived/pull/60)
- Bump follow-redirects from 1.13.1 to 1.14.8 in /browser/flagr-ui [`#61`](https://github.com/openflagr/flagr-archived/pull/61)
- Bump url-parse from 1.5.1 to 1.5.10 in /browser/flagr-ui [`#64`](https://github.com/openflagr/flagr-archived/pull/64)
- Expose Kafka Idempotency Config [`#45`](https://github.com/openflagr/flagr-archived/pull/45)
- Add FlagKey as prometheus label in eval counter [`#55`](https://github.com/openflagr/flagr-archived/pull/55)
- Bump Node and Alpine image versions [`#51`](https://github.com/openflagr/flagr-archived/pull/51)
- no root user + docker ignore dockerfile [`#52`](https://github.com/openflagr/flagr-archived/pull/52)
- Kafka Compression codec [`#53`](https://github.com/openflagr/flagr-archived/pull/53)
- Upgrade go to 1.17 [`#40`](https://github.com/openflagr/flagr-archived/pull/40)
- Add support for Postgres 13.x [`#39`](https://github.com/openflagr/flagr-archived/pull/39)
- Add distribution threshold test [`#35`](https://github.com/openflagr/flagr-archived/pull/35)
- Lint with shellcheck and remove gometalinter [`#34`](https://github.com/openflagr/flagr-archived/pull/34)
- Add kafka required acks env [`#32`](https://github.com/openflagr/flagr-archived/pull/32)
- [skip ci] Update README about the ci status badge [`#31`](https://github.com/openflagr/flagr-archived/pull/31)
- Add mergify [`#20`](https://github.com/openflagr/flagr-archived/pull/20)
- Automate changelog generation [`#17`](https://github.com/openflagr/flagr-archived/pull/17)

### Commits

- [skip ci] Add auto changelog generator [`445a103`](https://github.com/openflagr/flagr-archived/commit/445a103649949f04ddbafe44966d121c103b8bd9)
- Compression codec [`9906369`](https://github.com/openflagr/flagr-archived/commit/9906369e67af60fdb245b65fc866f139f24d6f07)
- Ran make vendor to fix tests [`5ec072d`](https://github.com/openflagr/flagr-archived/commit/5ec072d785574e8d4375f80104c81126f226f281)
- Fix integration tests [`931cd21`](https://github.com/openflagr/flagr/commit/931cd21b7da257726dbb6a1237da1f446d5c5caa)
- Upgrade swagger [`ea716e1`](https://github.com/openflagr/flagr/commit/ea716e191a9c611bf81ba9ea6429b3fa09a1f5a5)
- Create codeql-analysis.yml [`59e6359`](https://github.com/openflagr/flagr/commit/59e6359bc245ff3668e464a59b88fea8591b273a)


## [1.1.13](https://github.com/openflagr/flagr-archived/compare/1.1.12...1.1.13) - 2021-08-07

### Merged

Expand Down
4 changes: 2 additions & 2 deletions browser/flagr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion browser/flagr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flagr-ui",
"version": "1.1.13",
"version": "1.1.14",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion docs/api_docs/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13
version: 1.1.14
tags:
- name: flag
description: Everything about the flag
Expand Down
2 changes: 1 addition & 1 deletion swagger/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13
version: 1.1.14
tags:
- name: flag
description: Everything about the flag
Expand Down
2 changes: 1 addition & 1 deletion swagger_gen/restapi/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions swagger_gen/restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df753eb

Please sign in to comment.