mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(release): 1.10.0 [skip ci]
# [1.10.0](https://github.com/apricote/Listory/compare/v1.9.0...v1.10.0) (2020-12-06) ### Features * add optional basic auth for metrics endpoint ([879c6a6](879c6a62e2)) * **helm:** add option to enable prometheus metrics ([a609720](a6097204c7))
This commit is contained in:
parent
879c6a62e2
commit
7bc91b5576
4 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
# [1.10.0](https://github.com/apricote/Listory/compare/v1.9.0...v1.10.0) (2020-12-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add optional basic auth for metrics endpoint ([879c6a6](https://github.com/apricote/Listory/commit/879c6a62e2642b886f3e62b235959de04e766f57))
|
||||||
|
* **helm:** add option to enable prometheus metrics ([a609720](https://github.com/apricote/Listory/commit/a6097204c7f66424ebcc5b00912f07b66d8bd2af))
|
||||||
|
|
||||||
# [1.9.0](https://github.com/apricote/Listory/compare/v1.8.0...v1.9.0) (2020-11-28)
|
# [1.9.0](https://github.com/apricote/Listory/compare/v1.8.0...v1.9.0) (2020-11-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ type: application
|
||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 1.9.0
|
version: 1.10.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 1.9.0
|
appVersion: 1.10.0
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@listory/api",
|
"name": "@listory/api",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@listory/api",
|
"name": "@listory/api",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"description": "Track your Spotify Listen History",
|
"description": "Track your Spotify Listen History",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Julian Tölle",
|
"name": "Julian Tölle",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue