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

v6.9.0 Release #1883

Merged
merged 139 commits into from
Aug 18, 2024
Merged

v6.9.0 Release #1883

merged 139 commits into from
Aug 18, 2024

Conversation

Cyberboss
Copy link
Member

@Cyberboss Cyberboss commented Aug 18, 2024

Garbanzo beans

🆑
Fixed capabilities specification for SystemD service preventing process dumps. Linux SystemD users must apply this fix manually. Please apply the changes shown here to /lib/systemd/system/tgstation-server.service and run systemctl daemon-reload as root.
/:cl:

dependabot bot and others added 30 commits August 2, 2024 09:32
Bumps [Swashbuckle.AspNetCore.Newtonsoft](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.6.2 to 6.7.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.Newtonsoft
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…AspNetCore.Newtonsoft-6.7.0

Bump Swashbuckle.AspNetCore.Newtonsoft from 6.6.2 to 6.7.0
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.6.2 to 6.7.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…AspNetCore-6.7.0

Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.0
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ramework-3.5.1

Bump MSTest.TestFramework from 3.5.0 to 3.5.1
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dapter-3.5.1

Bump MSTest.TestAdapter from 3.5.0 to 3.5.1
- Add consumer APIs for overriding HTTP GET implementation.
- Fix Discord documentation links.
- Use IETF RFC 2119 wording in documentation.
- Populate some documentation comments for previously undocumented public entities.
Fix DMAPI documentation comment typos
Cyberboss and others added 13 commits August 17, 2024 12:10
…rfaces

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and Microsoft.Bcl.AsyncInterfaces. These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.7...v8.0.8)

Updates `Microsoft.Bcl.AsyncInterfaces` from 6.0.0 to 8.0.0

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…07d2

Bump Microsoft.EntityFrameworkCore.Sqlite and Microsoft.Bcl.AsyncInterfaces
@Cyberboss Cyberboss added the Release This is a release pull request label Aug 18, 2024
@Cyberboss Cyberboss added this to the v6.9.0 milestone Aug 18, 2024
@Cyberboss Cyberboss enabled auto-merge August 18, 2024 13:00
github-actions[bot]
github-actions bot previously approved these changes Aug 18, 2024
github-actions[bot]
github-actions bot previously approved these changes Aug 18, 2024
@Cyberboss Cyberboss disabled auto-merge August 18, 2024 15:04
Copy link

codecov bot commented Aug 18, 2024

Codecov Report

Attention: Patch coverage is 62.04288% with 301 lines in your changes missing coverage. Please review.

Project coverage is 95.83%. Comparing base (6bb65d3) to head (ec71b37).
Report is 144 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1883      +/-   ##
==========================================
- Coverage   95.94%   95.83%   -0.12%     
==========================================
  Files         713      716       +3     
  Lines      163396   163912     +516     
  Branches     3228     3261      +33     
==========================================
+ Hits       156778   157077     +299     
- Misses       6127     6332     +205     
- Partials      491      503      +12     

- Upgrade action to v4.
- Add ReleaseNotes check to fail job if it doesn't detect the `codecov/project` check on the run in 15 minutes.
- Mark Upload Codecov Job as flaky.
@Cyberboss Cyberboss enabled auto-merge August 18, 2024 16:49
@Cyberboss Cyberboss added the Fix Fixes incorrect functionality label Aug 18, 2024
@Cyberboss Cyberboss merged commit a893428 into master Aug 18, 2024
142 of 181 checks passed
@Cyberboss Cyberboss removed the Release This is a release pull request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fixes incorrect functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant