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

Add wget for ubuntu build and fix ecs-init version #3420

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildspecs/merge-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ phases:
- DEBIAN_FRONTEND=noninteractive

- apt-get update -y
- apt-get install -y make dpkg-dev devscripts debhelper
- apt-get install -y make dpkg-dev devscripts debhelper wget
- make generic-deb-integrated
- mv amazon-ecs-init_${AGENT_VERSION}-1_${architecture}.deb $ECS_AGENT_DEB

Expand Down
2 changes: 1 addition & 1 deletion packaging/amazon-linux-ami-integrated/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ fi
%endif

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <chilinn@amazon.com> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/amazon-linux-ami/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fi
%endif

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <chilinn@amazon.com> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-deb-integrated/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amazon-ecs-init (1.64.0-0) stable; urgency=medium
amazon-ecs-init (1.64.0-1) stable; urgency=medium

* Cache Agent version 1.64.0

Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amazon-ecs-init (1.64.0-0) stable; urgency=medium
amazon-ecs-init (1.64.0-1) stable; urgency=medium

* Cache Agent version 1.64.0

Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-rpm-integrated/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
%systemd_postun_with_restart amazon-ecs-volume-plugin

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <chilinn@amazon.com> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-rpm/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
%systemd_postun_with_restart amazon-ecs-volume-plugin

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <utsa@amazon.com> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <chilinn@amazon.com> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/suse/amazon-ecs-init.changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Oct 04, 18:00:00 UTC 2022 - utsa@amazon.com - 1.64.0-0
Tue Oct 04, 18:00:00 UTC 2022 - utsa@amazon.com - 1.64.0-1

- Cache Agent version 1.64.0
-------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog/CHANGELOG_MASTER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.64.0-0
1.64.0-1
Utsa Bhattacharjya <utsa@amazon.com>
2022-10-04T10:00:00-08:00
Cache Agent version 1.64.0
Expand Down