Skip to content

Releases: huhouhua/glctl

v0.0.4

14 Aug 05:00
3b44d91
Compare
Choose a tag to compare

What's Changed

  • chore: update coverage to 50 by @huhouhua in #29
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #30
  • chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.134.0 to 0.137.0 by @dependabot[bot] in #31
  • chore(deps): bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 by @dependabot[bot] in #32
  • chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #33
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #34
  • chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.137.0 to 0.138.0 by @dependabot[bot] in #35
  • chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.138.0 to 0.139.0 by @dependabot[bot] in #36

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 Jul 08:00
fd20326
Compare
Choose a tag to compare

What's Changed

🐞 Fixes

  • Fix: update new gitlab client dependencies package by @huhouhua in #25
  • Fix : additional notes for makefile command by @huhouhua in #27
  • Upgrade dependencies tablewriter to v1.0.8 by @huhouhua in #28

📚 Documentation, Build & CI

  • chore(deps): bump docker/login-action from 1 to 3 by @dependabot[bot] in #16
  • chore(deps): bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 by @dependabot[bot] in #20
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.105.0 to 0.115.0 by @dependabot[bot] in #21
  • chore(deps): bump github.com/olekukonko/tablewriter from 0.0.5 to 1.0.8 by @dependabot[bot] in #23
  • ci: remove build image step in PR workflows by @huhouhua in #26
  • chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #24

🔗 Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 May 09:56
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Support for use in containers

🐞 Fixes

  • Fix CLI version print
  • Fix stop and start container using docker commands

📚 Documentation, Build & CI

  • Script: update docker-compose-test.yaml container name is gitlab-test
  • Build: makefile supports image build and push
  • Script: script file classification
  • CI: remove license-checker.yml workflow
  • CI: add issue template
  • README: add usage examples

🔗 Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 May 17:39
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

🚀 Features

  • login - Authenticate with GitLab
  • logout - Log out from GitLab
  • create - Create new GitLab resources (projects, issues, merge requests, etc.)
  • get - Get information about GitLab resources
  • edit - Edit existing GitLab resources
  • delete - Delete GitLab resources
  • replace - Replace existing GitLab project branch file
  • version - Display version information
  • completion - Generate shell completion scripts

🏷 Currently the following services are supported:

  • Authorization
  • Groups
  • Project
  • Branches
  • Version

🔗 Full Changelog: https://github.com/huhouhua/glctl/commits/v0.0.1