Releases: kirychukyurii/wdeploy
0.0.7
Changelog
New Features
- dab5690: feat: add pprof debug server (@kirychukyurii)
Bug fixes
- c3c97fc: fix: add updating code component in deploy page when up/down keyboard pressed (@kirychukyurii)
Other work
- 6971d16: ref: add logger to debug server (@kirychukyurii)
- 610c258: ref: add plain-text extension, that will not analyze with chroma lib (@kirychukyurii)
- 26cb785: ref: change log file name (@kirychukyurii)
- ea76295: ref: change preview info in deploy page (@kirychukyurii)
- 8f3ae04: ref: change webitel services in inventory config template (@kirychukyurii)
- 5cc989a: ref: refactor selection page (@kirychukyurii)
- a22807c: ref: rename struct in deploy page (@kirychukyurii)
- 78eef5f: ref: rename struct in inventory page (@kirychukyurii)
- 31c304f: ref: rename struct in variables page (@kirychukyurii)
Full Changelog: 0.0.6...0.0.7
0.0.6
Changelog
Build process updates
- ddabc84: build(deps): bump github.com/fsnotify/fsnotify from 1.4.7 to 1.6.0 (@dependabot[bot])
- ff09383: build(deps): bump golang.org/x/term from 0.6.0 to 0.8.0 (@dependabot[bot])
Other work
- c009d69: docs: add Webitel header image (@kirychukyurii)
- 76010f8: docs: change footer at releases page (@kirychukyurii)
- 2b5aa09: ref: change installing script (@kirychukyurii)
- ebf75ee: ref: change updating tui method using channels (@kirychukyurii)
- 7ba3b7e: ref: resolve commit conflict (@kirychukyurii)
Full Changelog: 0.0.5...0.0.6
0.0.5
Changelog
New Features
- 577ddfe: feat: clone git repo from golang app (@kirychukyurii)
Build process updates
- f735c4a: build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (@dependabot[bot])
Other work
- ac12b91: ci: change file name patterns (@kirychukyurii)
- 5d9345e: ref: change ansible log location when running playbook (@kirychukyurii)
- b5aa09f: ref: change configuration logic (@kirychukyurii)
- dab7b7c: ref: fix linting (errcheck) (@kirychukyurii)
- 823f406: ref: fix linting (ineffassign & gosimple) (@kirychukyurii)
- 6fcd62f: ref: fix linting (staticcheck & unused) (@kirychukyurii)
Full Changelog: 0.0.4...0.0.5
0.0.4
Changelog
Bug fixes
- d154c9e: fix: add possibility to set build info via ldflags (@kirychukyurii)
- 89dbe5a: fix: append @ to extra-variables file (@kirychukyurii)
- 0183f09: fix: create log file if not exists (@kirychukyurii)
Build process updates
- 8be6cae: build(deps): bump github.com/charmbracelet/bubbletea (@dependabot[bot])
Other work
- 4238b0f: ref: move ansible executor to lib (@kirychukyurii)
- 6648f8b: ref: write Ansible errors to log (@kirychukyurii)
Full Changelog: 0.0.3...0.0.4
0.0.3
Changelog
Bug fixes
- a7b578a: fix: change log directory (@kirychukyurii)
Full Changelog: goreleaser/goreleaser@0.0.2...0.0.3
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
0.0.2
Changelog
New Features
- 41f766b: feat: add host path to Ansible playbook, installed via script (@kirychukyurii)
- ac99745: feat: add script for installing wdeploy (@kirychukyurii)
Other work
- 7b1c816: ref: change flags description for run command (@kirychukyurii)
Full Changelog: goreleaser/goreleaser@0.0.1...0.0.2
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
0.0.1
Changelog
New Features
- ca2ffe8: feat: add deploy page (@kirychukyurii)
- c8ef4e6: feat: add golang linter running with Github Actions (@kirychukyurii)
- c794e2f: feat: add page for deploy webitel; add func that will help in deploying ansible playbook (@kirychukyurii)
- 55de562: feat: add pages selection (@kirychukyurii)
- 6952c08: feat: add webitel version to status bar (@kirychukyurii)
- 55f43d6: feat: implement basic functionality of tui (@kirychukyurii)
- c041ae9: feat: update file content after editing (@kirychukyurii)
- c3fa7f0: ref: change logic for app configuration; feat: add templates for vars and inventory; feat: add vars page (@kirychukyurii)
Bug fixes
- 16a721e: fix: doesnt recreate file when reopen app (@kirychukyurii)
Build process updates
- 890aaa6: build(deps): bump actions/setup-go from 3 to 4 (@dependabot[bot])
- d61ddf7: build(deps): bump github.com/charmbracelet/bubbles from 0.13.0 to 0.15.0 (@dependabot[bot])
- b50d006: build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (@dependabot[bot])
- 00a1048: build(deps): bump go.uber.org/fx from 1.19.2 to 1.19.3 (@dependabot[bot])
- b16b8a6: build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 (@dependabot[bot])
Other work
- adfd2d8: ci: add dependabot configuration (@kirychukyurii)
- 51486dd: ci: add goreleaser configuration (@kirychukyurii)
- 20c4c90: ref: add ./dist folder to .gitignore (@kirychukyurii)
- 8c09678: ref: add constants for git commit hash and date (@kirychukyurii)
- 7336e18: ref: add webitel-ansible repo as submodule (@kirychukyurii)
- f4bde4c: ref: move action interface to selection/action (@kirychukyurii)
- 10ff257: ref: move file func from pkg to lib (@kirychukyurii)
- d2d807d: ref: replace deprecated packege golang.org/x/crypto/ssh/terminal with golang.org/x/term (@kirychukyurii)
- 04d2694: ref: review config logic; add reading vars and hosts configuration from .yml files (@kirychukyurii)
Full Changelog: goreleaser/goreleaser@...0.0.1
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!