Skip to content

Commit 40a65c5

Browse files
authored
Merge branch 'develop' into feat(discord-agent)/multiple-discord-ids
2 parents 34fc4cb + 9c4c674 commit 40a65c5

5 files changed

Lines changed: 1241 additions & 322 deletions

File tree

charts/seerr-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kubeVersion: '>=1.23.0-0'
33
name: seerr-chart
44
description: Seerr helm chart for Kubernetes
55
type: application
6-
version: 3.4.1
6+
version: 3.4.2
77
# renovate: image=ghcr.io/seerr-team/seerr
8-
appVersion: 'v3.1.0'
8+
appVersion: 'v3.1.1'
99
maintainers:
1010
- name: Seerr Team
1111
url: https://github.com/orgs/seerr-team/people

charts/seerr-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# seerr-chart
22

3-
![Version: 3.4.1](https://img.shields.io/badge/Version-3.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.0](https://img.shields.io/badge/AppVersion-v3.1.0-informational?style=flat-square)
3+
![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.1](https://img.shields.io/badge/AppVersion-v3.1.1-informational?style=flat-square)
44

55
Seerr helm chart for Kubernetes
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@types/ua-parser-js": "^0.7.36",
5050
"@types/wink-jaro-distance": "^2.0.2",
5151
"ace-builds": "1.43.4",
52-
"axios": "1.13.3",
53-
"axios-rate-limit": "1.4.0",
52+
"axios": "1.15.0",
53+
"axios-rate-limit": "1.9.0",
5454
"bcrypt": "6.0.0",
5555
"bowser": "2.13.1",
5656
"connect-typeorm": "1.1.4",

0 commit comments

Comments
 (0)