Skip to content

v0.8.0

Choose a tag to compare

@bot-targa bot-targa released this 10 Oct 15:11
· 239 commits to main since this release

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