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

Release for v0.4.2 #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Release for v0.4.2 #2

wants to merge 7 commits into from

Conversation

github-actions[bot]
Copy link

This pull request is for the next release as v0.4.2 created by tagpr. Merging it will tag v0.4.2 to the merge commit and create a GitHub release.

You can modify this branch "tagpr-from-v0.4.1" directly before merging if you want to change the next version number or other files for the release.

How to change the next version as you like

There are two ways to do it.

  • Version file
    • Edit and commit the version file specified in the .tagpr configuration file to describe the next version
    • If you want to use another version file, edit the configuration file.
  • Labels convention
    • Add labels to this pull request like "tagpr:minor" or "tagpr:major"
    • If no conventional labels are added, the patch version is incremented as is.

Full Changelog: v0.4.1...v0.4.2

@github-actions github-actions bot added the tagpr label Nov 18, 2024
@github-actions github-actions bot force-pushed the tagpr-from-v0.4.1 branch 2 times, most recently from 29db647 to 27ffb25 Compare November 28, 2024 23:26
@github-actions github-actions bot force-pushed the tagpr-from-v0.4.1 branch 5 times, most recently from 5ad71f9 to 96bd24c Compare December 6, 2024 04:32
github-actions bot and others added 7 commits December 6, 2024 04:51
* refactor(test): refine function create_container

add CreateOptions as para to function create_container for create
container with different options

Signed-off-by: xujihui1985 <[email protected]>

* fix: fix failed unittest

Signed-off-by: xujihui1985 <[email protected]>

---------

Signed-off-by: xujihui1985 <[email protected]>
* fix(libcontainer): combine multi error when create container failed

When container creation fails and triggers a cleanup process that also
fails, the original creation error is overwritten by the cleanup error.
This change ensures that both the primary creation error and the
subsequent cleanup error are captured and reported, providing better
visibility into the failure sequence.

Signed-off-by: xujihui1985 <[email protected]>

* fix: fix lint error

Signed-off-by: xujihui1985 <[email protected]>

* refactor(libcontainer): add CreateContainerError

add CreateContainerError to encapsulate both create error and cleanup
error, so that caller will understand what happened

Signed-off-by: xujihui1985 <[email protected]>

* refactor(libcontainer): use tuple instead of struct

change createContainerError to tuple instead of struct

Signed-off-by: xujihui1985 <[email protected]>

---------

Signed-off-by: xujihui1985 <[email protected]>
…ki-dev#2966)

Signed-off-by: Abel Feng <[email protected]>
Signed-off-by: Yashodhan Joshi <[email protected]>
Co-authored-by: Yashodhan Joshi <[email protected]>
* add test root readonly true

Signed-off-by: sat0ken <[email protected]>

* fix test group name

Signed-off-by: sat0ken <[email protected]>

* fix format

Signed-off-by: sat0ken <[email protected]>

* remove blank line

Signed-off-by: sat0ken <[email protected]>

* remove unused import

Signed-off-by: sat0ken <[email protected]>

* fix format err

Signed-off-by: sat0ken <[email protected]>

* remove unnecessary return

Signed-off-by: sat0ken <[email protected]>

* separate test root readonly true and false

Signed-off-by: sat0ken <[email protected]>

* fix format err

Signed-off-by: sat0ken <[email protected]>

* change test_dir_write_access to pub fn to use test

Signed-off-by: sat0ken <[email protected]>

* check root readonly to use test_dir_write_access

Signed-off-by: sat0ken <[email protected]>

* fix format err

Signed-off-by: sat0ken <[email protected]>

* fix format err

Signed-off-by: sat0ken <[email protected]>

* remove blank line

Signed-off-by: sat0ken <[email protected]>

* separate two tests to root_readonly_true and root_readonly_false

Signed-off-by: sat0ken <[email protected]>

* change test_dir_read_access to pub fn to use test

Signed-off-by: sat0ken <[email protected]>

* fix debug message and add check read access

Signed-off-by: sat0ken <[email protected]>

* fix format err

Signed-off-by: sat0ken <[email protected]>

* add root_readonly test to main

Signed-off-by: sat0ken <[email protected]>

* add read access test when root readonly is false

Signed-off-by: sat0ken <[email protected]>

* fox type err

Signed-off-by: sat0ken <[email protected]>

* remove code err to raw os err

Signed-off-by: sat0ken <[email protected]>

* add CreateOptions

Signed-off-by: sat0ken <[email protected]>

---------

Signed-off-by: sat0ken <[email protected]>
Bumps the patch group with 2 updates: [thiserror](https://github.com/dtolnay/thiserror) and [anyhow](https://github.com/dtolnay/anyhow).


Updates `thiserror` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.4)

Updates `anyhow` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants