Changelog
- 69a718b Add JSON output format support for text outputs
- 9116c76 Add LogFormat option to enable JSON format log
- 3ff804d Add external plugin
- d2c8106 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
- 08fa047 Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
- e8471dd Bump golang.org/x/crypto from 0.32.0 to 0.35.0
- 49e1873 Bump the aws-sdk-go-v2 group across 1 directory with 16 updates
- e04ed23 Merge branch 'deployment-config-name' of https://github.com/kayac/ecspresso into deployment-config-name
- 82bf145 Merge branch 'log-format' of https://github.com/kayac/ecspresso into log-format
- 38ccdeb Merge branch 'v2' into slog
- f189fd8 Merge pull request #760 from kayac/feature/external-plugin
- 3338282 Merge pull request #812 from kayac/dependabot/go_modules/v2/aws-sdk-go-v2-2679f2485f
- 2eb7d92 Merge pull request #817 from kayac/tagpr-from-v2.4.6
- b4cc24a Merge pull request #818 from kayac/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
- 809dad9 Merge pull request #819 from kayac/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.2
- 955a8a0 Merge pull request #821 from sugitak/feature/wait-for-deploy
- e048f28 Merge pull request #826 from kayac/dependabot/go_modules/golang.org/x/crypto-0.35.0
- 1b56992 Merge pull request #828 from kayac/deploy-wait-until
- 39c0faf Merge pull request #829 from kayac/deployment-config-name
- bf97c30 Merge pull request #830 from kayac/wait-until-internal
- 24d6951 Merge pull request #834 from kayac/slog
- 2c6879b Merge pull request #835 from kayac/log-format
- 2151208 Merge pull request #836 from kayac/sleep-ctx
- 186ca6f Merge pull request #837 from kayac/refactor-verify
- 5981292 Merge pull request #838 from kayac/appspec-json
- 3a1be38 Revert "fix TestParseCLIv2 for revisions command"
- 08b2aa3 Update deploy.go
- 78eff04 Update output.go
- 7415fd7 Update plugin.go
- 8d88338 [tagpr] prepare for the next release
- 517c9a6 [tagpr] update CHANGELOG.md
- ee0b1cf add deployment_config_name to config of CodeDeploy.
- 8610350 add issues: write
- 4353e80 add parser config for external plugin
- 09b5129 add: --wait-service-deploy option
- 514dde2 add: WaitServiceDeployStable function
- e9059a2 don't use defaultWriteTo
- 5b541b1 enhance: update option name from --wait-service-deploy to --wait-until
- 2f8b221 feat: add JSON support for AppSpec
- e08844e fix
- a01b73c fix JSON format for logging
- 0a2c917 fix TestParseCLIv2 for revisions command
- a08af39 fix appending a new line
- 81ea194 fix default
- b599537 fix test data
- a0bb005 fix typo
- a6e427e fix: stop using pointer for WaitFunc arg
- c39e718 go mod tidy
- 88523fc refactor: improve verify module to use contextualized state
- 1f02090 refactor: unify variable names in verify module
- f2a7b59 refactoring
- 2f2e206 remove d.Log(), Log().
- a42465a replace d.Log()
- 3673f19 replace time.Sleep with sleepContext for handling context cancellation
- fb56a7e respect --log-format
- 6aa6621 set WaitUntil for internal use.
- 567245b update to golang.org/x/net@v0.39.0
- 3b09756 use fujiwara/sloghandler
- 3744830 use sloghandler@v0.0.3
- ed21b3e wait --until is an alias of --wait-until