-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
core: bump drf-spectacular from 0.27.0 to 0.27.1 #8230
Conversation
Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](tfranzel/drf-spectacular@0.27.0...0.27.1) --- updated-dependencies: - dependency-name: drf-spectacular dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8230 +/- ##
==========================================
- Coverage 92.32% 92.31% -0.01%
==========================================
Files 608 608
Lines 30262 30262
==========================================
- Hits 27938 27936 -2
- Misses 2324 2326 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-dependabot-pip-drf-spectacular-0.27.1-1705640401-47d1678
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s For arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-dependabot-pip-drf-spectacular-0.27.1-1705640401-47d1678-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-dependabot-pip-drf-spectacular-0.27.1-1705640401-47d1678 For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-dependabot-pip-drf-spectacular-0.27.1-1705640401-47d1678-arm64 Afterwards, run the upgrade commands from the latest release notes. |
* main: (21 commits) stages/authenticator_validate: use friendly_name for stage selector when enrolling (#8255) web: bump vite from 5.0.10 to 5.0.12 in /web (#8241) web: bump the wdio group in /tests/wdio with 4 updates (#8253) web: bump rollup from 4.9.5 to 4.9.6 in /web (#8251) web: bump core-js from 3.35.0 to 3.35.1 in /web (#8250) web: bump the sentry group in /web with 1 update (#8249) core: bump ruff from 0.1.13 to 0.1.14 (#8247) website: bump react-tooltip from 5.25.2 to 5.26.0 in /website (#8248) Update applications.md website/docs: fix nginx ingress proxy example (#8245) website/blog: add Rebecca's byline, add links for Reddit screenshots (#8238) website/blog: Security hygiene Blog (#8225) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#8235) translate: Updates for file web/xliff/en.xlf in zh-Hans (#8232) web: bump the storybook group in /web with 7 updates (#8231) core: bump drf-spectacular from 0.27.0 to 0.27.1 (#8230) translate: Updates for file web/xliff/en.xlf in zh_CN (#8233) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#8234) web/components: improve error handling in ak-search-select (#8228) rbac: fix invitations listing with restricted permissions (#8227) ...
Bumps drf-spectacular from 0.27.0 to 0.27.1.
Release notes
Sourced from drf-spectacular's releases.
Changelog
Sourced from drf-spectacular's changelog.
Commits
db414d6
version bumpd52c9f3
Merge pull request #1135 from federicobond/webhooksdbddbc3
remove type again because it is too cumbersome25aacb7
Default WEBHOOKS setting to an empty list0e628a3
Add documentation for OpenApiWebhook50c15e7
Remove webhooks parameter from SchemaGenerator and pass settings directlyeb60530
Move process_webhooks function to plumbing module79c3432
Load webhooks from settings as import pathsaeca119
Merge branch 'pr1139'691ac46
differentiate test cases for 3.1 null cases #1139Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)