-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Spooky 1.1.8 Release of QUADS."
- Loading branch information
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
%define name quads-dev | ||
%define reponame quads | ||
%define version 1.1.7 | ||
%define version 1.1.8 | ||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))} | ||
|
||
Summary: Automated future scheduling, documentation, end-to-end provisioning and assignment of servers and networks. | ||
|
@@ -130,6 +130,15 @@ fi; | |
|
||
%changelog | ||
|
||
* Tue Oct 31 2023 Will Foster <[email protected]> | ||
- 1.1.8 release | ||
- added --cloud filter to --ls-available | ||
- added argparse for ommitting systems validation | ||
- added better host build checks | ||
- quads-cli --host now shows the host environment | ||
- host metadata export now writes a file copy to disk | ||
- many bug fixes | ||
|
||
* Wed Feb 08 2023 Will Foster <[email protected]> | ||
- 1.1.7 release | ||
- no-op network moves for move-and-rebuild | ||
|