We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220d932 commit a1acb70Copy full SHA for a1acb70
amazon-ec2-utils.spec
@@ -1,6 +1,6 @@
1
Name: amazon-ec2-utils
2
Summary: A set of tools for running in EC2
3
-Version: 2.1.0
+Version: 2.2.0
4
Release: 1%{?dist}
5
License: MIT
6
Group: System Tools
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
75
/etc/udev/rules.d/60-cdrom_id.rules
76
77
%changelog
78
+* Mon Jun 5 2023 Guillaume Delacour <delacoug@amazon.com> - 2.2.0-1
79
+- Add `--quiet` option to `ec2-metadata --help` output
80
+- Add `-R`/`--region` option to `ec2-metadata` to discover the EC2 instance's region
81
82
* Thu Apr 6 2023 Noah Meyerhans <nmeyerha@amazon.com> - 2.1.0-1
83
- Add --quiet option to ec2-metadata
0 commit comments