Releases: elasticpath/epcc-cli
Releases · elasticpath/epcc-cli
v0.14.0
What's Changed
- Bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #542
- feat: update subscriptions support (Resolves #543) by @steve-r-west in #544
- Upgrade epcc cli to Go v1.24 and add a build date by @steve-r-west in #546
- feat: add support for hiding resources (Resolves #547) by @steve-r-west in #548
- feat: add improved support for rule promotions (Resolves #480) by @steve-r-west in #549
- fix: autocomplete when more than one nested array element in attribute (Resolves #550) by @steve-r-west in #551
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #558
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #555
- Bump github.com/gookit/color from 1.5.3 to 1.6.0 by @dependabot[bot] in #557
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #559
- Add support for resource-info command by @steve-r-west in #528
- Bump actions/checkout from 3 to 5 by @dependabot[bot] in #553
- ci: Include OpenAPI specs in repo (Resolves #567) by @steve-r-west in #568
- feat: Add support for referencing other resources (Resolves #569) by @steve-r-west in #570
- Issue 562 by @steve-r-west in #571
- fix: split resource.yaml into many files for easier management (Resolves #573) by @steve-r-west in #574
- fix: left over logging statement from #574 by @steve-r-west in #576
- build(deps): bump github.com/pb33f/libopenapi from 0.28.0 to 0.28.1 by @dependabot[bot] in #577
- feat: add support for metrics and autofill/completion for query parameters by @steve-r-west in #579
- feat: add support for line continuation characters in runbooks by @steve-r-west in #583
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #586
- feat: improve completion for alternative capture groups (Resolves #584) by @steve-r-west in #585
- feat: improve debugging for unmatched parameters and support top level included (Resolves #587). by @steve-r-west in #588
- feat: add support for aliases on external_ref (Resolves #589) by @steve-r-west in #590
- feat: add --pretty argument to epcc logs show (Resolves #591) by @steve-r-west in #594
- fix: --if-alias-(does-not)-exist should only notify on debug (Resolves #592) by @steve-r-west in #593
- feat: add support for --output-key-val by @steve-r-west in #597
- feat: add more template functions for randomization, fake data, fix a panic (Resolves #598) by @steve-r-west in #599
- feat: add support for --as-bash to runbook show command to better reflect parallelism by @steve-r-west in #600
- feat: add support for disabling http logging and clean up rate limit code (Resolves #601) by @steve-r-west in #602
- fix: improve shutdown handling (Resolves #603) by @steve-r-west in #604
- build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 by @dependabot[bot] in #607
- build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #606
- build(deps): bump github.com/pb33f/libopenapi from 0.28.1 to 0.28.2 by @dependabot[bot] in #605
- build(deps): bump github.com/spf13/cast from 1.7.0 to 1.10.0 by @dependabot[bot] in #609
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #608
- fix: clean up monochrome output handling by @steve-r-west in #611
- build(deps): bump github.com/itchyny/gojq from 0.12.17 to 0.12.18 by @dependabot[bot] in #612
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #613
- feat: Add support for manual orders by @steve-r-west in #581
Full Changelog: v0.13.3...v0.14.0
v0.13.4-alpha3
v0.13.3
What's Changed
- Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot in #538
- Bump golang.org/x/time from 0.11.0 to 0.12.0 by @dependabot in #537
- feat: Allow template execution to be disabled (Resolves #540) by @steve-r-west in #541
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in #527
- Update README.md to include macOS instructions by @steve-r-west in #526
- Resolves #529 - Add support for page[total_method] query param by @steve-r-west in #530
- feat: allow disabling of TLS Verification (Resolves #531) by @steve-r-west in #532
- fix: allow type to be overridden, some resource tweaks, and improve runbook error handling by @steve-r-west in #534
- feat: print effective rate limit #535
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- feat: allow runbooks to have templates in their arguments by @steve-r-west in #524
- Support Rule Promotions and resource creation/updates via raw JSON inputs. by @wberry22 in #525
New Contributors
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- feat: Improves handling of documentation URLS Issue 348 by @steve-r-west in #349
- fix: Update EU domain @steve-r-west in #511
- Resolves #512 - Add support for --log-on-success and --log-on-failure options by @steve-r-west in #513
- Fix link and macOS auto-complete instructions in README by @steve-r-west in #501
- fix: fix panic when docs url doesn't exist (Resolves #506) by @steve-r-west in #515
- feat: add support generating curl calls based on previous requests (Resolves #117) by @steve-r-west in #516
- feat: new env var to allow hiding of legacy endpoints (Resolves #517) by @steve-r-west in #518
- feat: Add support for constant values that are auto-supplied (Resolves #519) by @steve-r-west in #520
- feat: improve trace logs for long http requests (Resolves #405) by @steve-r-west in #521
Full Changelog: v0.12.3...v0.13.0
v0.12.3
What's Changed
- Bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot in #495
- Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #496
- Add support for Multi Location Inventory by @steve-r-west in #499
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #500
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- Resolves #458 - Add support for Commerce Extensions by @steve-r-west in #494
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Resolves #488 - Adds support for one time passwords by @steve-r-west in #489
- Bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 by @dependabot in #483
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #482
- Bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #484
- Bump golang.org/x/time from 0.8.0 to 0.9.0 by @dependabot in #490
- Bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #487
- Resolves #491 - Add support for PXM Hierarchy node parents, and also fix some doc links by @steve-r-west in #492
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Bump github.com/brianvoe/gofakeit/v6 from 6.26.3 to 6.28.0 by @dependabot in #446
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #447
- Resolves #463 - Add sleep before creating a catalog to handle delays by @steve-r-west in #464
- Bump golang.org/x/time from 0.5.0 to 0.6.0 by @dependabot in #456
- Bump golang.org/x/sync from 0.6.0 to 0.8.0 by @dependabot in #455
- Bump github.com/itchyny/gojq from 0.12.14 to 0.12.16 by @dependabot in #454
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #448
- Resolves #465 - Allow variable descriptions to be empty in runbooks by @steve-r-west in #466
- Resolves #467 - Add support for Account Cart Assocations by @steve-r-west in #468
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #470
- Issue 404 3 by @steve-r-west in #469
- Basic Subscriptions Support by @steve-r-west in #473
- Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 by @dependabot in #474
- Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #478
- WIP #193 - OIDC Login by @steve-r-west in #479
- Bump golang.org/x/time from 0.6.0 to 0.8.0 by @dependabot in #477
- Bump github.com/mitchellh/mapstructure from 1.1.2 to 1.5.0 by @dependabot in #481
- Fix #485 - Use --clean instead of --rm-dist in releases by @steve-r-west in #486
Full Changelog: v0.11.1...v0.12.0