Skip to content

Releases: beliven-it/opsi

1.7.1

12 Jun 08:53
Compare
Choose a tag to compare

This release contain a small fix that add a sleep before update the main branch after the repo creation.

1.7.0

23 Apr 13:33
Compare
Choose a tag to compare

Add ability to provide default users by permissions and fix some typos

1.6.0

04 Apr 21:00
Compare
Choose a tag to compare

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

28 Mar 08:43
Compare
Choose a tag to compare

Setup protected tags during project creation

1.4.0

23 Mar 16:05
Compare
Choose a tag to compare

This release includes:

  • improve documentations
  • improve gitlab commands

1.3.0

01 Feb 11:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

16 Jan 18:06
Compare
Choose a tag to compare

Changelog

  • 297c410 chore: remove dependencies
  • 9d562c5 chore: try to use custom taps as dependencies
  • 9f4b731 feat: add new dependencies

1.2.0

11 Jan 12:06
Compare
Choose a tag to compare

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

11 Jan 07:57
Compare
Choose a tag to compare

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

25 Nov 15:33
Compare
Choose a tag to compare

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