Skip to content
Open
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
8 changes: 4 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ ec2-instance-connect (1.1.19) xenial; urgency=high

* Remove hostkey harvesting.

-- Vishrutha Konappa Reddy <vkreddy@amazon.com> Wed, Jul 9 2022 17:30:00 -0400
-- Vishrutha Konappa Reddy <vkreddy@amazon.com> Sat, 9 Jul 2022 17:30:00 -0400

ec2-instance-connect (1.1.18) xenial; urgency=high

* Update curl command to not fail silently on HTTP server error.

-- Vishrutha Konappa Reddy <vkreddy@amazon.com> Thu, Jun 9 2022 14:30:00 -0400
-- Vishrutha Konappa Reddy <vkreddy@amazon.com> Thu, 9 Jun 2022 14:30:00 -0400

ec2-instance-connect (1.1.17) xenial; urgency=high

* Ubuntu 22.04 upgrades OpenSSL to 3.0.2, which breaks strict x509 verification for one of our intermediate CA certificates.
* Only verify CA certificates that aren't already trusted in /etc/ssl/certs.
* OpenSSL 3.0.2 also changes the formatting of the SHA1 fingerprint of an x509 certificate. Switch to a case insensitive match to be backwards and forwards compatible between OpenSSL versions.

-- Jacob Meisler <meislerj@amazon.com> Mon, May 9 2022 12:30:00 -0400
-- Jacob Meisler <meislerj@amazon.com> Mon, 9 May 2022 12:30:00 -0400

ec2-instance-connect (1.1.15) xenial; urgency=high

* Change EIC Hostkeys Harvesting to be asynchronous from SSHD to improve instance boot time
* Rename and enable ec2-instance-connect-harvest-hostkeys.service. Remove pointer to old ec2-instance-connect.service.

-- Vishrutha Konappa Reddy <vkreddy@amazon.com> Thu, Sep 9 2021 12:50:55 -0400
-- Vishrutha Konappa Reddy <vkreddy@amazon.com> Thu, 9 Sep 2021 12:50:55 -0400

ec2-instance-connect (1.1.14) xenial; urgency=high

Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
12
7 changes: 3 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Source: ec2-instance-connect
Section: net
Priority: optional
Standards-Version: 4.1.4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Daniel Anderson <dnde@amazon.com>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.6.1
Maintainer: Daniel Anderson <dnde@amazon.com>
Build-Depends: debhelper (>= 12)

Package: ec2-instance-connect
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#DH_VERBOSE=1

%:
dh $@ --with systemd
dh $@