Skip to content

Releases: mia-platform/miactl

v0.15.0

12 Sep 14:24
Compare
Choose a tag to compare

Changelog

Features

  • 87efd8f feat: add deploy trigger and deploy add status commands (#215)
  • d58a374 feat: marketplace features removed from alpha build (#221)
  • 8cbacaa feat: roleIds support in e11y cmd (#218)
  • 7e79367 feat: support extension apply command after breaking change (#216)
  • 667f5d6 feat: update tools and dependencies

Bug Fixes

  • 9ad5cd2 fix: deploy test on local machines

Others

  • 79d7995 build(deps): bump library/alpine from 3.20.2 to 3.20.3 (#220)
  • 55a54b5 build: add GOEXPERIMENT=nocoverageredesign env
  • af05545 build: update tools versions
  • 0482b00 ci(deps): bump the minor-actions-dependencies group with 2 updates (#219)
  • 7717ee7 docs: marketplace features removed from alpha build (#222)
  • 54279be docs: v0.15.0

v0.14.0

25 Jul 13:18
Compare
Choose a tag to compare

Changelog

Features

  • 4e39a14 feat: extend extension list result and fixed new model name field (#211)
  • dd3bb37 feat: get extension by id (#209)
  • 7409c3c feat: resolve-detail flag for get extensions list (#213)

Bug Fixes

  • 7398b52 fix: sends environment query params when get the deploy status (#214)

Others

  • 687215c build(deps): bump library/alpine from 3.20.1 to 3.20.2 (#212)
  • 3a0ffa0 build: update tools
  • 322d075 ci(deps): bump the minor-actions-dependencies group with 3 updates (#208)
  • 4805132 docs: v0.14.0

v0.13.0

26 Jun 09:12
Compare
Choose a tag to compare

Changelog

Features

  • 9c68269 feat(deps): bump library/alpine from 3.19.1 to 3.20.0 (#188)
  • 5a8a5b7 feat: activate and deactivate extension command (#204)
  • 3a26ec1 feat: add autocomplete of context in context use command (#206)
  • 23335a0 feat: apply extension command (#205)
  • b45e3c7 feat: list and delete extensions command (#199)
  • 27eb417 feat: printer interface and migration of all commands (#202)
  • e39d7ac feat: update to goreleaser v2
  • 0ceac4c feat: update tools and dependencies
  • 39afc45 feat: update tools versions
  • 9a4cf77 feat: update tools versions

Bug Fixes

  • 0f9aa5b fix: unexpected char in output command (#169)

Others

  • 1ef3e41 build(deps): bump actions/download-artifact from 4.1.4 to 4.1.7 (#186)
  • b2d46a2 build(deps): bump library/alpine from 3.20.0 to 3.20.1 (#203)
  • a5db0ee build: add autocomplete generation during brew install
  • c4cf387 build: update from template
  • 15da917 chore: bump actions/cache from 4.0.1 to 4.0.2 (#172)
  • b666b1f chore: bump docker/login-action from 3.0.0 to 3.1.0 (#173)
  • 72a4977 chore: bump github/codeql-action from 3.24.6 to 3.24.9 (#176)
  • 3406d6f chore: bump golang.org/x/net from 0.22.0 to 0.23.0 (#181)
  • 1badde4 chore: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#170)
  • 44ef306 ci(deps): bump the minor-actions-dependencies group with 5 updates (#194)
  • b6af240 ci: bump actions/checkout from 4.1.1 to 4.1.4 (#184)
  • 34ee246 ci: bump actions/dependency-review-action from 4.1.3 to 4.2.5 (#174)
  • d003c29 ci: bump actions/upload-artifact from 4.3.1 to 4.3.3 (#185)
  • 468b1fa ci: bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#175)
  • 5098eac ci: bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#183)
  • 05a5bd3 ci: bump github/codeql-action from 3.24.9 to 3.25.3 (#182)
  • b1ad872 ci: fix wrong version of goreleaser
  • cd4c7f4 ci: update actions/download-artifact
  • 8d1d9a9 docs: fix syntax of a JSON snippet (#171)
  • d66bae9 docs: improve extensions command (#207)
  • 898dd47 docs: improve set context authentication (#180)
  • 4381cbe docs: removed wrong default value for endpoint flag (#178)
  • b4ba3dd docs: v0.13.0

v0.12.2

07 Mar 11:52
Compare
Choose a tag to compare

Changelog

Features

  • 4c6059d feat: better memory allocation for some slices
  • e7f4fae feat: remove golang.org/x/exp dependency
  • abc2369 feat: update dependencies
  • feb01fb feat: update dependencies
  • 005dc90 feat: update to latest template

Bug Fixes

Others

  • 3ea9943 Fix github url ghr to gchr and updated docker syntax (#167)
  • a07e3e3 chore: bump actions/cache from 4.0.0 to 4.0.1 (#163)
  • ed7fd0a chore: bump actions/dependency-review-action from 4.0.0 to 4.1.3 (#164)
  • 26c2484 chore: bump actions/download-artifact from 4.1.2 to 4.1.3 (#162)
  • 091efd4 chore: bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#161)
  • 5f90e2c chore: bump github/codeql-action from 3.24.0 to 3.24.6 (#165)
  • b917117 docs: add context name to auth command (#168)
  • 77a1a74 docs: fix wrong link in CHANGELOG
  • 77233c7 docs: v0.12.2

v0.12.1

29 Feb 11:02
Compare
Choose a tag to compare

Changelog

Features

  • e22ec14 feat: update go to 1.22.0
  • c65cc26 feat: update golanci-lint version
  • 93ae199 feat: update tools versions

Bug Fixes

  • 16ba6c3 fix: open browser on linux (#160)
  • cc0f3be fix: typo in ForceDeploy flag for releasing a project

Others

  • 34a2d47 chore: bump actions/download-artifact from 4.1.1 to 4.1.2 (#157)
  • 774eb99 chore: bump actions/upload-artifact from 4.3.0 to 4.3.1 (#159)
  • de0b822 chore: bump github/codeql-action from 3.23.2 to 3.24.0 (#158)
  • f594ea9 docs: fix broken link for 0.12.0 in CHANGELOG
  • 2ab3a3e docs: v0.12.1

v0.12.0

05 Feb 13:51
Compare
Choose a tag to compare

Changelog

Features

Bug Fixes

Others

  • c814503 chore: bump actions/cache from 3.3.2 to 4.0.0 (#153)
  • c74a90b chore: bump actions/dependency-review-action from 3.1.4 to 4.0.0 (#149)
  • d60f5c9 chore: bump actions/download-artifact from 4.1.0 to 4.1.1 (#151)
  • d56735f chore: bump actions/upload-artifact from 4.0.0 to 4.3.0 (#150)
  • c959d76 chore: bump docker alpine from 3.19.0 to 3.19.1 (#147)
  • 8e6004c chore: bump github/codeql-action from 3.22.12 to 3.23.2 (#152)
  • 566ce12 chore: update dependencies and tools versions
  • c68ad52 ci: update actions to use go version from go.mod file
  • ded444e docs: fix typo
  • 13cd13c docs: v0.12.0

v0.11.0

15 Jan 10:41
Compare
Choose a tag to compare

Changelog

Features

  • 3e9edad feat: add edit family of iam commands (#141)
  • 72741ab feat: add remove family of iam commands (#144)
  • a7dc817 feat: introduce add family of commands for company IAM (#140)
  • 6896df5 feat: update ci and tools versions to latest

Bug Fixes

  • b77b00c fix: documentation link in root command (#142)
  • 9aa55dc fix: remove conflicting flag from marketplace delete command (#143)

Others

  • 8486d51 chore: update dependencies
  • f748205 chore: update pre-commit libraries
  • d7f1511 ci: bump actions/download-artifact from 3.0.2 to 4.1.0 (#137)
  • d6879bd ci: bump actions/setup-go from 4.1.0 to 5.0.0 (#136)
  • 8b6168f ci: bump actions/upload-artifact from 3.1.3 to 4.0.0 (#139)
  • efb8e19 ci: bump github/codeql-action from 2.22.8 to 3.22.12 (#138)
  • d0bd13d docs: add information for enabling user login in on-prem installations
  • 1676531 docs: fix changelog file
  • 909d798 docs: v0.11.0
  • 9f3b623 lint: fix wrong configuration in golangci-lint config

v0.10.0

20 Dec 09:20
Compare
Choose a tag to compare

Changelog

Features

  • 60fb1df feat: Add support to get marketplace item by itemID+version tuple (#129)
  • a48e86c feat: add build-alpha make command
  • b95e7ca feat: iam commands (#135)
  • 72f9bcb feat: improve runtime command usage
  • 17c3117 feat: list marketplace item versions (#122)
  • be8b8ce feat: mark marketplace alpha features (#132)
  • f7db2c7 feat: markeplace apply: use version together with item id to identify items (#125)
  • ce5ae50 feat: marketplace delete item by itemId+version tuple (#128)
  • 8253079 feat: update dependencies

Bug Fixes

  • 9f4945d fix: marketplace apply ignoring invalid files when applying folders (#126)
  • 4e946bd fix: marketplace apply should silently ignore unsupported files (#124)
  • d1fcd22 fix: runtime logs for pods with more than one container
  • 844153b fix: version help text (#123)

Others

  • 8d7a8e0 Add logging facility
  • 38b3760 chore(deps): bump library/alpine from 3.18.4 to 3.18.5 (#131)
  • a610653 chore(deps): bump library/alpine from 3.18.5 to 3.19.0 (#134)
  • 214c06a chore: update devcontainer golanglint version
  • d980165 docs: add marketplace command reference to overview (#121)
  • 12c35e6 docs: reformatted CHANGELOG file
  • 7dd9844 docs: v0.10.0
  • bdf6307 style: add mailmap file for Giorgia

v0.9.0

15 Nov 09:35
Compare
Choose a tag to compare

Changelog

Features

  • c3eaa90 feat: add runtime logs command (#120)
  • 975bb6f feat: remove marketplace beta annotations (#119)
  • 413d131 feat: show item id in marketplace apply responses, remove name (#118)
  • be761f4 feat: show item id in marketplace list (#116)

Others

  • 75df115 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#117)
  • 45d2845 chore: update dependencies
  • 05ac659 ci: update actions
  • 882adcc docs: fix wrong url in setup doc file
  • 5056810 docs: v0.9.0

v0.8.0

10 Oct 15:11
Compare
Choose a tag to compare

Changelog

Features

  • 543acdc feat: add environment list tests
  • 067032d feat: add format to marketplaceItem json
  • 8eec1ee feat: add marketplace get command
  • 2f2567a feat: add marketplace item resource
  • fe2e28f feat: add marketplace resource deletion cmd
  • 3467edb feat: add runtime pod list command
  • e326bfe feat: add sub command get
  • 18f8ae8 feat: add version command
  • 3d4ce28 feat: change uniqueness check on marketplace apply
  • f409f5d feat: create jobs from cronjobs
  • 2e6367d feat: implement environment list runtime command
  • 23fd8ee feat: improve pre-commit hooks
  • 2440959 feat: marketplace apply command
  • 3173646 feat: marketplace apply with supportedByImage upload
  • 2f1e27d feat: metadata to file upload request (#115)
  • 4069cf5 feat: pin base docker image for security
  • b6b54f9 feat: update dependencies
  • 1dae974 feat: update dependencies
  • 50772ec feat: update go and tools version
  • 45bcc73 feat: update tools versions

Bug Fixes

  • 2f4a320 fix: add missing \n in couple of Printf calls
  • abb2fdd fix: environment subcommand descriptions
  • e69903c fix: hook runtime create command
  • d17bd9c fix: make deploy tests resilient to local config
  • e4b08c7 fix: parsing errors in runtime events
  • df808d8 fix: wrong path for cornjobs module

Others

  • c9db747 Add job list subcommand (#101)
  • 7dc657c Add runtime deployment list subcommand (#106)
  • 8e5d6e2 Add runtime events command (#109)
  • 9b856b8 Add runtime service list subcommand (#107)
  • 2cc27e4 Apply suggestions from code review
  • 707536b Create only one runtime list command for all resources (#110)
  • b0d4ef5 Feat/runtime cronjob list command (#100)
  • 66e5605 Merge pull request #92 from mia-platform/feat/SMTM-8-list-marketplace-items
  • cbf29ba Merge pull request #93 from mia-platform/feat/SMTM-11
  • 378d0b5 Merge pull request #94 from mia-platform/feat/SMTM-12
  • 7a7762a Merge pull request #95 from mia-platform/feat/list-environments
  • 14657da Update internal/cmd/marketplace/delete.go
  • 29867e5 Update internal/cmd/marketplace/marketplace_item.go
  • 4a6dbca applied suggestion
  • ea685da applied suggestions
  • 11a97dc applied suggestions
  • 3f2e88e chore(deps): bump library/alpine from 3.18.3 to 3.18.4
  • 792710e chore: changelog
  • 399d5b4 chore: fix lint
  • 6de8e08 chore: go mode tidy
  • 03cc479 chore: lint
  • 18413ea chore: marketplace_item naming
  • 92ec4f6 chore: mod tidy
  • 2b1fb7e chore: prettify test
  • d3a1f38 chore: remove unused snapshot
  • fcf90b1 ci: bump github/codeql-action from 2.21.8 to 2.21.9
  • 08dd85b ci: move build-tags of golangci from make to config
  • 20ac740 ci: pin actions to sha for security
  • ca85731 ci: update codeql actions
  • dd2ca27 docs: add marketplace commands, capitalize Mia-Platform related terms
  • 1c8d6d0 docs: add new subcommand to the list
  • fd3d7fa docs: fix go install miactl instruction
  • 2f05650 docs: install on Windows with WSL
  • fdb235e docs: update changelog
  • 7d76420 docs: v0.8.0
  • c1ca8f3 feat(SMTM-8): list marketplace items
  • 22cd039 fixed lint error
  • faa50c6 perf: apply suggestions
  • bc16984 perf: avoid client mapping for marketplace item
  • dfb9498 perf: bump yaml.v2 to yaml.v3
  • 341ca48 perf: exactArgs
  • 36b22f9 perf: generic interfaces for extra properties
  • c46906d perf: get command returns formatted json
  • b9f1dea perf: linting
  • fad9a0c perf: marketplace_item refactor (remove redundancy) encoding package
  • b31f9ff perf: removed unused declarations
  • 3ef8a6b perf: removed unused return from test mock util
  • a12b191 perf: wrap marshal panic
  • b8f21bb refactoring: improve readability
  • 7903e80 removed Mia-Platform reference
  • bc161c1 small fix
  • cddf687 style: change table header for marketplace
  • 8e1bbed style: remove autowrap for list cmd output