Skip to content

Releases: KunalSin9h/meltcd

meltcd v0.25.0

24 Dec 16:35
4ae95aa
Compare
Choose a tag to compare

Added

Relative time for displaying time and date

d49

d9

meltcd v0.24.0

24 Dec 12:16
b803262
Compare
Choose a tag to compare

Added

UI: All running applications

image

meltcd v0.23.0

22 Dec 19:08
4a17ee0
Compare
Choose a tag to compare

Added

UI to add new application
demo-release

meltcd v0.22.0

17 Dec 17:22
d8828d7
Compare
Choose a tag to compare

Added

Support for multiple service stack in docker swarm.

meltcd v0.21.0

14 Dec 18:44
4860594
Compare
Choose a tag to compare

Added

Support for bind mounts in volumes

volumes:
   - ~/file.txt:/data/file.txt

meltcd v0.20.0

14 Dec 15:55
ebda715
Compare
Choose a tag to compare

Added

Support for env_file property of docker compose file (service file)

env_file:
   - ~/secrets/env

meltcd v0.18.0

04 Dec 19:39
Compare
Choose a tag to compare

Changelog

  • 4274c1d feat(api,cli): remove repository
  • 3c9af0b feat(api,cli): update repository
meltcd repo rm <repo-url>

meltcd repo update <repo-url> --username <username> --password <password>

meltcd v0.17.0

01 Dec 17:54
b1d4bbc
Compare
Choose a tag to compare

Added

Working with private git repositories

Adding auth credentials for private git repository

meltcd repo add <repo-url> --username <username> --password <password>

List all private Git Repository added

meltcd repo ls

meltcd v0.16.1

29 Nov 18:18
1fa0d8f
Compare
Choose a tag to compare

Changelog

  • 2eedf11 feat(api): using targetRevision
  • 32ffea8 volume working sort-of

meltcd v0.16.0

28 Nov 17:53
6b713db
Compare
Choose a tag to compare

Added

Table when showing list of applications running

image