Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Apr 27, 2023
1 parent a85949a commit edf74a6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-04-27 Lance Albertson <[email protected]>
* Released 0.7.3
* Fixes Include:
- Remove datasource_list from generated cloud-init config (#31)
2017-07-20 Lance Albertson <[email protected]>
* Released 0.7.2
* Fixes Include:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(ganeti-instance-image, 0.7.2, [email protected])
AC_INIT(ganeti-instance-image, 0.7.3, [email protected])

AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ganeti-instance-image (0.7.3) unstable; urgency=medium

* Released 0.7.3
* Fixes Include:
- Remove datasource_list from generated cloud-init config (#31)

-- Lance Albertson <[email protected]> Thu, 27 Apr 2023 16:18:02 -0700

ganeti-instance-image (0.7.2) unstable; urgency=medium

* Released 0.7.2
Expand Down
7 changes: 6 additions & 1 deletion ganeti-instance-image.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define instancename image
Name: ganeti-instance-image
Version: 0.7.2
Version: 0.7.3
Release: 1%{?dist}
Summary: Guest OS definition for Ganeti based on Linux-based images

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

%changelog
* Thu Apr 27 2032 Lance Albertson <lance osuosl org>
- Released 0.7.3
- Fixes Include:
- Remove datasource_list from generated cloud-init config (#31)

* Thu Jul 20 2017 Lance Albertson <lance osuosl org>
- Released 0.7.2
- Fixes Include:
Expand Down

0 comments on commit edf74a6

Please sign in to comment.