Skip to content

Commit

Permalink
Merge pull request #121 from akamai/release/v1.2.0
Browse files Browse the repository at this point in the history
Release/v1.2.0
  • Loading branch information
piotrpio authored Mar 16, 2021
2 parents 22e9631 + 0fc726b commit 784e3e7
Show file tree
Hide file tree
Showing 119 changed files with 9,878 additions and 3,724 deletions.
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
vendor/
# generated files and folders
build/
akamai
*.tar.gz
coverage.out
*.log

# IDE directories
.vscode/
.idea/

# system directories
.DS_Store
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.2.0 (March 16th, 2021)

## Fixes
* Synced logs with terminal output in most commands.
* Fixed module update issue ([#113](https://github.com/akamai/cli/issues/113)).
* Fix panic when attempting to write on an empty writer ([#116](https://github.com/akamai/cli/issues/116))

## Enhancements
* Code improvements: unit test coverage improvement and project structure refactoring.
* Glide build tool was dropped in favor of go modules.
* Dockerfile has been moved to [akamai-docker](https://github.com/akamai/akamai-docker/) repository.
* Logging: all `TRACE` log messages are now written in `DEBUG` level. Besides, all commands are traced in logs with `START`, `FINISH` or eventually `ERROR`.
* Logging: new `AKAMAI_CLI_LOG_PATH` environment variable to redirect logs to a file.
49 changes: 0 additions & 49 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit 784e3e7

Please sign in to comment.