Releases: openflighthpc/flight-inventory
Releases · openflighthpc/flight-inventory
2.0.0-rc4
Add standard interrupt handling
2.0.0-rc3
rc3: Change the asset selection to a statement
2.0.0-rc2
Bump the version number for 2.0.0-rc2
2.0.0.rc1
Merge pull request #155 from openflighthpc/develop Remove group support and start fixing deprecation warnings
2.0.0.rc0
Merge pull request #152 from openflighthpc/develop Remove multiple cluster supports and simplify FC templates
1.3.0
- Adds the concept of schemas and migrations for updates to asset changes
- Adjustments to the list command
- Arguments are now optional
- If no argument is given then lists all assets by type/group as appropriate
- When listing by group assets are sorted and displayed under their primary group
- Support for multiple maps on an asset
- Support for clusters
- Various bug fixes and improvements
1.2.0
Contains all the changes of 1.1.0-rc1 and 1.1.0-rc2 as well as:
- Change how
list-map
searches - Displays all asset names found in the row - #123 - Add more templates for the templates config file - #125
- Repo management - #126
- add a
type
switch to list - #128
And, all #129: - Move sub-commands to hyphenated top-level commands (i.e.
modify groups
tomodify-groups
) - Rename
parse
toimport
- Add separate
list-map
command (old show data with an index) - Enable the plugins dir to allow external rendering methods
- Remove
show data
and treat 'data' as a document format - Change nomenclature of modify map command
- Line up modify map command values with https://github.com/alces-software/flight-inventory-diagrams
- Optimise list by searching asset data with grep if the asset's data hasn't yet been read
- treat assets as servers if they don't have a type
- rename
node_data
->asset_data
&node_hash
->asset_hash
1.1.0-rc2
Builds on 1.1.0-rc1 with the following features:
- A
group
switch onlist
to allow listing assets in the specified groups - #106 - The notion of an asset 'type' (e.g. server, switch, etc) - #107
- This in turn allows default templates for assets based on their type, outlined in the new
etc/templates.conf
file - #107 - Reformatted
list
output to be sorted in a single column by asset type - #103 & #108 - Now able to use
modify maps
andmodify notes
for >1 node - New 'metadata' for maps, optionally input when using
modify map
- #104 - New licensing - #105
- Installation update - #111
- 'map' option for
show data
that retrieves the data for the assets found in the specified line of a map - #112 - Much refactoring - mainly #107 & #110
1.1.0-rc1
This release candidate contains various fixes and features:
- Trailing line breaks persists when mapping
- The
parse
command is no longer restricted to using absolute paths - A new top level
create
command that functions the same asedit --create
- The location helper has been removed
1.0.1
2 bug fixes since the release of 1.0.0