Skip to content

Tags: rdforte/gomaxecs

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new debug support and bump go version to 1.25 (#16)

* add debug log support

* bump go version to 1.25 and temp upgrade of golangci

* fix lint warnings

* fix go comment

* make constant lower case

* add format verb for error in log f

* log task not container

* fix spelling

* bump action versions and go version in workflow

* add config tests

* added tests for panic

* update readme

* fix lint warnings

* add assertion for undo

* remove logging for skipping ecs

* add test for not ecs detected

---------

Co-authored-by: rf <rf@ryans-MacBook-Air.local>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Init function bypass Set when no ECS Environment detected (#11)

* ignore set when no ecs env detected

* refactor agent code for test [temp]

* refactor test maxprocs

* temp refactor task

* temp refactor of task

* remove method from test

* move refactored agent into task

* temp refactor of task

* refactored all tests with tasktest ecs agent

* fix lint warnings

* refactored all tests to use agent

* remove unused parameter from ecs agent

* update go docs

* fix lint warning

---------

Co-authored-by: rf <rf@ryans-MacBook-Air.local>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Include undo and apply functional options pattern for setting logger (#8

)

* feat(gomaxecs): include undo and apply functional options pattern to cfg

* remove unecessary cfg options interface

* fix lint warnings and add method for determining if ecs task

* update test naming

* alias import ecstask

* change naming on prev max procs

* change naming on boolean cur max procs

* fix honor spelling

* fix spelling honor

* refactor(gomaxecs): update naming and include docs for optional task limit on EC2

---------

Co-authored-by: rf <rf@ryans-MacBook-Air.local>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set GOMAXPROCS=1 for less than 1 vCPU (#7)

v1.0.0

Toggle v1.0.0's commit message
refactor(tests): refactor task error cases