Skip to content
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

Init to agent #3141

Merged
merged 556 commits into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
556 commits
Select commit Hold shift + click to select a range
9b00ac5
remove references to DHClient
fierlion Jan 14, 2019
5e5cb6d
Merge pull request #229 from fierlion/removeDHClientRefs
fierlion Jan 16, 2019
6da44e5
Log Nvidia EULA Agreement
haikuoliu Jan 16, 2019
7c26cf9
Update Agent to 1.25.0
suneyz Jan 17, 2019
0bce14d
Update Agent to 1.25.1
adnxn Jan 26, 2019
178829f
Update Agent to 1.25.2
tommyhahn Jan 31, 2019
b71d71a
Update Agent to 1.25.3
fierlion Feb 15, 2019
d72c482
Bind additional dirs to agent to support aws-appmesh plugin
suneyz Feb 26, 2019
dbf379a
Merge pull request #238 from suneyz/cni-plugin
suneyz Feb 26, 2019
db43e9f
add mount for lib and /usr/lib
petderek Feb 28, 2019
671a37c
Merge pull request #239 from petderek/petderek-add-lib
petderek Feb 28, 2019
c5e1cce
Update for 1.26.0 release
petderek Feb 28, 2019
bae88c4
Add privileged flag for internal / dev use
petderek Mar 21, 2019
0604ea7
Update for release 1.26.1
petderek Mar 21, 2019
940f56a
Update Agent to 1.27.0
tommyhahn Mar 28, 2019
29571f0
Update Agent to 1.28.0
fenxiong May 9, 2019
8242cf6
Issues template update
yhlee-aws May 15, 2019
bb03076
Merge branch 'master' into dev
fenxiong May 30, 2019
3254ebc
Merge pull request #249 from fenxiong/merge-master
fenxiong May 30, 2019
41ab85e
service start: add backoff to service restarts
sparrc May 24, 2019
7fd0b49
Adding security disclosure section to README
yhlee-aws May 30, 2019
f093ecf
Update Agent to 1.28.1
fenxiong May 31, 2019
c862d4f
Update Agent to 1.29.0
yumex93 Jun 6, 2019
47fcafc
Update Agent to 1.29.1
shubham2892 Jul 8, 2019
f18fbc7
Update Agent to 1.30.0
fenxiong Aug 15, 2019
7cfc745
Update Agent to 1.31.0
cyastella Sep 13, 2019
22789aa
Update Agent to 1.32.0
sparrc Sep 25, 2019
49b384b
Adding in the ability to set container tags (#260)
morfien101 Oct 18, 2019
6d5d9c6
Add documentation for ECS_AGENT_LABELS usage.
fenxiong Oct 24, 2019
ba9c589
Update Agent to 1.32.1
shubham2892 Oct 28, 2019
a3ec85c
Fix destination path in docker socket bind mount.
fenxiong Oct 29, 2019
0b91574
Update Agent to 1.32.1
shubham2892 Oct 31, 2019
d37133d
Update Agent to 1.33.0
shubham2892 Nov 11, 2019
4e7b998
Drop unnecessary execution permission in some packaged files.
fenxiong Nov 11, 2019
5128749
Don't fail with error when stopping a stopped agent.
fenxiong Nov 12, 2019
0c828a3
Merge branch 'v1.33.0-1-stage' into dev
amazon-ecs-bot Nov 13, 2019
7216f78
Update to 1.35.0
petderek Dec 12, 2019
485419f
capture a fixed tail of container logs when removing a container
fierlion Dec 17, 2019
88f53fd
initial PR for Amazon ECS Volume Plugin
sharanyad Dec 19, 2019
2fb94b7
unit tests for volume plugin and driver
sharanyad Dec 20, 2019
df28745
update third party package deps
sharanyad Dec 23, 2019
e2090c2
add go vet to makefile
fierlion Dec 24, 2019
fd8bb01
adding comment
sharanyad Dec 25, 2019
4656d30
Merge pull request #274 from sharanyad/dev
sharanyad Dec 25, 2019
02e177d
update unit tests to use testify package
jy19 Jan 3, 2020
9726081
store state information of the plugin to disk
sharanyad Dec 28, 2019
c0f33bf
unit tests for volume state management
sharanyad Dec 31, 2019
9d4e7e8
after dep ensure
Jan 3, 2020
0c4f6af
Update Agent to 1.36.0
sparrc Jan 8, 2020
a8e397e
Merge branch 'v1.36.0-1-stage' into dev
amazon-ecs-bot Jan 13, 2020
84868b8
configuring logging for volume plugin
sharanyad Jan 3, 2020
7142bd8
update suse systemd Unit file with Stop/PostStop
fierlion Jan 10, 2020
527631e
Update Agent to 1.36.1
yhlee-aws Jan 15, 2020
b5c5c5c
accept target field for volume creation
sharanyad Jan 14, 2020
be945c0
allow no type for volume; populate volume state after load
sharanyad Jan 15, 2020
391b311
Merge branch 'dev' into ecs-volume-plugin
sharanyad Jan 16, 2020
a18312e
Merge pull request #291 from sharanyad/ecs-volume-plugin
sharanyad Jan 16, 2020
432412a
not failing create/remove calls if save state to disk fails
sharanyad Jan 16, 2020
f9d5bc4
return mount path and createdAt for get volume API
sharanyad Jan 17, 2020
fb8f5cc
Merge branch 'v1.36.1-1-stage' into dev
amazon-ecs-bot Jan 18, 2020
a6a853e
Update sbin mount point to avoid conflict with Docker.
fenxiong Jan 23, 2020
b7684f5
Packaging of Amazon ECS Volume Plugin
mythri-garaga Jan 2, 2020
bc2684b
Add script to generate/update changelogs
fierlion Jan 22, 2020
e827943
add ECS volume plugin capability for EFS
sharanyad Jan 27, 2020
8ee9db4
remove netns field, add more tests for mount helper
sharanyad Jan 28, 2020
37f9b77
add validation of master changelog
fierlion Jan 29, 2020
4af723e
handle state file corruption gracefully
sharanyad Jan 29, 2020
c1a8197
make mount/unmount commands return error string
sharanyad Jan 29, 2020
56509b2
Update Agent to 1.36.2-1
fierlion Feb 4, 2020
24e96e3
Merge branch 'v1.36.2-1-stage' into dev
amazon-ecs-bot Feb 11, 2020
d24ee5a
docker: add '/etc/alternatives' to mounts
petderek Feb 22, 2020
4367961
Merge pull request #306 from petderek/add-alt
petderek Feb 22, 2020
04c33ab
Update Agent to 1.37.0
jy19 Feb 22, 2020
b71e930
Merge branch 'v1.37.0-2-stage' into dev
amazon-ecs-bot Feb 23, 2020
c826c8e
Changed changelog timestamp output to UTC (#309)
sparrc Feb 27, 2020
da65a4a
Lazy unmount efs volume.
fenxiong Mar 10, 2020
395f5d7
add gocyclo, goimports target to travis
sharanyad Mar 11, 2020
fb76445
Clean up mount path when mount failed.
fenxiong Mar 12, 2020
8de5585
Remove volume from state when unmount failed with not mounted.
fenxiong Mar 11, 2020
94aadc6
not logging volume mount options
sharanyad Mar 18, 2020
3890463
optimization: disable ipv6 router advertisements (#313)
sparrc Mar 18, 2020
1707398
Update makefile and readme (#315)
sparrc Mar 18, 2020
71e8821
Merge branch 'ecs-volume-plugin' into dev
sharanyad Mar 19, 2020
a6c50a5
Merge pull request #317 from sharanyad/dev
sharanyad Mar 19, 2020
6316c16
Release 1.38.0-1
sharanyad Mar 19, 2020
19864e2
Change CHANGELOG_MASTER to rfc3339 to fix UTC/Local issues (#320)
sparrc Mar 25, 2020
c146f37
Merge branch 'v1.38.0-1-stage' into dev
amazon-ecs-bot Mar 25, 2020
1d3dfaa
Fixup changelog from 1.38 release (#321)
sparrc Mar 30, 2020
cc596e3
Use -e flag when disabling ipv6 router advertisements (#324)
sparrc Apr 3, 2020
d0ee8ae
Release 1.39.0-2
yhlee-aws Apr 3, 2020
8e2a55c
Merge pull request #326 from yunhee-l/master
yhlee-aws Apr 7, 2020
9decb46
Release 1.40.0-1
mssrivas Jun 2, 2020
3571846
Merge branch 'v1.40.0-1-stage' into dev
amazon-ecs-bot Jun 5, 2020
2c31e35
Add staticcheck, remove inefficiency found
Jun 15, 2020
0af4837
Update Go version to 1.12
Jun 15, 2020
539f142
Release 1.41.0-1
mssrivas Jun 22, 2020
b44334b
Merge branch 'v1.41.0-1-stage' into dev
amazon-ecs-bot Jun 24, 2020
ecac232
Add code coverage analysis (#332)
sparrc Jun 24, 2020
6745f0d
Release 1.41.1-1
cyastella Jul 6, 2020
8b2d2bf
Merge branch 'v1.41.1-1-stage' into dev
amazon-ecs-bot Jul 8, 2020
655db4e
Reject traffic to 127.0.0.1 that isn't originated from the host.
fenxiong Jul 8, 2020
232f575
Release 1.41.1-2
fenxiong Jul 8, 2020
19e9bdf
Merge branch 'v1.41.1-2-stage' into dev
amazon-ecs-bot Jul 9, 2020
fdddabe
Add a flag to allow skipping local traffic filtering.
fenxiong Jul 23, 2020
746e588
Release 1.42.0-1
yhlee-aws Jul 23, 2020
59a520d
Merge branch 'v1.42.0-1-stage' into dev
amazon-ecs-bot Jul 24, 2020
0860aa2
Release 1.43.0-1
fenxiong Aug 4, 2020
4753c21
Bump release version
fenxiong Aug 5, 2020
6eb3735
Merge branch 'v1.43.0-2-stage' into dev
amazon-ecs-bot Aug 6, 2020
f51d323
merge agent_logging into dev(#341)
tamor1 Aug 7, 2020
d32c9d9
Release 1.44.0-1
shubham2892 Aug 13, 2020
f5ef9d4
Merge branch 'v1.44.0-1-stage' into dev
amazon-ecs-bot Aug 17, 2020
2f4d681
Release 1.44.1-1
Aug 20, 2020
8ac74fc
Merge branch 'v1.44.1-1-stage' into dev
amazon-ecs-bot Aug 24, 2020
3e0f801
Release 1.44.2-1
ubhattacharjya Aug 27, 2020
2b8057a
Merge branch 'v1.44.2-1-stage' into dev
amazon-ecs-bot Sep 1, 2020
43a1d86
Release 1.44.3-1
mssrivas Sep 2, 2020
8a700fa
Merge branch 'v1.44.3-1-stage' into dev
amazon-ecs-bot Sep 3, 2020
294d2cc
Release 1.44.4-1
fierlion Sep 15, 2020
d914bf5
Merge branch 'v1.44.4-1-stage' into dev
amazon-ecs-bot Sep 17, 2020
ff0ea24
Add fluentd to default available logging drivers (#151)
amake Sep 22, 2020
1394a9b
Block offhost access to agent's introspection port by default.
fenxiong Sep 18, 2020
b5d2758
Release 1.45.0-1
sparrc Sep 28, 2020
67070dd
Merge branch 'v1.45.0-1-stage' into dev
amazon-ecs-bot Sep 30, 2020
04debd1
Fix typo in comment (#357)
rjschwei Oct 2, 2020
664348f
Release 1.46.0-1
mssrivas Oct 13, 2020
589e008
Merge branch 'v1.46.0-1-stage' into dev
amazon-ecs-bot Oct 16, 2020
b0bc239
fixing 'gocyclo' not found
sharanyad Oct 21, 2020
96723dc
Release 1.47.0-1
mythri-garaga Oct 28, 2020
19cb5c9
Merge branch 'v1.47.0-1-stage' into dev
amazon-ecs-bot Nov 4, 2020
ed1bf68
update README.md
mythri-garaga Nov 5, 2020
2dceb2f
Release 1.48.0-2
shubham2892 Nov 19, 2020
133b1b0
Merge branch 'v1.48.0-2-stage' into dev
amazon-ecs-bot Nov 21, 2020
e88a4dc
Release 1.48.1-1
shubham2892 Nov 23, 2020
d2153a8
Merge branch 'v1.48.1-1-stage' into dev
amazon-ecs-bot Nov 25, 2020
7060c3f
update to latest aws-sdk-go (#380)
fierlion Dec 2, 2020
d7aff4a
fix iptables rule removed when ECS_ALLOW_OFFHOST_INTROSPECTION_ACCESS…
cyastella Dec 3, 2020
85bbf27
sync aws-sdk-go version (#382)
fierlion Dec 11, 2020
e60c34e
Release 1.49.0-1
shubham2892 Jan 6, 2021
ded8c76
Merge branch 'v1.49.0-1-stage' into dev
amazon-ecs-bot Jan 8, 2021
2710d4c
Add bind mount for agent (#363)
cyastella Oct 22, 2020
19a648d
add ExecAgent logs bind mount to agent
sharanyad Oct 21, 2020
953ca0d
update capability name, add config to agent binds (#366)
cyastella Oct 27, 2020
166ac01
update bind mount for certs folder (#376)
cyastella Nov 24, 2020
0b90392
remove ifExists check for config folder (#381)
cyastella Dec 4, 2020
62d54d6
Merge pull request #387 from aws/feature/ecs_exec
angelcar Jan 20, 2021
705adda
Release 1.50.0-1
ubhattacharjya Jan 21, 2021
294ea9d
Prevent restart on exit code 5
shubham2892 Jan 20, 2021
d744167
Merge pull request #386 from shubham2892/prevent-restart-exit-code-5
shubham2892 Jan 21, 2021
476b4c9
Add support for running in external environment.
fenxiong Jan 6, 2021
38b08fb
Merge branch 'v1.50.0-1-stage' into dev
amazon-ecs-bot Jan 23, 2021
6044f84
Add generic deb packaging (#390)
sparrc Feb 4, 2021
848af1e
Add generic rpm packaging.
fenxiong Feb 3, 2021
801eec0
Merge dev branch into feature/on-prem
sparrc Feb 5, 2021
82ecfe4
Release 1.50.1-1
shubham2892 Feb 10, 2021
8b7dfd7
Merge branch 'v1.50.1-1-stage' into dev
amazon-ecs-bot Feb 12, 2021
71bc304
Release 1.50.2-1
mssrivas Feb 19, 2021
83b3b50
Fix incorrect build tag
fenxiong Feb 19, 2021
330871f
Merge branch 'v1.50.2-1-stage' into dev
amazon-ecs-bot Feb 22, 2021
5a2f3f6
packaging/generic-deb: use agent version from file instead of tag.
fenxiong Mar 9, 2021
42cdd81
Release 1.50.3-1
mythri-garaga Mar 16, 2021
93d2c31
Merge branch 'v1.50.3-1-stage' into dev
amazon-ecs-bot Mar 19, 2021
ba1dae0
Install script updates for ecs anywhere GA
Realmonia Mar 25, 2021
5cd4f2c
Release 1.51.0-1
shubham2892 Mar 31, 2021
c6dc373
Merge branch 'v1.51.0-1-stage' into dev
amazon-ecs-bot Apr 1, 2021
d6f123c
'pidof systemd' may fail in userdata, check for /run/systemd/system i…
sparrc Apr 13, 2021
3607a72
A few fixes for ecs anywhere install.
fenxiong Apr 18, 2021
11fc5db
Add support for running in external environment.
fenxiong Jan 6, 2021
57e665e
Add generic deb packaging (#390)
sparrc Feb 4, 2021
76695c6
Add generic rpm packaging.
fenxiong Feb 3, 2021
4fc4aaa
Merge branch 'dev' into feature/ecs-anywhere-ga
fenxiong Apr 23, 2021
7847245
update generic rpm version
fenxiong Apr 23, 2021
bd5f66f
Merge pull request #405 from fenxiong/anywhere-ga
fenxiong Apr 24, 2021
e911b43
Release 1.52.0-1
fierlion Apr 28, 2021
4303d54
Merge branch 'v1.52.0-1-stage' into dev
amazon-ecs-bot Apr 29, 2021
97f95de
Fix regional s3 endpoint suffix for cn region
fenxiong Apr 30, 2021
21b4858
Install script fixups
sparrc May 7, 2021
945b00c
Merge pull request #409 from sparrc/install-script-fixups
fenxiong May 10, 2021
249ad3e
Automate changelog generation for generic rpm.
fenxiong May 10, 2021
4c40090
ECS Anywhere install script fixups
sparrc May 11, 2021
9d1511b
Use SSM vault file to get managed instance id
sparrc May 11, 2021
15c3452
Move usage doc from markdown to script.
sparrc May 11, 2021
fdaaddd
Merge branch 'feature/ecs-anywhere-ga' into dev
fenxiong May 12, 2021
13bf84d
Merge pull request #413 from fenxiong/dev-merge
fenxiong May 13, 2021
6494344
Address some remaining todos in install script.
fenxiong May 13, 2021
78e772f
install script: check if dirmngr is installed before checking signature
fenxiong May 14, 2021
ebff638
Release 1.52.1-1
fenxiong May 14, 2021
b734e95
Merge branch 'v1.52.1-1-stage' into dev
amazon-ecs-bot May 15, 2021
973e2e1
install script fix: remove dependency on gpg key server.
fenxiong May 18, 2021
c54b98d
ecs-anywhere-install: allow sandboxed apt installations
otterley May 17, 2021
f2fc147
Release 1.52.2-1
fenxiong May 20, 2021
de45683
Merge branch 'v1.52.2-1-stage' into dev
amazon-ecs-bot May 21, 2021
f5ed7a4
Fix download url for cn region and update gpg pubkey link.
fenxiong May 25, 2021
414a4c7
Release 1.52.2-2
fenxiong May 25, 2021
b1bd1a4
Merge branch 'v1.52.2-2-stage' into dev
amazon-ecs-bot May 25, 2021
5f7f933
Release 1.53.0-1
angelcar Jun 9, 2021
1b784b8
Merge branch 'v1.53.0-1-stage' into dev
amazon-ecs-bot Jun 11, 2021
c3a6859
Release 1.53.1-1
mythri-garaga Jun 23, 2021
73d1e4b
Merge branch 'v1.53.1-1-stage' into dev
amazon-ecs-bot Jun 28, 2021
180cec1
Release 1.54.0-1
fierlion Jul 7, 2021
667c26e
Merge branch 'v1.54.0-1-stage' into dev
amazon-ecs-bot Jul 9, 2021
43c2d5e
Release 1.54.1-1
ubhattacharjya Jul 23, 2021
a878d04
Merge branch 'v1.54.1-1-stage' into dev
amazon-ecs-bot Jul 27, 2021
06fd4f4
Release 1.55.0-1
Realmonia Aug 5, 2021
6575766
Merge branch 'v1.55.0-1-stage' into dev
amazon-ecs-bot Aug 11, 2021
eee364a
Add github actions to replace travis build
sparrc Sep 22, 2020
fcf0ecb
Fix get-deps make target
fenxiong Aug 5, 2021
8e55e27
Release 1.55.1-1
mssrivas Aug 19, 2021
6db5d9d
Merge branch 'v1.55.1-1-stage' into dev
amazon-ecs-bot Aug 23, 2021
07ae7fd
Release 1.55.2-1
yinyic Sep 2, 2021
b72fb6b
Merge branch 'v1.55.2-1-stage' into dev
amazon-ecs-bot Sep 7, 2021
c02da76
Release 1.55.3-1
mythri-garaga Sep 16, 2021
b46ec81
Merge branch 'v1.55.3-1-stage' into dev
amazon-ecs-bot Sep 22, 2021
3c0c7b7
make primary network interface configurable for offhost introspection…
sharanyad Sep 23, 2021
d339697
Add config variable for GPU support for ECS anywhere
ubhattacharjya Aug 26, 2021
16bf17d
Release 1.55.4-1
fierlion Sep 29, 2021
4ebcb09
Merge branch 'v1.55.4-1-stage' into dev
amazon-ecs-bot Oct 6, 2021
25dbb06
Release 1.55.5-1
ubhattacharjya Oct 13, 2021
3f44e4c
Merge branch 'v1.55.5-1-stage' into dev
amazon-ecs-bot Oct 15, 2021
9e21d77
Release 1.56.0-1
sparrc Oct 20, 2021
bc7d644
Merge branch 'v1.56.0-1-stage' into dev
amazon-ecs-bot Oct 25, 2021
1bc76f4
Release 1.57.0-1
fenxiong Nov 3, 2021
17719fe
Merge branch 'v1.57.0-1-stage' into dev
amazon-ecs-bot Nov 5, 2021
ed26ca8
Initialize docker client lazily
angelcar Nov 19, 2021
e61020e
Enable AL2 support for ECS-A
prateekchaudhry Nov 17, 2021
9982239
ECS-A install script remove unrequired ssm start
prateekchaudhry Nov 22, 2021
b2584f1
Release 1.57.1-1
mythri-garaga Dec 3, 2021
1dfc9bc
Merge branch 'v1.57.1-1-stage' into dev
amazon-ecs-bot Dec 8, 2021
9204c72
Add git secrets workflow (#463)
Realmonia Dec 15, 2021
2fe22fc
Include amazon-ecs-volume-plugin and startup scripts in Debian Packag…
dennisconrad Dec 15, 2021
2ff1138
install script: remove check on dirmngr
fenxiong Dec 20, 2021
39c2e57
add amazon-ecs-volume-plugin to rpm generic package (#462)
Realmonia Dec 29, 2021
26e40ea
add exec prerequisites to ecs-anywhere installation script (#466)
lydiafilipe Jan 6, 2022
fac5cda
downgrade ssm binary version for exec (#467)
lydiafilipe Jan 7, 2022
79e1785
Update the SSM Agent version to 3.1.804.0
mythri-garaga Jan 7, 2022
e7e9e6e
Revert "add amazon-ecs-volume-plugin to rpm generic package (#462)"
ubhattacharjya Jan 19, 2022
224a9ad
Revert "Include amazon-ecs-volume-plugin and startup scripts in Debia…
ubhattacharjya Jan 19, 2022
d5b2b34
Release 1.58.0-2
ubhattacharjya Jan 19, 2022
da7964f
Merge branch 'v1.58.0-2-stage' into dev
amazon-ecs-bot Jan 20, 2022
f744b9b
build al2 rpm in docker
petderek Jan 20, 2022
9a12ead
Merge pull request #474 from petderek/build-with-docker
petderek Jan 26, 2022
283fdb8
Log what pre-start is doing
sparrc Jan 20, 2022
781f34c
Release 1.59.0-1
YashdalfTheGray Feb 4, 2022
632e44d
Merge branch 'v1.59.0-1-stage' into dev
amazon-ecs-bot Feb 9, 2022
c060ff3
Add volume to rpm/deb package (#478)
Realmonia Feb 21, 2022
69fa47d
[AL2022] Set GO111MODULE=auto and update ecs-init.spec
chienhanlin Feb 18, 2022
44e4b06
Release 1.60.0-1
chienhanlin Mar 2, 2022
ab580a2
Merge branch 'v1.60.0-1-stage' into dev
amazon-ecs-bot Mar 4, 2022
e70fa7a
Rename and remove conflicting init/agent files
fierlion Mar 7, 2022
2886f28
Merge branch 'initToAgent' of ../amazon-ecs-init into initToAgent
fierlion Mar 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go
Copy link
Contributor

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 actually run travis in ecs-init anymore do we? since it's not setup in agent repo this wont work will it?

Copy link
Member Author

@fierlion fierlion Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should have clarified -- We'll have a feature branch to integrate the makefiles and clean up all the remaining stuff left over from init. This PR is meant to be as much a wholesale snapshot merge of the two code bases.

So the travis stuff will go away as part of the integration feature branch.

That will give the feature branch a clear diff against the current (dev) head of ecs-init.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

about the github workflow steps:
https://github.com/aws/amazon-ecs-init/blob/master/.github/workflows/gitsecrets.yml is merged into the agent workflows but I removed the init build.yml and will integrate it into the feature branch.

go_import_path: github.com/aws/amazon-ecs-init
sudo: false
go:
- 1.15

matrix:
include:
- os: linux
script:
- make get-deps
- make static-check
- make test
- make analyze-cover-profile
Loading