From 9b054183066f9c1b201a114bc66abd575dc57799 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Thu, 2 Jan 2025 14:19:53 -0500 Subject: [PATCH 01/12] website/integrations: veeam-enterprise-manager: don't hardcode helpcenter doc version (#12538) By hardcoding the version to 100 with `?ver=100`, the user will get an outdated introduction documentation page. Removing that parameter results in a redirection to version 120, which is more recent. Small QOL change. Signed-off-by: 4d62 --- website/integrations/services/veeam-enterprise-manager/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/veeam-enterprise-manager/index.md b/website/integrations/services/veeam-enterprise-manager/index.md index 7e408810af..92a49f16ac 100644 --- a/website/integrations/services/veeam-enterprise-manager/index.md +++ b/website/integrations/services/veeam-enterprise-manager/index.md @@ -11,7 +11,7 @@ sidebar_label: Veeam Enterprise Manager > Veeam Backup Enterprise Manager (Enterprise Manager) is a management and reporting component that allows you to manage multiple Veeam Backup & Replication installations from a single web console. Veeam Backup Enterprise Manager helps you optimize performance in remote office/branch office (ROBO) and large-scale deployments and maintain a view of your entire virtual environment. > -> -- https://helpcenter.veeam.com/docs/backup/em/introduction.html?ver=100 +> -- https://helpcenter.veeam.com/docs/backup/em/introduction.html ## Preparation From bd0d7edbc4802a4f2c4a0c7e471e906366762b53 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Thu, 2 Jan 2025 14:20:34 -0500 Subject: [PATCH 02/12] website/integrations: cloudflare access: upd placeholder for saas (#12536) Each Cloudflare Access company has a subdomain of `cloudflareaccess.com`. As a result, `cloudflareaccess.com` should be hardcoded into the documentation and only the company subdomain changes. Signed-off-by: 4d62 --- website/integrations/services/cloudflare-access/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/integrations/services/cloudflare-access/index.mdx b/website/integrations/services/cloudflare-access/index.mdx index e935603aa5..04f1e1fa88 100644 --- a/website/integrations/services/cloudflare-access/index.mdx +++ b/website/integrations/services/cloudflare-access/index.mdx @@ -17,7 +17,7 @@ sidebar_label: Cloudflare Access The following placeholders are used in this guide: -- `mysubdomain.cloudflareaccess.company` is the FQDN of your Cloudflare Access subdomain. +- `company.cloudflareaccess.com` is the FQDN of your Cloudflare Access subdomain. - `authentik.company` is the FQDN of the authentik install. To proceed, you need to register for a free Cloudflare Access account and have both a Cloudflare account and a publicly accessible authentik instance with a trusted SSL certificate. @@ -35,7 +35,7 @@ To proceed, you need to register for a free Cloudflare Access account and have b 4. Choose **OAuth2/OpenID Provider** and then click **Next**. 5. Set the authorization flow to **Authorize Application** (`default-provider-authorization-explicit-consent`). 6. Set the client type to **Confidential**. -7. Set the redirect URI to `https://mysubdomain.cloudflareaccess.company/cdn-cgi/access/callback`. +7. Set the redirect URI to `https://company.cloudflareaccess.com/cdn-cgi/access/callback`. 8. Ensure that the signing key is set to **Authentik Self-signed Certificate**. 9. Click **Finish** to create the provider. From 9635dd98f3ff1f7fd035ba85d44e7129a90ee977 Mon Sep 17 00:00:00 2001 From: Frenchdom Date: Thu, 2 Jan 2025 20:27:50 +0100 Subject: [PATCH 03/12] website/integrations: fix missing quote in paperless-ngx (#12537) * Update index.mdx Add a quote on line 93 Signed-off-by: Frenchdom * Update website/integrations/services/paperless-ngx/index.mdx Co-authored-by: 4d62 Signed-off-by: Jens L. --------- Signed-off-by: Frenchdom Signed-off-by: Jens L. Co-authored-by: Jens L. Co-authored-by: 4d62 --- website/integrations/services/paperless-ngx/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/paperless-ngx/index.mdx b/website/integrations/services/paperless-ngx/index.mdx index 927b4dcb1f..702bc21da4 100644 --- a/website/integrations/services/paperless-ngx/index.mdx +++ b/website/integrations/services/paperless-ngx/index.mdx @@ -90,7 +90,7 @@ Edit your `paperless.conf` and add the following: ```ini PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect -PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"Authentik","client_id":"","secret":","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} +PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"authentik","client_id":"","secret":"","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} ``` Now restart your Paperless services using `sudo systemctl restart paperless-*` From e3011eab9a9e7ae8bfd0b318d9ac1237cbef54ae Mon Sep 17 00:00:00 2001 From: 4d62 Date: Thu, 2 Jan 2025 16:35:21 -0500 Subject: [PATCH 04/12] website/integrations: komga: document (#12476) * website/integrations/komga: add integration to sidebar Adds the Komga integration to the sidebar Signed-off-by: 4d62 * website/integrations: komga: main body Rewrite previous documentation. Update YML to new format as per the example in the [advanced configuration documentation](https://komga.org/docs/installation/oauth2/#advanced-configuration). Just a few changes Signed-off-by: 4d62 * website/integrations: komga: add user-name-attribute warning & change default Updates the default `user-name-attribute` from `sub` to `preferred_username` (I would assume that's what users prefer if there's collaboration, idk) & adds a warning similar to what I did in that latest Mastodon MR. Signed-off-by: 4d62 * website/integrations: komga: fix Fixes markdown for service link and updates `authentik.company` placeholder. Signed-off-by: 4d62 * website/integrations: komga: cleanup phrasing Restructures the "authentik configuration" section and updates the first sentence of the "Komga configuration" section Signed-off-by: 4d62 * website/integrations: komga: lint Lints modified file with Prettier. Signed-off-by: 4d62 * website/integrations: komga: fix bold elements Accidentally removed bold from step 1 of "authentik configuration". This fixes the issue. Signed-off-by: 4d62 * website/integrations: komga: remove hyphen from yml Others don't have it so this one should not Signed-off-by: 4d62 * website/integrations: komga: Address review comments Addresses comments & applies suggestions from the first review round. --------- Signed-off-by: 4d62 --- website/integrations/services/komga/index.md | 61 ++++++++++++++++++++ website/sidebarsIntegrations.js | 1 + 2 files changed, 62 insertions(+) create mode 100644 website/integrations/services/komga/index.md diff --git a/website/integrations/services/komga/index.md b/website/integrations/services/komga/index.md new file mode 100644 index 0000000000..beb2d3af01 --- /dev/null +++ b/website/integrations/services/komga/index.md @@ -0,0 +1,61 @@ +--- +title: Integrate with Komga +sidebar_label: Komga +--- + +# Komga + +Support level: Community + +## What is Komga + +> Komga is an open-source comic and manga server that lets users organize, read, and stream their digital comic collections with ease. +> +> -- https://komga.org/ + +## Preparation + +The following placeholders are used in this guide: + +- `komga.company` is the FQDN of the Komga install. +- `authentik.company` is the FQDN of the authentik install. + +## authentik configuration + +1. From the **authentik Admin interface**, navigate to **Applications** -> **Applications**. +2. Use the wizard to create a new application and provider. During this process: + - Note the **Client ID**, **Client Secret**, and **slug** values because they will be required later. + - Set the redirect URI to `https://komga.company/login/oauth2/code/authentik`. + - Select any available signing key. + +## Komga configuration + +To configure Komga, update its `application.yml` file to include the following options: + +:::info +All configuration options can be found in [Komga's OAuth2 Advanced configuration documentation](https://komga.org/docs/installation/oauth2/#advanced-configuration). +::: + +:::warning +You can configure Komga to use either the `sub` or `preferred_username` as the UID field under `user-name-attribute`. When using `preferred_username` as the user identifier, ensure that the [**Allow users to change username** setting](https://docs.goauthentik.io/docs/sys-mgmt/settings#allow-users-to-change-username) is disabled to prevent authentication issues. The `sub` option uses a unique, stable identifier for the user, while `preferred_username` uses the username configured in authentik. +::: + +```yml +spring: + security: + oauth2: + client: + registration: + authentik: + provider: authentik + client-id: + client-secret: + client-name: authentik + scope: openid,email + authorization-grant-type: authorization_code + redirect-uri: "{baseUrl}/{action}/oauth2/code/{registrationId}" + provider: + authentik: + user-name-attribute: preferred_username + issuer-uri: https://authentik.company/application/o// +``` diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index 19d9df6249..e75a355a09 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -127,6 +127,7 @@ module.exports = { "services/home-assistant/index", "services/immich/index", "services/jellyfin/index", + "services/komga/index", "services/node-red/index", "services/sonar-qube/index", "services/sonarr/index", From 27baedfea4eee1fda3d85d83ee861ba4ce229843 Mon Sep 17 00:00:00 2001 From: NiceDevil <17103076+nicedevil007@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:09:41 +0100 Subject: [PATCH 05/12] website/integrations: Semaphore (#12515) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Initial start of Semaphore UI docs Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Added Semaphore UI docs link Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Changed to mdx format * Ran make lint-fix, make web and make website * now fixed sidebar integration Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: Tana M Berry Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: 4d62 Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: 4d62 Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update website/integrations/services/semaphore/index.mdx Co-authored-by: 4d62 Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Update to Feedback on PR ;) Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> * Title… Ahhh now I got what you were trying to Tell me on the last comment 😂 happy new year ✌️ --------- Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com> Co-authored-by: nicedevil007 Co-authored-by: Tana M Berry Co-authored-by: 4d62 --- .../integrations/services/semaphore/index.mdx | 82 +++++++++++++++++++ website/sidebarsIntegrations.js | 1 + 2 files changed, 83 insertions(+) create mode 100644 website/integrations/services/semaphore/index.mdx diff --git a/website/integrations/services/semaphore/index.mdx b/website/integrations/services/semaphore/index.mdx new file mode 100644 index 0000000000..50edc40325 --- /dev/null +++ b/website/integrations/services/semaphore/index.mdx @@ -0,0 +1,82 @@ +--- +title: Integrate with Semaphore UI +sidebar_label: Semaphore +--- + +# Semaphore UI + +Support level: Community + +## What is Semaphore UI + +> Semaphore UI is a modern web interface for managing popular DevOps tools. +> -- https://semaphoreui.com/ +> +> This guide explains how to configure Semaphore UI to use authentik as the OAuth provider for logging in to the Web GUI. + +## Preparation + +The following placeholders are used in this guide: + +- `semaphore.company` is the FQDN of the Semaphore install. +- `authentik.company` is the FQDN of the authentik install. + +## authentik configuration + +[Create](https://docs.goauthentik.io/docs/add-secure-apps/applications/manage_apps#add-new-applications) an OAuth2/OpenID provider and an application in authentik. Use the following parameters for the OAuth2/OpenID provider: + +**Provider:** + +- Name: `SP-semaphore` +- Client type: `Confidential` +- Redirect URIs/Origins (RegEx): `https://semaphore.company/api/auth/oidc/authentik/redirect/` +- Signing Key: `authentik Self-signed Certificate` + +Take note of the Client ID and Client Secret, you'll need to give them to Semaphore UI in Step 3. + +Leave the rest as default values. The durations can be changed as needed. + +**Application:** + +- Name: `Semaphore UI` +- Slug: `semaphore` +- Launch URL: `https://semaphore.company/` + +## Semaphore UI configuration + +Log in to your Semaphore UI host via SSH. Edit the `config.json` file (should be located under `/etc/semaphore`) file with the text editor of your choice. + +Before the last curly brace, add the following content: + +``` +"oidc_providers": { + "authentik": { + "display_name": "SSO-Login", + "provider_url": "https://authentik.company/application/o/semaphore/", + "client_id": "", + "client_secret": "<<< Client Secret >>>", + "redirect_url": "https://semaphore.company/api/auth/oidc/authentik/redirect/", + "username_claim": "username", + "name_claim": "name", + "email_claim": "email", + "scopes": ["openid", "profile", "email"] + } +} +``` + +:::info +It is mandatory to include 'authentik' in lowercase letters. There should also be another curly brace above these lines. Make sure to add a `,` after it to maintain proper formatting. +::: + +More information on this can be found in the Semaphore documentation https://docs.semaphoreui.com/administration-guide/openid/authentik/. + +Leave the rest as default. + +## Test the login + +- Open a browser of your choice and open the URL `https://semaphore.company`. +- Click on the SSO-Login button. +- You should be redirected to authentik (with the login flows you created) and then authentik should redirect you back to `https://semaphore.company` URL. +- If you are redirected back to the `https://semaphore.company` URL you did everything correct. + +:::note Users are created upon logging in with authentik. They will not have the rights to create anything initially. These permissions must be assigned later by the local admin created during the first login to the Semaphore UI. ::: diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index e75a355a09..e0f1a73c87 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -129,6 +129,7 @@ module.exports = { "services/jellyfin/index", "services/komga/index", "services/node-red/index", + "services/semaphore/index", "services/sonar-qube/index", "services/sonarr/index", "services/tautulli/index", From c7532d35f26bb79663254533bfef233709999413 Mon Sep 17 00:00:00 2001 From: Frenchdom Date: Thu, 2 Jan 2025 23:18:10 +0100 Subject: [PATCH 06/12] Ading a step to paperless guide (#12539) Update index.mdx Enabling ALLAUTH in paperless config file Signed-off-by: Frenchdom --- website/integrations/services/paperless-ngx/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/integrations/services/paperless-ngx/index.mdx b/website/integrations/services/paperless-ngx/index.mdx index 702bc21da4..6fbe9d8d26 100644 --- a/website/integrations/services/paperless-ngx/index.mdx +++ b/website/integrations/services/paperless-ngx/index.mdx @@ -89,6 +89,7 @@ You need to update your `paperless.conf` configuration file. Paperless will sear Edit your `paperless.conf` and add the following: ```ini +PAPERLESS_ENABLE_ALLAUTH=true PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect PAPERLESS_SOCIALACCOUNT_PROVIDERS={"openid_connect":{"OAUTH_PKCE_ENABLED":true,"APPS":[{"provider_id":"authentik","name":"authentik","client_id":"","secret":"","settings":{"server_url":"https://authentik.company/application/o/paperless/.well-known/openid-configuration"}}]}} ``` From a61a41d7d0504de185ea7b6faf1960e1b447469b Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Fri, 3 Jan 2025 01:02:13 +0100 Subject: [PATCH 07/12] web: fix source selection and outpost integration health (#12530) * fix source selector Signed-off-by: Jens Langhammer * fix service connection health not updating fully Signed-off-by: Jens Langhammer * fix logo alt not translated Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- web/src/admin/AdminInterface/AboutModal.ts | 2 +- web/src/admin/outposts/ServiceConnectionListPage.ts | 2 +- web/src/admin/providers/oauth2/OAuth2Sources.ts | 2 +- web/src/admin/providers/proxy/ProxyProviderFormForm.ts | 2 +- web/src/elements/sidebar/SidebarBrand.ts | 3 ++- web/src/flow/FlowExecutor.ts | 2 +- web/src/standalone/api-browser/index.ts | 3 ++- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/web/src/admin/AdminInterface/AboutModal.ts b/web/src/admin/AdminInterface/AboutModal.ts index 0877fc54d1..7df4fe980a 100644 --- a/web/src/admin/AdminInterface/AboutModal.ts +++ b/web/src/admin/AdminInterface/AboutModal.ts @@ -74,7 +74,7 @@ export class AboutModal extends WithLicenseSummary(WithBrandConfig(ModalButton)) authentik Logo
diff --git a/web/src/admin/outposts/ServiceConnectionListPage.ts b/web/src/admin/outposts/ServiceConnectionListPage.ts index d9556c37ba..d922fa22f3 100644 --- a/web/src/admin/outposts/ServiceConnectionListPage.ts +++ b/web/src/admin/outposts/ServiceConnectionListPage.ts @@ -46,7 +46,7 @@ export class OutpostServiceConnectionListPage extends TablePage { return new OutpostsApi(DEFAULT_CONFIG) .outpostsServiceConnectionsAllStateRetrieve({ diff --git a/web/src/admin/providers/oauth2/OAuth2Sources.ts b/web/src/admin/providers/oauth2/OAuth2Sources.ts index 69743223ec..f8dcb910b5 100644 --- a/web/src/admin/providers/oauth2/OAuth2Sources.ts +++ b/web/src/admin/providers/oauth2/OAuth2Sources.ts @@ -4,7 +4,7 @@ import { DualSelectPair } from "@goauthentik/elements/ak-dual-select/types"; import { OAuthSource, SourcesApi } from "@goauthentik/api"; const sourceToSelect = (source: OAuthSource) => [ - source.pk, + source.slug, `${source.name} (${source.slug})`, source.name, source, diff --git a/web/src/admin/providers/proxy/ProxyProviderFormForm.ts b/web/src/admin/providers/proxy/ProxyProviderFormForm.ts index 3749ebce09..99449eae6d 100644 --- a/web/src/admin/providers/proxy/ProxyProviderFormForm.ts +++ b/web/src/admin/providers/proxy/ProxyProviderFormForm.ts @@ -291,7 +291,7 @@ export function renderForm( ${showHttpBasic ? renderHttpBasic(provider) : nothing} authentik Logo
diff --git a/web/src/flow/FlowExecutor.ts b/web/src/flow/FlowExecutor.ts index 669053b5a7..e857cbc8ba 100644 --- a/web/src/flow/FlowExecutor.ts +++ b/web/src/flow/FlowExecutor.ts @@ -515,7 +515,7 @@ export class FlowExecutor extends Interface implements StageHost { DefaultBrand.brandingLogo, ), )}" - alt="authentik Logo" + alt="${msg("authentik Logo")}" /> ${until(this.renderChallenge())} diff --git a/web/src/standalone/api-browser/index.ts b/web/src/standalone/api-browser/index.ts index 3272c63d09..7d0e113f7c 100644 --- a/web/src/standalone/api-browser/index.ts +++ b/web/src/standalone/api-browser/index.ts @@ -8,6 +8,7 @@ import { DefaultBrand } from "@goauthentik/elements/sidebar/SidebarBrand"; import { themeImage } from "@goauthentik/elements/utils/images"; import "rapidoc"; +import { msg } from "@lit/localize"; import { CSSResult, TemplateResult, css, html } from "lit"; import { customElement, property, state } from "lit/decorators.js"; import { ifDefined } from "lit/directives/if-defined.js"; @@ -102,7 +103,7 @@ export class APIBrowser extends Interface { >
Date: Fri, 3 Jan 2025 11:55:51 +0100 Subject: [PATCH 09/12] core: bump msgraph-sdk from 1.15.0 to 1.16.0 (#12546) Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d319a93d2..f4488afe72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3107,13 +3107,13 @@ dev = ["bumpver", "isort", "mypy", "pylint", "pytest", "yapf"] [[package]] name = "msgraph-sdk" -version = "1.15.0" +version = "1.16.0" description = "The Microsoft Graph Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "msgraph_sdk-1.15.0-py3-none-any.whl", hash = "sha256:85332db7ee19eb3d65a2493de83994ce3f5e4d9a084b3643ff6dea797cda81a7"}, - {file = "msgraph_sdk-1.15.0.tar.gz", hash = "sha256:c920e72cc9de2218f9f9f71682db22ea544d9b440a5f088892bfca686c546b91"}, + {file = "msgraph_sdk-1.16.0-py3-none-any.whl", hash = "sha256:1dd26ece74c43167818e2ff58b062180233ce7187ad2a061057af1195395c56c"}, + {file = "msgraph_sdk-1.16.0.tar.gz", hash = "sha256:980d19617d8d8b20545ef77fa5629fef768ce4ea1f2d1a124c5a9dd88d77940c"}, ] [package.dependencies] From e6c47db9f8619529c5b276fb9398bdf215232cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:57:24 +0100 Subject: [PATCH 10/12] core: bump ruff from 0.8.4 to 0.8.5 (#12545) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.4...0.8.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4488afe72..2a4961e40b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4630,29 +4630,29 @@ pyasn1 = ">=0.1.3" [[package]] name = "ruff" -version = "0.8.4" +version = "0.8.5" description = "An extremely fast Python linter and code formatter, written in Rust." optional = false python-versions = ">=3.7" files = [ - {file = "ruff-0.8.4-py3-none-linux_armv6l.whl", hash = "sha256:58072f0c06080276804c6a4e21a9045a706584a958e644353603d36ca1eb8a60"}, - {file = "ruff-0.8.4-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ffb60904651c00a1e0b8df594591770018a0f04587f7deeb3838344fe3adabac"}, - {file = "ruff-0.8.4-py3-none-macosx_11_0_arm64.whl", hash = "sha256:6ddf5d654ac0d44389f6bf05cee4caeefc3132a64b58ea46738111d687352296"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e248b1f0fa2749edd3350a2a342b67b43a2627434c059a063418e3d375cfe643"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bf197b98ed86e417412ee3b6c893f44c8864f816451441483253d5ff22c0e81e"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c41319b85faa3aadd4d30cb1cffdd9ac6b89704ff79f7664b853785b48eccdf3"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:9f8402b7c4f96463f135e936d9ab77b65711fcd5d72e5d67597b543bbb43cf3f"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e4e56b3baa9c23d324ead112a4fdf20db9a3f8f29eeabff1355114dd96014604"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:736272574e97157f7edbbb43b1d046125fce9e7d8d583d5d65d0c9bf2c15addf"}, - {file = "ruff-0.8.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e5fe710ab6061592521f902fca7ebcb9fabd27bc7c57c764298b1c1f15fff720"}, - {file = "ruff-0.8.4-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:13e9ec6d6b55f6da412d59953d65d66e760d583dd3c1c72bf1f26435b5bfdbae"}, - {file = "ruff-0.8.4-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:97d9aefef725348ad77d6db98b726cfdb075a40b936c7984088804dfd38268a7"}, - {file = "ruff-0.8.4-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ab78e33325a6f5374e04c2ab924a3367d69a0da36f8c9cb6b894a62017506111"}, - {file = "ruff-0.8.4-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:8ef06f66f4a05c3ddbc9121a8b0cecccd92c5bf3dd43b5472ffe40b8ca10f0f8"}, - {file = "ruff-0.8.4-py3-none-win32.whl", hash = "sha256:552fb6d861320958ca5e15f28b20a3d071aa83b93caee33a87b471f99a6c0835"}, - {file = "ruff-0.8.4-py3-none-win_amd64.whl", hash = "sha256:f21a1143776f8656d7f364bd264a9d60f01b7f52243fbe90e7670c0dfe0cf65d"}, - {file = "ruff-0.8.4-py3-none-win_arm64.whl", hash = "sha256:9183dd615d8df50defa8b1d9a074053891ba39025cf5ae88e8bcb52edcc4bf08"}, - {file = "ruff-0.8.4.tar.gz", hash = "sha256:0d5f89f254836799af1615798caa5f80b7f935d7a670fad66c5007928e57ace8"}, + {file = "ruff-0.8.5-py3-none-linux_armv6l.whl", hash = "sha256:5ad11a5e3868a73ca1fa4727fe7e33735ea78b416313f4368c504dbeb69c0f88"}, + {file = "ruff-0.8.5-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:f69ab37771ea7e0715fead8624ec42996d101269a96e31f4d31be6fc33aa19b7"}, + {file = "ruff-0.8.5-py3-none-macosx_11_0_arm64.whl", hash = "sha256:b5462d7804558ccff9c08fe8cbf6c14b7efe67404316696a2dde48297b1925bb"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d56de7220a35607f9fe59f8a6d018e14504f7b71d784d980835e20fc0611cd50"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9d99cf80b0429cbebf31cbbf6f24f05a29706f0437c40413d950e67e2d4faca4"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b75ac29715ac60d554a049dbb0ef3b55259076181c3369d79466cb130eb5afd"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c9d526a62c9eda211b38463528768fd0ada25dad524cb33c0e99fcff1c67b5dc"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:587c5e95007612c26509f30acc506c874dab4c4abbacd0357400bd1aa799931b"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:622b82bf3429ff0e346835ec213aec0a04d9730480cbffbb6ad9372014e31bbd"}, + {file = "ruff-0.8.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f99be814d77a5dac8a8957104bdd8c359e85c86b0ee0e38dca447cb1095f70fb"}, + {file = "ruff-0.8.5-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:c01c048f9c3385e0fd7822ad0fd519afb282af9cf1778f3580e540629df89725"}, + {file = "ruff-0.8.5-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7512e8cb038db7f5db6aae0e24735ff9ea03bb0ed6ae2ce534e9baa23c1dc9ea"}, + {file = "ruff-0.8.5-py3-none-musllinux_1_2_i686.whl", hash = "sha256:762f113232acd5b768d6b875d16aad6b00082add40ec91c927f0673a8ec4ede8"}, + {file = "ruff-0.8.5-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:03a90200c5dfff49e4c967b405f27fdfa81594cbb7c5ff5609e42d7fe9680da5"}, + {file = "ruff-0.8.5-py3-none-win32.whl", hash = "sha256:8710ffd57bdaa6690cbf6ecff19884b8629ec2a2a2a2f783aa94b1cc795139ed"}, + {file = "ruff-0.8.5-py3-none-win_amd64.whl", hash = "sha256:4020d8bf8d3a32325c77af452a9976a9ad6455773bcb94991cf15bd66b347e47"}, + {file = "ruff-0.8.5-py3-none-win_arm64.whl", hash = "sha256:134ae019ef13e1b060ab7136e7828a6d83ea727ba123381307eb37c6bd5e01cb"}, + {file = "ruff-0.8.5.tar.gz", hash = "sha256:1098d36f69831f7ff2a1da3e6407d5fbd6dfa2559e4f74ff2d260c5588900317"}, ] [[package]] From 561d2220bc7d33020effacce34f0df1c16c71b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:57:36 +0100 Subject: [PATCH 11/12] core: bump google-api-python-client from 2.156.0 to 2.157.0 (#12544) Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.156.0 to 2.157.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.156.0...v2.157.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a4961e40b..1261993a53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1922,13 +1922,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.156.0" +version = "2.157.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.156.0-py2.py3-none-any.whl", hash = "sha256:6352185c505e1f311f11b0b96c1b636dcb0fec82cd04b80ac5a671ac4dcab339"}, - {file = "google_api_python_client-2.156.0.tar.gz", hash = "sha256:b809c111ded61716a9c1c7936e6899053f13bae3defcdfda904bd2ca68065b9c"}, + {file = "google_api_python_client-2.157.0-py2.py3-none-any.whl", hash = "sha256:0b0231db106324c659bf8b85f390391c00da57a60ebc4271e33def7aac198c75"}, + {file = "google_api_python_client-2.157.0.tar.gz", hash = "sha256:2ee342d0967ad1cedec43ccd7699671d94bff151e1f06833ea81303f9a6d86fd"}, ] [package.dependencies] From 10ab6e4327ca6ee3defc2cdcdc6da1f54c71fd15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:58:30 +0100 Subject: [PATCH 12/12] core: bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 (#12543) Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.30.0 to 0.31.1. - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-go/compare/v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: github.com/getsentry/sentry-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 50a3a6e5a4..c98df27b0a 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.0 require ( beryju.io/ldap v0.1.0 github.com/coreos/go-oidc/v3 v3.11.0 - github.com/getsentry/sentry-go v0.30.0 + github.com/getsentry/sentry-go v0.31.1 github.com/go-http-utils/etag v0.0.0-20161124023236-513ea8f21eb1 github.com/go-ldap/ldap/v3 v3.4.10 github.com/go-openapi/runtime v0.28.0 diff --git a/go.sum b/go.sum index 3195d282ea..3a47369bd4 100644 --- a/go.sum +++ b/go.sum @@ -69,8 +69,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk= github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= -github.com/getsentry/sentry-go v0.30.0 h1:lWUwDnY7sKHaVIoZ9wYqRHJ5iEmoc0pqcRqFkosKzBo= -github.com/getsentry/sentry-go v0.30.0/go.mod h1:WU9B9/1/sHDqeV8T+3VwwbjeR5MSXs/6aqG3mqZrezA= +github.com/getsentry/sentry-go v0.31.1 h1:ELVc0h7gwyhnXHDouXkhqTFSO5oslsRDk0++eyE0KJ4= +github.com/getsentry/sentry-go v0.31.1/go.mod h1:CYNcMMz73YigoHljQRG+qPF+eMq8gG72XcGN/p71BAY= github.com/go-asn1-ber/asn1-ber v1.5.7 h1:DTX+lbVTWaTw1hQ+PbZPlnDZPEIs0SS/GCZAl535dDk= github.com/go-asn1-ber/asn1-ber v1.5.7/go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0= github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=