-
Notifications
You must be signed in to change notification settings - Fork 15
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 v5.2.0 #2326
Draft
JimMadge
wants to merge
94
commits into
latest
Choose a base branch
from
release-v5.2.0
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release v5.2.0 #2326
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add firewall logs
…ecklist Update release checklist
Diagnostic settings are created as part of the component.
Add workspace log docs
Co-authored-by: James Robinson <james.em.robinson@gmail.com>
Ingest logs for blob containers
Add logging for file shares
Bumps the production-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.73.1` | `2.74.0` | | [pulumi](https://github.com/pulumi/pulumi) | `3.141.0` | `3.142.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.1` | `2.10.2` | | [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) | `2.10.0` | `2.10.1` | | [typer](https://github.com/fastapi/typer) | `0.13.1` | `0.14.0` | | [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.3.241009` | `2.2.3.241126` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.8.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | Updates `cryptography` from 43.0.3 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...44.0.0) Updates `pulumi-azure-native` from 2.73.1 to 2.74.0 - [Release notes](https://github.com/pulumi/pulumi-azure-native/releases) - [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md) - [Commits](pulumi/pulumi-azure-native@v2.73.1...v2.74.0) Updates `pulumi` from 3.141.0 to 3.142.0 - [Release notes](https://github.com/pulumi/pulumi/releases) - [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md) - [Commits](pulumi/pulumi@v3.141.0...v3.142.0) Updates `pydantic` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.1...v2.10.2) Updates `pyjwt[crypto]` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.10.0...2.10.1) Updates `typer` from 0.13.1 to 0.14.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.13.1...0.14.0) Updates `pandas-stubs` from 2.2.3.241009 to 2.2.3.241126 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.2.3.241009...v2.2.3.241126) Updates `ruff` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.0...0.8.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: pulumi-azure-native dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pulumi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyjwt[crypto] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pandas-stubs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/karancode/yamllint-github-action/releases) - [Commits](karancode/yamllint-github-action@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…_actions/karancode/yamllint-github-action-3.0.0 Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0
…oduction-dependencies-00743768ed Bump the production-dependencies group with 9 updates
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✅ Checklist
Enable foobar integration
rather than515 foobar
).develop
.🚦 Depends on
🌂 Related issues
🔬 Tests