Skip to content

Commit

Permalink
Merge "1.1.4.1 release tag."
Browse files Browse the repository at this point in the history
  • Loading branch information
grafuls authored and gerritforge-ltd committed Dec 17, 2020
2 parents dc59d7b + b3d9dbc commit c9ddadc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quads/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def quads_load_config(quads_config):
quads_config_file = os.path.join(os.path.dirname(__file__), "../conf/quads.yml")
conf = quads_load_config(quads_config_file)

QUADSVERSION = "1.1.4"
QUADSVERSION = "1.1.4.1"
QUADSCODENAME = "gaúcho"
SUPPORTED = ["fc640", "r620", "r630", "r640", "640", "r720", "r730xd", "r930", "r730", "r740xd", "740xd", "r720xd"]
OFFSETS = {"em1": 0, "em2": 1, "em3": 2, "em4": 3, "em5": 4}
Expand Down
7 changes: 6 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.4
%define version 1.1.4.1
%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 @@ -128,6 +128,11 @@ fi;

%changelog

* Thu Dec 17 2020 Will Foster <wfoster@redhat.com>
- 1.1.4.1 release
- added --extend and --shrink
- small set of bug fixes

* Tue Nov 24 2020 Will Foster <wfoster@redhat.com>
- 1.1.4 release
- bare-metal host metadata model implemented
Expand Down

0 comments on commit c9ddadc

Please sign in to comment.