Compare commits

...

9 Commits

Author SHA1 Message Date
charlesgauthereau bb3f254e6c chore(release): 0.1.1 2026-01-07 22:31:20 +01:00
charlesgauthereau 5d1841cdfe fix: psql error for ping method in postgres 2026-01-07 22:30:46 +01:00
charlesgauthereau 942b0e421e chore(release): 0.1.1-rc.8 2026-01-07 22:22:55 +01:00
charlesgauthereau 5daa635c8c fix: psql error for ping method in postgres 2026-01-07 22:22:45 +01:00
charlesgauthereau 6a2ca5f3c7 chore(release): 0.1.1-rc.7 2026-01-07 21:33:28 +01:00
charlesgauthereau 23ec411907 feat: Adding postgres support from 12 to 18 2026-01-07 21:32:35 +01:00
charlesgauthereau d47525826a chore(release): 0.1.1-rc.6 2026-01-07 10:01:16 +01:00
charlesgauthereau 60fb78d54f chore(release): 0.1.1-rc.5 2026-01-07 10:01:05 +01:00
charlesgauthereau 59d78ed468 fix: ci to work with new repository. 2026-01-07 10:00:30 +01:00
282 changed files with 242 additions and 25 deletions
Vendored
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -6,7 +6,7 @@ on:
image_name:
required: false
type: string
default: 'solucetechnologies/agent-portabase'
default: 'portabase/agent'
add_latest:
required: false
type: boolean
@@ -47,7 +47,7 @@ jobs:
id: set-tags
run: |
REF_NAME=${GITHUB_REF#refs/tags/}
TAGS="${{ inputs.image_name }}:rust-$REF_NAME"
TAGS="${{ inputs.image_name }}:$REF_NAME"
if [[ "${{ inputs.add_latest }}" == "true" ]]; then
TAGS="$TAGS,${{ inputs.image_name }}:latest"
fi
+2 -2
View File
@@ -22,5 +22,5 @@ keywords:
- self-hosted
- portabase
license: Apache-2.0
version: 0.1.1-rc.5
date-released: "2026-01-06"
version: 0.1.1
date-released: "2026-01-07"
Generated
+1 -1
View File
@@ -943,7 +943,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "portabase-agent"
version = "0.1.1-rc.4"
version = "0.1.1-rc.8"
dependencies = [
"anyhow",
"async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "portabase-agent"
version = "0.1.1-rc.5"
version = "0.1.1"
edition = "2024"
[dependencies]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More