Skip to content

Releases: tmeckel/azdo-cli

v0.6.0

18 Dec 21:18

Choose a tag to compare

What's Changed

  • chore(deps): update golangci/golangci-lint-action action to v9 by @renovate[bot] in #133
  • feat: ✨ Implement azdo service-endpoint list command and some bug fixes by @tmeckel in #135
  • feat: ✨ Implement azdo boards area project list command by @tmeckel in #145
  • feat: ✨ Implement azdo boards iteration project list command and bug fixes with some improvements by @tmeckel in #148
  • feat: ✨ Implement azdo pipelines variable-groups list command by @tmeckel in #149
  • feat: ✨ Implemented azdo pipelines variable-groups variable list command by @tmeckel in #150
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #152
  • feat: ✨ Implement azdo service-endpoint azurerm create command and apply fixes to other commands by @tmeckel in #156
  • feat: ✨ Implement azdo service-endpoint delete command by @tmeckel in #157
  • feat: ✨Implement azdo service-endpoint create command by @tmeckel in #158
  • refactor: ⚙️ rename variable group commands from plural variablegroups to singular variablegroup by @tmeckel in #161
  • chore: ⚙️ upgrade GO modules by @tmeckel in #162
  • feat: ✨ Implement azdo service-endpoint export command by @tmeckel in #163
  • feat: ✨ Implement azdo pipelines variable-group create command by @tmeckel in #164
  • feat: ✨ Implement azdo pipelines variable-group create command by @tmeckel in #165
  • chore(deps): update actions/cache action to v5 by @renovate[bot] in #166
  • feat: ✨ Implement azdo pipelines variable-group delete command by @tmeckel in #167
  • feat: ✨ Implement azdo pipelines variable-group show command by @tmeckel in #168
  • feat: ✨ Implement azdo service-endpoint create github command by @tmeckel in #169
  • feat: ✨Implement azdo pipelines variable-group update command by @tmeckel in #170
  • feat: ✨ Implement azdo pipelines variable-group variable delete command by @tmeckel in #171
  • feat: ✨ Implement azdo pipelines variable-group variable create command by @tmeckel in #172
  • feat: ✨ Implement azdo pipelines variable-group variable update command by @tmeckel in #173

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Nov 14:37

Choose a tag to compare

What's Changed

  • feat: ✨ Implement azdo security permission namespace list command by @tmeckel in #109
  • feat: ✨ Implement azdo security permission namespace show command, improve JSON field handling and docs generation by @tmeckel in #110
  • feat: ✨ Implement azdo security permission list command by @tmeckel in #111
  • feat: 🎉 Implement azdo security permission show command, fix errors and tests by @tmeckel in #112
  • feat: ✨ Implement azdo security permission update command and fix bugs in handling permissions by @tmeckel in #113
  • feat: ✨ implement azdo security permission delete command by @tmeckel in #114
  • feat: ✨ Implement azdo security permission reset command by @tmeckel in #115

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Oct 20:32

Choose a tag to compare

What's Changed

  • feat: azdo security group list command by @tmeckel in #94
  • feat: add command azdo security group create by @tmeckel in #95
  • fix(deps): update module golang.org/x/text to v0.30.0 by @renovate[bot] in #99
  • fix(deps): update module github.com/samber/lo to v1.52.0 by @renovate[bot] in #96
  • fix(deps): update module golang.org/x/term to v0.36.0 by @renovate[bot] in #98
  • refactor: 📦 update packages and version of GO by @tmeckel in #100
  • feat: 🎉 add azdo security group delete by @tmeckel in #101
  • feat: ✨ implemant azdo security group membership list command and fix various errors by @tmeckel in #103
  • feat: ✨ implement azdo security group show command by @tmeckel in #104
  • feat: ✨ implement azdo security group update command by @tmeckel in #105
  • feat: ✨ Implement azdo security group membership add command by @tmeckel in #106
  • feat: ✨ Implement azdo security group membership remove command by @tmeckel in #107
  • feat: ✨ support removing and adding multiple group members at once by @tmeckel in #108

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Oct 20:48

Choose a tag to compare

What's Changed

  • feat: ✨ Implement azdo repo edit by @tmeckel in #89
  • feat: ✨ implement azdo project create command by @tmeckel in #90
  • feat: ✨ add 'azdo project delete' by @tmeckel in #91
  • feat: ✨ implement azdo project show command by @tmeckel in #92

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Sep 12:50

Choose a tag to compare

What's Changed

  • feat: ✨ implement azdo repo create command by @tmeckel in #56
  • feat: ✨ add list printer by @tmeckel in #57
  • feat: ✨ azdo repo delete command by @tmeckel in #87

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Sep 17:37
2835d23

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot[bot] in #35
  • feat: Updated build infrastructure by @tmeckel in #36
  • build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot[bot] in #37
  • chore: Configure Renovate by @renovate[bot] in #40
  • chore(deps): update goreleaser/goreleaser-action action to v4.6.0 by @renovate[bot] in #43
  • chore(deps): update golangci/golangci-lint-action action to v8 by @renovate[bot] in #48
  • chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate[bot] in #49
  • chore(deps): update actions/cache action to v4 by @renovate[bot] in #45
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #46
  • chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #47

New Contributors

Full Changelog: v0.0.4...v0.1.0

v0.0.4

20 Aug 15:48
80a0774

Choose a tag to compare

What's Changed

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

v0.0.3

18 Aug 16:18
b098e08

Choose a tag to compare

What's Changed

  • fix: Ensure that organization names are always converted to lower-case by @tmeckel in #32

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

v0.0.2

12 Aug 18:07
3558344

Choose a tag to compare

What's Changed

  • fix: Unable to authenticate on Windows by @tmeckel in #5
  • feat: add .golangci.yml by @tmeckel in #6
  • feat: Implemented azdo auth status command by @tmeckel in #10
  • feat: Add azdo auth logout by @tmeckel in #11
  • feat: Initial set of documentation by @tmeckel in #12
  • fix: correct documentation by @tmeckel in #14
  • fix: print version information by @tmeckel in #15
  • feat: Implemented JSON output for commands by @tmeckel in #17
  • Added .github/workflows/build.yml by @tmeckel in #20
  • Fixed documentation for auth login command and recreated documention files by @tmeckel in #21
  • Added code of conduct, contributing guides and updated top-level README.md accordingly by @tmeckel in #22
  • Using golangci-lint-action and gopfumpt in .github/workflows/lint.yml by @tmeckel in #24

New Contributors

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

v0.0.1

02 Aug 19:42
31e6671

Choose a tag to compare