[PR #846] [MERGED] 1.19.5 #9214

Closed
opened 2026-05-03 05:24:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/846
Author: @mbecker20
Created: 9/14/2025
Status: Merged
Merged: 9/27/2025
Merged by: @mbecker20

Base: mainHead: 1.19.5


📝 Commits (5)

  • c94c3a8 start 1.19.5
  • cb35e34 deploy 1.19.5-dev-1
  • 1fbf3ed avoid execute_and_poll error when update is already complete or has no id
  • 12ccb2e improve image tagging customization
  • 40735dc 1.19.5 release

📊 Changes

15 files changed (+230 additions, -132 deletions)

View changed files

📝 Cargo.lock (+16 -16)
📝 Cargo.toml (+1 -1)
📝 bin/core/src/api/execute/build.rs (+5 -7)
📝 bin/core/src/api/execute/deployment.rs (+3 -3)
📝 bin/periphery/src/api/build.rs (+7 -12)
📝 bin/periphery/src/build.rs (+1 -29)
📝 client/core/rs/src/entities/build.rs (+147 -1)
📝 client/core/rs/src/entities/mod.rs (+0 -49)
📝 client/core/ts/package.json (+1 -1)
📝 client/core/ts/src/lib.ts (+5 -0)
📝 client/core/ts/src/types.ts (+6 -0)
📝 client/periphery/rs/src/api/build.rs (+2 -0)
📝 frontend/public/client/lib.js (+3 -0)
📝 frontend/public/client/types.d.ts (+6 -0)
📝 frontend/src/components/resources/build/config.tsx (+27 -13)

📄 Description

Changelog

Resource

  • Build: Improve image tagging customization re issues like #866
    • Push tag exactly as specified by "Image Tag"
    • Can disable :latest tag
    • Can disable the Version tags :x.y.x, :x.y, :x
    • Can disable the commit hash tag
  • Action (and Typescript client): Fix komodo.execute_and_poll from error when initial update has no ID.
    • Specifically this fixed issue can happen when using komodo.execute_and_poll("DeployStackIfChanged", {...}).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/846 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 9/14/2025 **Status:** ✅ Merged **Merged:** 9/27/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.19.5` --- ### 📝 Commits (5) - [`c94c3a8`](https://github.com/moghtech/komodo/commit/c94c3a8f2ace836263d17f6b49fbab89b9b75794) start 1.19.5 - [`cb35e34`](https://github.com/moghtech/komodo/commit/cb35e34a13cc520af69687795a2d97bd03467be5) deploy 1.19.5-dev-1 - [`1fbf3ed`](https://github.com/moghtech/komodo/commit/1fbf3eddf9c707788061a993783077753a79bc24) avoid execute_and_poll error when update is already complete or has no id - [`12ccb2e`](https://github.com/moghtech/komodo/commit/12ccb2e63fe872fa4fa29a7abb15b30202e001f0) improve image tagging customization - [`40735dc`](https://github.com/moghtech/komodo/commit/40735dcb92bc0ad3b99f7115c1f6af032a86777a) 1.19.5 release ### 📊 Changes **15 files changed** (+230 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -16) 📝 `Cargo.toml` (+1 -1) 📝 `bin/core/src/api/execute/build.rs` (+5 -7) 📝 `bin/core/src/api/execute/deployment.rs` (+3 -3) 📝 `bin/periphery/src/api/build.rs` (+7 -12) 📝 `bin/periphery/src/build.rs` (+1 -29) 📝 `client/core/rs/src/entities/build.rs` (+147 -1) 📝 `client/core/rs/src/entities/mod.rs` (+0 -49) 📝 `client/core/ts/package.json` (+1 -1) 📝 `client/core/ts/src/lib.ts` (+5 -0) 📝 `client/core/ts/src/types.ts` (+6 -0) 📝 `client/periphery/rs/src/api/build.rs` (+2 -0) 📝 `frontend/public/client/lib.js` (+3 -0) 📝 `frontend/public/client/types.d.ts` (+6 -0) 📝 `frontend/src/components/resources/build/config.tsx` (+27 -13) </details> ### 📄 Description # Changelog ### Resource - **Build**: Improve image tagging customization re issues like #866 - Push tag exactly as specified by "Image Tag" - Can disable `:latest` tag - Can disable the Version tags `:x.y.x`, `:x.y`, `:x` - Can disable the commit hash tag - **Action** (and Typescript client): Fix `komodo.execute_and_poll` from error when initial update has no ID. - Specifically this fixed issue can happen when using `komodo.execute_and_poll("DeployStackIfChanged", {...})`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 05:24:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#9214