Abdfnx Doko Versions Save

🐳 The docker you know but with TUI.

v0.1.2

2 years ago

Changelog

  • 5e5b504 mv cmd to cli, update workflows, init taskfile
  • 498a0e6 fix go version in Makefile
  • fe5e2fb upgrade go to 1.18
  • 59d8573 security: fix github security vulnerabilities
  • eb041aa fix: docker/doko-full/Dockerfile to reduce vulnerabilities (#18)
  • f07bde6 Bump github.com/docker/docker (#17)
  • 73a7192 Bump github.com/AlecAivazis/survey/v2 from 2.3.3 to 2.3.4 (#16)
  • b21b731 Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.3 (#15)
  • df25a44 fix: Dockerfile to reduce vulnerabilities (#14)
  • 928511c fix: docker/doko-full/Dockerfile to reduce vulnerabilities (#13)
  • 42fd544 update ci and go workflows, and update goreleaser config
  • 8d2cb6b update Makefile
  • f66c265 Bump github.com/docker/docker (#12)
  • 5749af4 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#11)
  • a6da279 fix stuff in README (#10)
  • 051c1de Bump github.com/briandowns/spinner from 1.18.0 to 1.18.1 (#9)
  • 588453f Bump github.com/tidwall/gjson from 1.13.0 to 1.14.0 (#8)
  • 76b908f Bump github.com/muesli/termenv from 0.10.0 to 0.11.0 (#7)
  • 96b8ef1 Bump github.com/muesli/termenv from 0.9.0 to 0.10.0 (#6)

What's Changed

New Contributors

Full Changelog: https://github.com/abdfnx/doko/compare/v0.1.1...v0.1.2

v0.1.1

2 years ago

What's Changed

Changelog

  • 1e0f070 update doko function names from remove to delete
  • 2e87b02 Bump github.com/tidwall/gjson from 1.12.1 to 1.13.0 (#4)
  • 18eefae update abdfnx/doko description in all doko, update .dockeringore
  • 7396555 fix README, run go mod tidy and tidy the modfile
  • 6b371ea if buildVersion is empty then don't check new versions (#3)
  • 2fc079f docs(readme): add doko preview
  • 7089001 upgrade dependencies to latest versions, fix ci workflow
  • 2a504e6 fix dependabot security alerts in github.com/containerd/containerd mod
  • 56cfcf3 fix Makefile tasks, update docker workflow job names
  • 99aa2ee add new tasks to Makefile, create docker workflow for doko
  • 7ff4537 fix via_docker job in Doko CI workflow, update example
  • cbe403e finally finish from Doko CI github workflow
  • 89ca287 update modules, use abdfnx/looker module to find pathes

New Contributors

Full Changelog: https://github.com/abdfnx/doko/compare/v0.1.0...v0.1.1

v0.1.0

2 years ago

Welcome

this is the first release of doko, enjoy

Changelog

  • 6b807a5 return to secrets.ACCESS_TOKEN and use it in release workflow
  • 45e1f8b fix all windows issues: like docker windows streamer and other
  • 3313202 update docker windows stream package name to stream
  • 912628b chmod scripts/tag.sh to 755, update the github token in release ci
  • f1e123e fix doko show_update prop in version checker
  • 85276d6 add 🔍 Checking for updates spinner to version checker
  • a91bc71 finish from release github workflow, create the security policy
  • 38445fa create the code owners file of doko (@abdfnx)
  • c57b1f5 create the Code of Conduct of doko
  • b75a97b configure go github workflow for doko
  • b8ed48a update doko info display
  • 17b6a2c add doko logo to .github, add doko README
  • d0c4eca configure dependabot for doko
  • 4308046 create codeql code scanning workflow
  • 6cd5fba add goreleaser config to doko
  • 3284f3e add the Dockerfile of doko-full image, add new tasks to Makefile
  • 25f84fc configure and create docker image for doko 🐳
  • 844eef6 add source builders, add gitpod config file
  • 9c45e3e build installers: create and build doko script installers
  • b680704 add scripts: add tag and date scripts for doko
  • f822548 add config files: add editorconfig and golang ci config files
  • 015cf0f new feature: add doko settings command to Doko CLI
  • 9401dbe big update: add version checker for Doko CLI & Doko UI
  • 8ab34d7 fix root command issues, update doko flags
  • bf8d55f big updates and fixes: create doko cli, fix all errors and bugs
  • cf96eed finish from doko core UI, and link every packages and functions
  • fa61adf finally finish from doko ui key bindings ⌨️
  • 3a4b844 rename to resources in ui.go, create docker networks UI
  • 8a8ddd1 create docker containers doko ui in core package
  • dcca7d7 now docker images ui is finished, create core/searchImages.go file
  • 608d475 informations of doko ui is created successfully
  • 7e872e5 create newVolumes, setKeybinding, entries and more in volumes ui
  • 149178d finish from docker tasks ui in core package
  • 1ab1e16 create docker tasks, add New function to ui package
  • 3cfc153 start build docker container struct
  • 0ba78b9 create docker images and networks apis and add it to doko ui
  • 639f5dc add navigate to state struct, start building core/volumes
  • 7835556 update modfile, start building navigate keybindings
  • c820a75 create doko ui panel in core package
  • 30db7c1 finish from ios library, create windows docker stream
  • bd11cc5 add new go modules, create the main iostreams funcs
  • 42987b3 finish from tty_size of iostreams in ios package
  • fd6cc0c new go modules, start building core pkg, start build iostreams
  • e84507b finish from docker containers api and finish from docker package
  • eab167f finish from docker images api in docker package
  • 772922a create docker volume api in docker package of doko
  • 77dc817 build docker network api and finish from it in docker package
  • adca1a2 new file: docker logs in docker package
  • 3108a6c new go modules, start build docker client in docker package
  • c567e2a add streamOut and stream functions and finish from stream pkg
  • db13ec8 new function: streamIn in docker stream package
  • c39ef28 create size of tty functions in docker stream package
  • efae79c add SetRawTerminal function to docker stream package
  • 5ec8b97 create main streamer of doko, create unix stream, add docker/stream/vars.go
  • 97904ca update go modules, create in & out streams for docker
  • 27b7e5a start build docker packagee by create stream package
  • 20dd612 tidy the go modfile, finish from shared package, add new modules
  • 99188e5 add GetEnv, ParseDateToString, ParseSizeToString funcs
  • 37b8018 start building the main shared file
  • 758e968 create shared constants, build windows shared functions
  • 46d2373 use doko/log package in unix shared with new function
  • 82fa53a add new modules, create logger package, rename to errors.go
  • 03bbdf1 create the shared errors
  • 8260ee6 start build shared package with unix
  • b598ac6 add main.go
  • 29f1646 install docker deps like docker, distribution and go-connections
  • 57216c6 Initial commit

Full Changelog: https://github.com/abdfnx/doko/commits/v0.1.0