Releases: MagaluCloud/magalu
Releases · MagaluCloud/magalu
v0.12.0
chore: bump to 0.12.0
v0.11.1
chore: bump to v0.11.1
v0.11.0
chore: bump to v0.11.0
v0.10.1
chore: bump to v0.10.1
v0.10.0
chore: bump to v0.10.0
v0.9.5-beta
chore: bump to v0.9.5-beta
v0.9.0
What's Changed
- fix(sdk): make version handling more robust by @barbieri in #445
- Use pipeline to parallelize deletion by @FulecoRafa in #441
- feat(auth): print selected tenant on auth result by @AmadeusK525 in #443
- docs(tf): improve terraform usage documentation by @victor-accarini in #447
- feat: add stats for unused parameters by @lfjnascimento in #455
- feat(object-storage): allow retry of big file upload request by @FulecoRafa in #446
- fix(config): don't overwrite on partial decode by @AmadeusK525 in #457
- fix: set proxy using DefaultTransport by @schilo132 in #456
- feat/refactor: add simple entities and use them throughout codebase by @AmadeusK525 in #454
- feat: add
RefPathResolver
by @AmadeusK525 in #453 - fix: use provided executable's name instead of "mgc" by @schilo132 in #465
- fix(cmd): load all possible alternatives when wrong command is called by @AmadeusK525 in #460
- feat(links): add support for static commands by @AmadeusK525 in #449
- fix: include command version in AddAction() by @schilo132 in #468
- feat(core): progress report by @FulecoRafa in #458
- fix: propagate OpenAPI version info from modules to lower layers by @schilo132 in #472
- refactor(object-storage): rename s3 module to swift by @FulecoRafa in #450
- feat(cli): add '-f' shorthand to '--cli.bypass-confirmation' flag by @AmadeusK525 in #475
- chore: rename 'x-cli' extension to 'x-mgc' by @AmadeusK525 in #474
- feat(auth): add command to see current object storage values by @AmadeusK525 in #477
- feat: add List() for pipeline in object-storage by @schilo132 in #462
- fix: select ctx.Done() for ListGenerator() in object-storage by @schilo132 in #479
- feat(table): Improve table formatting to allow subtables. by @alanpazetto in #459
- fix(cli): remove unnecessary flag defaults by @AmadeusK525 in #483
- feat: link static support improvements by @pedromotita in #473
- feat: add stats for typeless schemas by @lfjnascimento in #464
- fix(pipeline): fix consumer error reporting by @FulecoRafa in #488
- fix(pipeline): return select in consumer loop by @FulecoRafa in #489
- fix(config): avoid yaml.Unmarshal changing type of 'any' address by @AmadeusK525 in #490
- fix(tf): don't try to set state after
Delete
operations by @AmadeusK525 in #491 - refactor(root): split root.go into multiple files by @alanpazetto in #480
- Feat/add long description by @alanpazetto in #492
- feat(schema): add schema simplification by @barbieri in #471
- feat(stats): add
uneven resources
stats by @AmadeusK525 in #487 - fix(cli): only add array items constraints if not empty by @AmadeusK525 in #496
- fix(spec): remove x-mgc-hidden from vm create or delete images by @alanpazetto in #497
- fix(openapi): don't collect hidden resources by @AmadeusK525 in #499
- chore(cli): improve descriptions of static commands by @AmadeusK525 in #498
- fix(cli): fix quotes on 'retry until' flag help by @AmadeusK525 in #503
- feat(sdk): add
IsInternal
attribute toDescriptors
by @AmadeusK525 in #501 - fix(cli): fix loading of commands after 'help' command by @AmadeusK525 in #504
- feat: bump version to
v0.9.0
by @AmadeusK525 in #505 - fix(config): don't show internal configs by @AmadeusK525 in #506
Full Changelog: v0.8.0...v0.9.0
v0.8.0
feat: bump version to v0.8.0
v0.7.1
fix(xml): avoid failures due to lack of xmlns catch, which is mostly …
v0.7.0
fix(logger): improve log message