Merge remote-tracking branch 'origin/main' into dev
# Conflicts: # CHANGELOG.md
This commit is contained in:
commit
89017bd874
2 changed files with 2 additions and 4 deletions
|
|
@ -29,8 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Fixed
|
||||
|
||||
- Prohibit creating & updating past overrides ([1474](https://github.com/grafana/oncall/pull/1474))
|
||||
- Add unique index on `user_id` column in `mobile_app_mobileappauthtoken` table to avoid allowing a user
|
||||
to have more than one mobile app auth token at a time ([1482](https://github.com/grafana/oncall/pull/1482))
|
||||
|
||||
## v1.1.33 (2023-03-07)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: oncall
|
||||
description: Developer-friendly incident response with brilliant Slack integration
|
||||
type: application
|
||||
version: 1.1.33
|
||||
appVersion: v1.1.33
|
||||
version: 1.1.34
|
||||
appVersion: v1.1.34
|
||||
dependencies:
|
||||
- name: cert-manager
|
||||
version: v1.8.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue