Skip to content

Commit edf74a6

Browse files
committed
Release 0.7.3
Signed-off-by: Lance Albertson <lance@osuosl.org>
1 parent a85949a commit edf74a6

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-04-27 Lance Albertson <lance@osuosl.org>
2+
* Released 0.7.3
3+
* Fixes Include:
4+
- Remove datasource_list from generated cloud-init config (#31)
15
2017-07-20 Lance Albertson <lance@osuosl.org>
26
* Released 0.7.2
37
* Fixes Include:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT(ganeti-instance-image, 0.7.2, lance@osuosl.org)
2+
AC_INIT(ganeti-instance-image, 0.7.3, lance@osuosl.org)
33

44
AC_CONFIG_AUX_DIR(autotools)
55
AC_CONFIG_SRCDIR(configure)

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
ganeti-instance-image (0.7.3) unstable; urgency=medium
2+
3+
* Released 0.7.3
4+
* Fixes Include:
5+
- Remove datasource_list from generated cloud-init config (#31)
6+
7+
-- Lance Albertson <lance@osuosl.org> Thu, 27 Apr 2023 16:18:02 -0700
8+
19
ganeti-instance-image (0.7.2) unstable; urgency=medium
210

311
* Released 0.7.2

ganeti-instance-image.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define instancename image
22
Name: ganeti-instance-image
3-
Version: 0.7.2
3+
Version: 0.7.3
44
Release: 1%{?dist}
55
Summary: Guest OS definition for Ganeti based on Linux-based images
66

@@ -65,6 +65,11 @@ rm -rf $RPM_BUILD_ROOT
6565
%{_localstatedir}/cache/ganeti-instance-image
6666

6767
%changelog
68+
* Thu Apr 27 2032 Lance Albertson <lance osuosl org>
69+
- Released 0.7.3
70+
- Fixes Include:
71+
- Remove datasource_list from generated cloud-init config (#31)
72+
6873
* Thu Jul 20 2017 Lance Albertson <lance osuosl org>
6974
- Released 0.7.2
7075
- Fixes Include:

0 commit comments

Comments
 (0)