Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kimdre/doco-cd

Tags

v0.57.0

Toggle v0.57.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kimdre Kim Oliver Drechsel
fix(docker): update healthcheck command syntax in docker-compose.yml

v0.56.0

Toggle v0.56.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: change dummy SOPS_AGE_KEY for encryption/decryption tests (#901)

* test: hard-code dummy SOPS_AGE_KEY for encryption/decryption tests

* fix(test): replace hard-coded SOPS_AGE_KEY with variable reference

v0.55.0

Toggle v0.55.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(config): support paths for compose files (#885)

* feat(config): support subfolders for docker-composes

* chore(config): remove compose files exists check

v0.54.1

Toggle v0.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: incorrect remote repository paths (#858)

* fix: separate internal and external repository paths for trigger and deploy repository

* fix: correct variable name for internal deployment repository path in DeployStack function

* fix: correct service label retrieval in tests

v0.54.0

Toggle v0.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(swarm): retrieve labels from replicated services (#850)

* feat(swarm): enhance GetLabeledContainers to support Swarm mode tasks

* feat(swarm): enhance GetLabeledContainers to support Swarm mode tasks

* fix(swarm): replace GetLabeledContainers with GetServiceLabels for stack management

* fix(swarm): remove unused filterLabel variable and update RemoveLabeledVolumes calls

* fix(swarm): add GetLabeledServices function and update references to GetLabeledContainers

v0.54.0-rc.1

Toggle v0.54.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kimdre Kim Oliver Drechsel
fix(swarm): add GetLabeledServices function and update references to …

…GetLabeledContainers

v0.53.0

Toggle v0.53.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kimdre Kim Oliver Drechsel
docs: add prune_images deploy config setting

v0.52.0

Toggle v0.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(git): enhance HasChangesInSubdir to support symlink resolution (#804

)

* fix(git): enhance HasChangesInSubdir to support symlink resolution

* fix(git): improve error handling in symlink resolution during subdir walk

* fix(git): add symlink check in HasChangesInSubdir function

* fix(symlinks): update HasChangesInSubdir to include working directory for symlink resolution

v0.52.0-rc.1

Toggle v0.52.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kimdre Kim Oliver Drechsel
feat(webhook): add support for Gogs as a Git provider in webhook hand…

…ling

v0.51.1

Toggle v0.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(webhook): fix cloneUrl comparison for auto-discovery delete (#812)