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

chore(master): release 1.1.1 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mender-test-bot
Copy link
Contributor

@mender-test-bot mender-test-bot commented Oct 16, 2024


1.1.1 - 2024-11-26

Bug Fixes

  • Fix stopping of previously installed artifact
    (77ac083) by @paulkre

    This commit addresses a bug that was causing installation failures when
    installing a new artifact. The issue stemmed from attempting to stop the
    previously installed artifact by checking for the existence of its "manifests"
    directory. However, if the previous installation failed before creating the
    "manifests" directory, the STOP operation would fail. This commit modifies
    the condition for executing the STOP operation to now check for the existence
    of the "manifests" directory itself, rather than its parent directory. This
    adjustment ensures that the STOP operation is only performed when the
    "manifests" directory actually exists.


@mender-test-bot
Copy link
Contributor Author

@mender-test-bot, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline".


my commands and options

You can trigger a pipeline on multiple prs with:

  • mentioning me and start pipeline --pr mender/127 --pr mender-connect/255

You can start a fast pipeline, disabling full integration tests with:

  • mentioning me and start pipeline --fast

You can trigger GitHub->GitLab branch sync with:

  • mentioning me and sync

You can cherry pick to a given branch or branches with:

  • mentioning me and:
 cherry-pick to:
 * 1.0.x
 * 2.0.x

@mender-test-bot mender-test-bot force-pushed the release-please--branches--master branch 4 times, most recently from e8e33f9 to 93ef299 Compare October 24, 2024 21:15
@mender-test-bot mender-test-bot force-pushed the release-please--branches--master branch 2 times, most recently from 636794f to ee5c091 Compare October 29, 2024 20:18
@mender-test-bot mender-test-bot force-pushed the release-please--branches--master branch 2 times, most recently from d73233b to b622b2a Compare November 5, 2024 20:19
@mender-test-bot mender-test-bot force-pushed the release-please--branches--master branch 4 times, most recently from 0e4559c to 97a4343 Compare November 19, 2024 20:19
Signed-off-by: mender-test-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant