Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.4.4 #35

Merged
merged 4 commits into from
Mar 1, 2024
Merged

release: 0.4.4 #35

merged 4 commits into from
Mar 1, 2024

Conversation

t1agob
Copy link
Contributor

@t1agob t1agob commented Mar 1, 2024

Description

This PR includes a security hotfix and fixes a bug where the list of on-call users is not retrieved as an ordered list.

Acknowledgement

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

dependabot bot and others added 4 commits February 23, 2024 18:12
Bumps [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) from 0.19.9 to 0.19.10.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-common)

---
updated-dependencies:
- dependency-name: "@backstage/backend-common"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Instead of return all users that match the escalation level of the first user returned in the oncall list, return users that match the lowest escalation level.
Previously, if a higher escalation level user was the first item in the array, only users at that same level would be returned.

Fixes PagerDuty/backstage-plugin#77
fix(oncall-api): return all users from lowest escalation level
…ge/backend-common-0.19.10

build(deps): Bump @backstage/backend-common from 0.19.9 to 0.19.10
@t1agob t1agob added the release Marks a new release label Mar 1, 2024
@t1agob t1agob merged commit 70c905c into main Mar 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Marks a new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants