# November 24

sfops November 24 (v30.5.0 - v30.5.1) brings the following updates

### sfops

#### Update sfdx-scanner to v4.7.0

sfdx-scanner used in the sfops image is now updated to v4.7.0 , This means existing PMD configurations in your project repository (pmd-rulesets) now have to be updated

{% hint style="info" %}
Flxbl Managed instances will have a pull request open with the necessary PMD configuration, Self Managed users can utilize the latest rules in your sfops repository here/\
<https://source.flxbl.io/flxbl/sfops/src/branch/main/pmd-rulesets>
{% endhint %}

#### Update to GitHub related actions

Few GitHub actions which have been deprecated have been updated to the latest versions,

### DevCentral

#### GitHub Integration

sfops dev central, now features a GitHub integration executed via Flxbl's Global Supabase instance. All Flxbl Managed instances will utilize this instance to handle authentication. This Global Supabase instance is more of an Auth provider and orchestrates OAuth-based authentication in DevCentral

This is controlled via \_config.yml in your **devcentral** (sfops-dashboard0 repository under the following section

```
# Global Flxbl Configuration
# If you are self hosting, change it with supabase api and anon key
supabase:
  url: https://zllcmuwkimjcgoazlhyn.supabase.co
  anon_key: <anon-key>
```

{% hint style="info" %}
For self-hosted users, or managed instance users who do not wish to use the authentication, please feel free to comment on this section in your config (\_config.yaml file in devcentral repo)
{% endhint %}

Utilizing this configuration, dev central can offer tighter integrations with Github. These integrations will be rolled out progressively over the coming releases

Please note your GitHub Admin has to authorize Flxbl's GitHub Connector App for authentication to work

<figure><img src="/files/tR1PJzHsh6byKThNDa3B" alt=""><figcaption><p>Authenticate Flxbl Github Connector App in your org</p></figcaption></figure>

#### Create Issues directly from DevCentral

Enabling GitHub integration with DevCentral will unlock the ability to create issues directly without opening up a new tab

<figure><img src="/files/qipm3kgDyFNmI1kJsj7M" alt=""><figcaption></figcaption></figure>

#### Duplicate Release Issue Detection

Utilizing the GitHub Integration, **sfops** will now be able to detect if an existing issue is opened for a particular release prompting your team members with an alert

<figure><img src="/files/OFBUMnmmJOJ7ZswHSciz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flxbl.io/flxbl/sfops/changelog/november24.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
