-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.14.1 release #723
Merged
Merged
V1.14.1 release #723
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2e91fea
Fixed some race conditions in task engine tests (#673)
aaithal 1be5420
Fixed https://github.com/aws/amazon-ecs-agent/issues/506
liwenwu-amazon d179457
Update tcshandler logging for seelog.
7219a65
travis: remove hacky symlinking
euank 95dd837
Merge pull request #693 from nmeyerhans/tcs-logging
nmeyerhans 6a9584a
engine: Increase start and create timeouts
samuelkarp 89930da
Fix test batch container happy path unit test (#703)
aaithal e66feed
Fixed a race condition that can cause agent panici
d43880f
Increase the task life duration to fix CleanupDoesNotDeadlock functio…
de17a2c
updating gorilla/websocket
petderek e6d30e8
Use gorilla/websocket proxy
petderek 496df86
api/task.go: Fix many metalinter warnings
samuelkarp 0bd64f3
api: Handle SentStatus more safely
samuelkarp 57b21c7
engine: Report task status prior to removal
samuelkarp eb98724
dockerstate: Create TaskEngineState interface
samuelkarp c9a1295
engine: Unit tests for managedTask.cleanupTask
samuelkarp 3d154da
engine: Abort tasks with corrupted internal state
samuelkarp 4477e30
engine: Extract wait logic for stop reporting
samuelkarp d113ab4
Update copyright on modified files
samuelkarp 61371b4
engine: Simplify code in mtask.cleanupTask
samuelkarp 38165f2
Update LICENSE to 2017
vsiddharth 017dcbe
Update gogenerate mock interfaces
vsiddharth 43ed35a
Update README for `ECS_INSTANCE_ATTRIBUTES`
vsiddharth 2eda892
Update wording from `list` to `map` for clarity
vsiddharth 0e6ebda
Adding functional tests for Custom-Instance-Attributes
vsiddharth 9f4c10a
Log a bit more info around image pulls.
760c64f
Update log wording to indicate that measured latency includes lock ac…
737db6b
Merge pull request #715 from nmeyerhans/pull-logging
adnxn 467c3d7
update agent version to 1.14.1
adnxn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
language: go | ||
sudo: false | ||
go: | ||
- 1.7 | ||
before_install: ./scripts/hack/symlink-gopath-travisci | ||
- 1.7 | ||
go_import_path: github.com/aws/amazon-ecs-agent | ||
|
||
install: make get-deps | ||
script: | ||
# Full tests require building/running docker containers; short only for now | ||
- cd $HOME/gopath/src/github.com/aws/amazon-ecs-agent; make test | ||
- make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.14.0 | ||
1.14.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to include the first one and this in the changelog, which is just helpful for debugging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that we don't need to include everything in our changelog, but since this was an addition of a "debugging feature" it seemed worth including.