fix: new-workflow-ci (#30)

* feat: new workflow CI

* feat: new workflow CI

* feat: new workflow CI

* feat: new workflow CI

* feat: new workflow CI

* feat: new workflow CI

* fix: docker.yml

* fix: docker.yml

* fix: docker.yml

* fix: docker.yml

---------

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-08 20:58:19 +01:00
committed by GitHub
parent 773077f66b
commit b136140b55
4 changed files with 11 additions and 7 deletions
+6
View File
@@ -50,6 +50,12 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
ref: main
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-edit
run: cargo install cargo-edit
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
+3 -5
View File
@@ -12,6 +12,9 @@
"tagName": "${version}",
"push": true
},
"hooks": {
"before:bump": "cargo set-version ${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
@@ -48,11 +51,6 @@
},
"@release-it/bumper": {
"out": [
{
"file": "Cargo.toml",
"path": "package.version",
"type": "toml"
},
{
"file": "CITATION.cff",
"path": "version",
Generated
+1 -1
View File
@@ -2872,7 +2872,7 @@ dependencies = [
[[package]]
name = "portabase-agent"
version = "1.2.0"
version = "1.2.2"
dependencies = [
"aes",
"aes-gcm",
+1 -1
View File
@@ -37,7 +37,7 @@ async-stream = "0.3.6"
uuid = { version = "1.20.0", features = ["v4"] }
tokio-util = "0.7.18"
aws-config = "1.8.13"
aws-sdk-s3 = { version = "1.1.2.2", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.122.0", features = ["behavior-version-latest"] }
async-compression = { version = "0.4.37", features = ["tokio", "gzip"] }
tokio-tar = "0.3.1"
oauth2 = "5.0.0"