Skip to content

Commit

Permalink
Merge "Spooky 1.1.8 Release of QUADS."
Browse files Browse the repository at this point in the history
  • Loading branch information
grafuls authored and gerritforge-ltd committed Oct 31, 2023
2 parents 17e468b + c9c3d43 commit 5e51b4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/quads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data_dir: .
# display name for QUADS email notifications
mail_display_name: "QUADS Scheduler"
# set header for User-Agent:
mail_user_agent: "Rufus Postman 1.1.6"
mail_user_agent: "Rufus Postman 1.1.8"
domain: example.com
log: /opt/quads/log/quads.log
quads_base_url: http://127.0.0.1:8080/
Expand Down
2 changes: 1 addition & 1 deletion quads/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def API_URL(self):

FPING_TIMEOUT = 10000

QUADSVERSION = "1.1.7"
QUADSVERSION = "1.1.8"
QUADSCODENAME = "gaúcho"

SUPPORTED = [
Expand Down
11 changes: 10 additions & 1 deletion rpm/quads.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e51b4c

Please sign in to comment.