Skip to content

Releases: IFCA-Advanced-Computing/caso

3.0.0

17 Mar 13:18

Choose a tag to compare

Code improvements and bugfixes.

2.1.2

29 Oct 10:44
2.1.2

Choose a tag to compare

Bufgix release.

2.1.1

05 Feb 16:00
2.1.1

Choose a tag to compare

v2.1.1

2.1.0

05 Feb 15:02
2.1.0

Choose a tag to compare

v2.1.0

2.0.0

15 Jan 12:00
2.0.0
073ca07

Choose a tag to compare

v2.0.0

1.4.3

24 Mar 10:50
1.4.3

Choose a tag to compare

v1.4.3

1.4.2

09 Mar 16:20
1.4.2

Choose a tag to compare

v1.4.2

Allow limit message size

10 Dec 12:07
1.4.0

Choose a tag to compare

We introduce a new option allowing to limit the outgoing message size. The max_size option will limit the number of messages, default is 100.

Fix record extraction for long running VMs

01 Jun 12:10
1.2.0

Choose a tag to compare

Commit 0058b6c introduced a bug in how we retrieve the records, since we introduced the "deleted" filter and this was filtering out all the instances that are not deleted.

In order to get accurate results, accounting records must be regenerated at sites, possibly month by month, like:

caso-extract  --extract-from 2017-01-01 --extract-to 2017-01-31
caso-extract  --extract-from 2017-02-01 --extract-to 2017-02-28
(...)

Bugfixes:

  • #47 cASO only accounts for deleted VMs bug
  • #44 tenant or project in voms.json documentation

1.1.0

24 May 09:32
1.1.0

Choose a tag to compare

Version 1.0.0 introduced support for reporting records that changed within a period, but calculation was not done properly as it only reported nodes that started and ended within that period. This changed cASO functionality as it stopped sending records that started before that date or ended after that date (i.e. those records were lost).

Sites running a 1.X.X version should republish their data. This can be done safely by using the --extract-from CLI option.

Enhancements:

  • Underscored options (--dry_run, --extract_from, --extract_to) have been marked as deprecated and replaced with dashed ones (--dry-run, --extract-from, --extract-to).

Bugfixes:

  • #35: Take nova pagination into account.