-
Notifications
You must be signed in to change notification settings - Fork 272
Comparing changes
Open a pull request
base repository: aws/aws-node-termination-handler
base: v1.10.0
head repository: aws/aws-node-termination-handler
compare: main
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f00d2c6 - Browse repository at this point
Copy the full SHA f00d2c6View commit details -
* remove aemm from sqs tests * align helm install instructs
Configuration menu - View commit details
-
Copy full SHA for feb2a7f - Browse repository at this point
Copy the full SHA feb2a7fView commit details
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e2744e - Browse repository at this point
Copy the full SHA 6e2744eView commit details
Commits on Nov 12, 2020
-
* add automated-release targets * automate eks-charts pr
Configuration menu - View commit details
-
Copy full SHA for 973124d - Browse repository at this point
Copy the full SHA 973124dView commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0d8f612 - Browse repository at this point
Copy the full SHA 0d8f612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 592a428 - Browse repository at this point
Copy the full SHA 592a428View commit details -
Allow the NTHManagedAsg tag to be configurable (#287)
* Make the tag to check for on a managed ASG configurable * Fix the arguments print that occurs at program boot * Fix broken tests from missing constant * ManagedAsgTag needs a definition * Add managedAsgTag support to the Helm chart
Configuration menu - View commit details
-
Copy full SHA for 7cac3a3 - Browse repository at this point
Copy the full SHA 7cac3a3View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1fc1b23 - Browse repository at this point
Copy the full SHA 1fc1b23View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2f0146b - Browse repository at this point
Copy the full SHA 2f0146bView commit details
Commits on Nov 24, 2020
-
fix misspelled termination in readme.md (#303)
staying relevant on this repo with this readme fix 👩💻
Configuration menu - View commit details
-
Copy full SHA for 9ec8655 - Browse repository at this point
Copy the full SHA 9ec8655View commit details
Commits on Nov 27, 2020
-
Fix volume name of daemonsets (#300)
Sungyoon Jeong authoredNov 27, 2020 Configuration menu - View commit details
-
Copy full SHA for c06b9f4 - Browse repository at this point
Copy the full SHA c06b9f4View commit details
Commits on Nov 30, 2020
-
add github actions workflow file (#299)
* add github actions workflow file * update gh actions
Configuration menu - View commit details
-
Copy full SHA for 5c61df1 - Browse repository at this point
Copy the full SHA 5c61df1View commit details -
Update automated release (#302)
* fix eks-charts sync copy * update eks-chart sync jobs * add chart version checks
Configuration menu - View commit details
-
Copy full SHA for be56185 - Browse repository at this point
Copy the full SHA be56185View commit details
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1b0eb2 - Browse repository at this point
Copy the full SHA f1b0eb2View commit details -
* bump version number * align verbiage on Queue Processor mode
Configuration menu - View commit details
-
Copy full SHA for 363674f - Browse repository at this point
Copy the full SHA 363674fView commit details
Commits on Dec 10, 2020
-
🐛 fixing crashes on State-change events (#313)
NTH crashes often from "EC2 Instance State-change Notification" events. The underlying issue was that an empty parsed NodeName derived from PrivateDnsName was forwarded unverified, creating cascading problems. This solves the root cause, that "EC2 Instance State-change Notification" can arrive at a time where the instance is in shutting-down, terminated or any other not-online situation where the PrivateDnsName metadata is empty! Instead of just ignoring these errors this implementation gets and decides based on the state of the instance message if it is an error to fail or to ignore. Therefor such messages are dropped in above situation because they are useless.
Configuration menu - View commit details
-
Copy full SHA for 9f87a47 - Browse repository at this point
Copy the full SHA 9f87a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fbc5d - Browse repository at this point
Copy the full SHA 96fbc5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d4532 - Browse repository at this point
Copy the full SHA 58d4532View commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7712fd8 - Browse repository at this point
Copy the full SHA 7712fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c80a00 - Browse repository at this point
Copy the full SHA 2c80a00View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b977b0 - Browse repository at this point
Copy the full SHA 5b977b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec2ce5 - Browse repository at this point
Copy the full SHA 7ec2ce5View commit details
Commits on Dec 15, 2020
-
should use dockerhub_token (#324)
* should use dockerhub_token * Update Makefile
Configuration menu - View commit details
-
Copy full SHA for 7f33a27 - Browse repository at this point
Copy the full SHA 7f33a27View commit details
Commits on Dec 16, 2020
-
publish images to ecr public repo (#325)
* publish images to ecr public repo * add ecr-public-login script
Configuration menu - View commit details
-
Copy full SHA for 30eff87 - Browse repository at this point
Copy the full SHA 30eff87View commit details
Commits on Dec 17, 2020
-
🥑🤖 v1.11.2 release prep (#326)
* 🥑🤖 v1.11.2 release prep 🤖🥑 * update chart version
Configuration menu - View commit details
-
Copy full SHA for 8433cd9 - Browse repository at this point
Copy the full SHA 8433cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe69187 - Browse repository at this point
Copy the full SHA fe69187View commit details
Commits on Dec 18, 2020
-
add script to draft release notes (#327)
* add script to draft release notes * fix shellcheck warns
Configuration menu - View commit details
-
Copy full SHA for c02c16d - Browse repository at this point
Copy the full SHA c02c16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01447cd - Browse repository at this point
Copy the full SHA 01447cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a85c4fd - Browse repository at this point
Copy the full SHA a85c4fdView commit details
Commits on Dec 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1319288 - Browse repository at this point
Copy the full SHA 1319288View commit details
Commits on Dec 28, 2020
-
multithreaded event processor (#317)
This replaces the single process execution of events to parallel processing, solving the issue that happens when NTH is busy / blocked (retrying to evict) and eventually will miss to process events for other nodes going down the same time time. Example: 3 nodes roll at a time because of batchSize or spot interruption. A deployment has a pdb limit of maxUnavailable of 1 - that will block NTH in a eviction retry loop and it will miss the third node eviction. The amount of workers are capped to prevent a memory runnaway
Configuration menu - View commit details
-
Copy full SHA for d8460d2 - Browse repository at this point
Copy the full SHA d8460d2View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a4bccd - Browse repository at this point
Copy the full SHA 1a4bccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a116681 - Browse repository at this point
Copy the full SHA a116681View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dd15f8e - Browse repository at this point
Copy the full SHA dd15f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a866c48 - Browse repository at this point
Copy the full SHA a866c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee1742 - Browse repository at this point
Copy the full SHA 3ee1742View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86b186 - Browse repository at this point
Copy the full SHA a86b186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f26c6c - Browse repository at this point
Copy the full SHA 7f26c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc3b75 - Browse repository at this point
Copy the full SHA 2fc3b75View commit details
Commits on Jan 7, 2021
-
fix release prep for gh actions (#343)
* fix release prep for gh actions * increment AEMM to latest ecr image
Configuration menu - View commit details
-
Copy full SHA for e7fab60 - Browse repository at this point
Copy the full SHA e7fab60View commit details
Commits on Jan 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0260bd - Browse repository at this point
Copy the full SHA e0260bdView commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8b6d843 - Browse repository at this point
Copy the full SHA 8b6d843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b97f4 - Browse repository at this point
Copy the full SHA 23b97f4View commit details
Commits on Feb 12, 2021
-
* Update stale.yml Suggested changes for stale bot to include issues with pull requests * Update stale.yml * Update stale.yml
Configuration menu - View commit details
-
Copy full SHA for 8ce2b01 - Browse repository at this point
Copy the full SHA 8ce2b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc3f70 - Browse repository at this point
Copy the full SHA fbc3f70View commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1050b82 - Browse repository at this point
Copy the full SHA 1050b82View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e14d45f - Browse repository at this point
Copy the full SHA e14d45fView commit details -
* Refactor sqs message handling Process all messages received one at a time * Update tests for error handling The existing tests all assumed that errors should be returned from Monitor() if something fails. Now those are logged and no event is generated. Refactor tests to remove go functions and use a channel with non-zero capacity to buffer generated events. * Return error if no messages can be processed If none of the messages received from SQS can be processed, return an error. This will allow the NTH to detect repeated issues processing the queue.
Configuration menu - View commit details
-
Copy full SHA for f718727 - Browse repository at this point
Copy the full SHA f718727View commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d7d451 - Browse repository at this point
Copy the full SHA 9d7d451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60494ab - Browse repository at this point
Copy the full SHA 60494abView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.