Releases: beliven-it/opsi
Releases · beliven-it/opsi
1.7.1
This release contain a small fix that add a sleep before update the main branch after the repo creation.
1.7.0
Add ability to provide default users by permissions and fix some typos
1.6.0
This release contains:
[FEATS]
- Project mirroring.
- Inherit group visibility.
- Creation group endpoint dedicated.
[FIX]
- Flag
-s
in project and subgroup commands are now required.
1.5.0
Setup protected tags during project creation
1.4.0
This release includes:
- improve documentations
- improve gitlab commands
1.3.0
What's Changed
- feat: apply cleanup policy on project creation by @beliven-fabrizio-gortani in #15
- feat: check for op executable by @beliven-fabrizio-gortani in #16
- fix(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in #14
Full Changelog: 1.2.1...1.3.0
1.2.1
1.2.0
This release improve host command for check hosts to reboot.
Instead of using an external bash script, the logics are now written in pure go.
Also fix some typo inside documentation.
1.1.0
This release add a new bunch of functionalities and changes:
- allow to create, list, delete the environments variables from a gitlab project.
- change the main configuration path from ~/.opsi.yml to ~/.config/opsi/config.yml
- refactor of the 1password vault + group creation in pure go without depending from a proxy bash script
1.0.0
Changelog
- dfdd59d feat: add GoReleaser for build and deploy on Homebrew Tap
- ef78c75 feat: initialize empty configuration if not exist
- c038d1f docs: improve README
- 932c3cf docs: improve documentation
- 19f2bdf feat: improve postmark section
- a4475b3 chore: add command description
- 485083e chore: update root description
- 8d142e6 feat: add description and guardians for bulk command
- 9bd7634 docs: improve documentation
- 3f4106b refactor: check for host to reboot
- 995226c chore: first base code
- 5f98655 Initial commit