Skip to content

Commit

Permalink
Prepare 1.1.15 (#519)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhuojie Zhou <[email protected]>
  • Loading branch information
nothing0012 and zhouzhuojie authored Jan 13, 2023
1 parent 595b698 commit 29bc19a
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 6 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [Unreleased](https://github.com/openflagr/flagr/compare/1.1.14...HEAD)

### Merged

- Fix demo website and use railway to host [`#517`](https://github.com/openflagr/flagr/pull/517)
- Upgrade docker base [`#516`](https://github.com/openflagr/flagr/pull/516)
- Build docker image for linux/arm64 [`#515`](https://github.com/openflagr/flagr/pull/515)
- Fix "attempt to write a readonly database" [`#506`](https://github.com/openflagr/flagr/pull/506)
- Support OPTIONS for CORS [`#500`](https://github.com/openflagr/flagr/pull/500)

### Fixed

- Fix "attempt to write a readonly database" (#506) [`#502`](https://github.com/openflagr/flagr/issues/502)

## [1.1.14](https://github.com/openflagr/flagr/compare/1.1.13...1.1.14) - 2022-08-29

### Merged

- Bump version and prepare for 1.1.14 [`#498`](https://github.com/openflagr/flagr/pull/498)
- 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 [`#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)

### Commits

- 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)

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

## [1.1.14](https://github.com/openflagr/flagr/compare/1.1.12...1.1.14) - 2022-08-30
Expand Down
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.14",
"version": "1.1.15",
"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.14
version: 1.1.15
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.14
version: 1.1.15
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 29bc19a

Please sign in to comment.