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

build: Protobuf update to 3.25.5 #5431

Merged
merged 1 commit into from
Oct 15, 2024
Merged

build: Protobuf update to 3.25.5 #5431

merged 1 commit into from
Oct 15, 2024

Conversation

MMaiero
Copy link
Contributor

@MMaiero MMaiero commented Oct 11, 2024

Updated protobuf to the latest available release of the major 3 we are currently based on.
Successfully Tested publishing with the Kapua connector

@mattdibi mattdibi force-pushed the build_protobuf_update branch from a168e5c to bca6b70 Compare October 14, 2024 14:08
@MMaiero MMaiero merged commit 24d329c into develop Oct 15, 2024
4 checks passed
@MMaiero MMaiero deleted the build_protobuf_update branch October 15, 2024 06:58
@eclipse-kura-bot
Copy link

The backport to release-5.6.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-5.6.0 release-5.6.0
# Navigate to the new working tree
cd .worktrees/backport-release-5.6.0
# Create a new branch
git switch --create backport-5431-to-release-5.6.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 24d329c27237b08e5bea6fb095f95d288b74f614
# Push it to GitHub
git push --set-upstream origin backport-5431-to-release-5.6.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-5.6.0

Then, create a pull request where the base branch is release-5.6.0 and the compare/head branch is backport-5431-to-release-5.6.0.

MMaiero added a commit that referenced this pull request Oct 16, 2024
Signed-off-by: MMaiero <[email protected]>
(cherry picked from commit 24d329c)
MMaiero added a commit that referenced this pull request Oct 17, 2024
Signed-off-by: MMaiero <[email protected]>
(cherry picked from commit 24d329c)
mattdibi pushed a commit that referenced this pull request Oct 17, 2024
build: Protobuf update to 3.25.5 (#5431)

Signed-off-by: MMaiero <[email protected]>
(cherry picked from commit 24d329c)
MMaiero added a commit that referenced this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants