Compare commits

..

6 Commits

Author SHA1 Message Date
c6e2bb116a bogus
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-26 14:45:58 +02:00
2e85e908c5 feat: update cli plan
All checks were successful
continuous-integration/drone Build is passing
2025-07-26 14:44:34 +02:00
985556ea80 feat: update template 2025-03-25 23:16:17 +01:00
0e178cea68 chore: update dagger and cuddle pleas
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-09 23:58:08 +01:00
07fc5a5e0a chore(deps): update all dependencies
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
2025-01-09 01:27:35 +00:00
5f9767c812 fix(deps): update rust crate async-trait to v0.1.85
Some checks are pending
continuous-integration/drone/pr Build is running
continuous-integration/drone/push Build is passing
2025-01-07 01:27:02 +00:00
5 changed files with 481 additions and 360 deletions

789
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ members = ["crates/*", "ci"]
resolver = "2"
[workspace.dependencies]
dagger-sdk = "0.18.3"
anyhow = { version = "1.0.85" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }

View File

@@ -5,9 +5,9 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
dagger-sdk = "0.13.7"
eyre = { version = "0.6.12" }
eyre = { version = "0.6" }
dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }
dagger-rust = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }

View File

@@ -5,13 +5,13 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
dagger-sdk = "0.13.7"
eyre = { version = "0.6.12" }
eyre = { version = "0.6" }
dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }
dagger-rust = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }
cuddle-ci = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }
async-trait = "0.1.80"
async-trait = "0.1"
tracing.workspace = true
tracing-subscriber.workspace = true

View File

@@ -44,30 +44,16 @@ steps:
DRONE_USER: "kjuulh"
DRONE_TOKEN:
from_secret: drone_token
REGISTRY_CACHE_USERNAME:
from_secret: registry_cache_username
REGISTRY_CACHE_PASSWORD:
from_secret: registry_cache_password
REGISTRY_CACHE_TOKEN:
from_secret: registry_cache_token
REGISTRY_CACHE_url:
from_secret: registry_cache_url
DOCKER_BUILDKIT: 1
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
CUDDLE_SECRETS_PROVIDER: 1password
CUDDLE_ONE_PASSWORD_DOT_ENV: ".env.ci"
CUDDLE_SSH_AGENT: "true"
GIT_PASSWORD:
from_secret: git_password
CI_PREFIX: "/mnt/ci/ci"
DOCKER_HOST: "tcp://192.168.1.155:2376"
CUDDLE_PLEASE_TOKEN:
from_secret: cuddle_please_token
OP_SERVICE_ACCOUNT_TOKEN:
from_secret: op_service_account_token
when:
event:
- pull_request
@@ -96,30 +82,16 @@ steps:
DRONE_USER: "kjuulh"
DRONE_TOKEN:
from_secret: drone_token
REGISTRY_CACHE_USERNAME:
from_secret: registry_cache_username
REGISTRY_CACHE_PASSWORD:
from_secret: registry_cache_password
REGISTRY_CACHE_TOKEN:
from_secret: registry_cache_token
REGISTRY_CACHE_url:
from_secret: registry_cache_url
DOCKER_BUILDKIT: 1
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
CUDDLE_SECRETS_PROVIDER: 1password
CUDDLE_ONE_PASSWORD_DOT_ENV: ".env.ci"
CUDDLE_SSH_AGENT: "true"
GIT_PASSWORD:
from_secret: git_password
CI_PREFIX: "/mnt/ci/ci"
DOCKER_HOST: "tcp://192.168.1.155:2376"
CUDDLE_PLEASE_TOKEN:
from_secret: cuddle_please_token
OP_SERVICE_ACCOUNT_TOKEN:
from_secret: op_service_account_token
when:
event:
- push
@@ -150,21 +122,11 @@ steps:
DRONE_USER: "kjuulh"
DRONE_TOKEN:
from_secret: drone_token
REGISTRY_CACHE_USERNAME:
from_secret: registry_cache_username
REGISTRY_CACHE_PASSWORD:
from_secret: registry_cache_password
REGISTRY_CACHE_TOKEN:
from_secret: registry_cache_token
REGISTRY_CACHE_url:
from_secret: registry_cache_url
DOCKER_BUILDKIT: 1
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
CUDDLE_SECRETS_PROVIDER: 1password
CUDDLE_ONE_PASSWORD_DOT_ENV: ".env.ci"
CUDDLE_SSH_AGENT: "true"
GIT_PASSWORD:
from_secret: git_password
@@ -174,8 +136,6 @@ steps:
from_secret: cuddle_please_token
CRATES_IO_TOKEN:
from_secret: crate_io_token
OP_SERVICE_ACCOUNT_TOKEN:
from_secret: op_service_account_token
when:
ref:
- refs/tags/v*