Closed tarrencev closed 1 month ago
Ohayo, sensei! This pull request primarily updates the Docker image version across several configuration files related to the development and continuous integration environments. The image version has been incremented from v1.0.0-alpha.12
to v1.0.0-alpha.13
, reflecting an upgrade that may include various improvements or fixes. This change affects the development container, GitHub Actions workflows, and the release dispatch configuration.
File Path | Change Summary |
---|---|
.devcontainer/devcontainer.json |
Image version updated from v1.0.0-alpha.12 to v1.0.0-alpha.13 . |
.github/workflows/bench.yml |
Docker image version changed from v1.0.0-alpha.12 to v1.0.0-alpha.13 in jobs bench-katana and bench-sozo . |
.github/workflows/ci.yml |
Docker image version updated from v1.0.0-alpha.12 to v1.0.0-alpha.13 across multiple jobs. |
.github/workflows/release-dispatch.yml |
Docker image updated from v1.0.0-alpha.12 to v1.0.0-alpha.13 . |
.devcontainer/devcontainer.json
from v1.0.0-alpha.11
to v1.0.0-alpha.12
, a direct predecessor to this PR..devcontainer/devcontainer.json
from v1.0.0-alpha.11
to v1.0.0-alpha.12
, showing the progression of image updates leading to this PR.v1.0.0-alpha.13
, the target version updated in this PR.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.61%. Comparing base (
9f95a68
) to head (16433a4
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit
New Features
Bug Fixes