Skip to content

v3.0.1

Compare
Choose a tag to compare
@Cyclenerd Cyclenerd released this 14 Jun 15:21
· 434 commits to master since this release

New binaries compiled with Ubuntu 20.04 to support "older" Debian / Google Cloud Shell.

Fixed:

/home/admin_/gcosts: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/admin_/gcosts)
/home/admin_/gcosts: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/admin_/gcosts)

Please remember...

Starting with version 3.0.0 gcosts is completely redeveloped in Go.

It has many new cool advantages over the Perl version. The first is that macOS and Apple Silicon are now supported.

There are also a few changes that may lead to incompatibilities with your existing workflow.

  1. Calculations are now executed with gcosts calc (gcosts without sub-command shows the help)
  2. No more TOTALS.CSV. Excel can sum up better.
  3. The operating system (i.e. rhel) is now stored as resource in the CSV export. No longer always vm-os.
  4. Only paid operating systems are supported. If you use a free, like Ubuntu, just delete the assignment.
  5. New CSV structure (now also separated with comma)
  • Old: PROJECT;REGION;RESOURCE;NAME;COST;TYPE;DATA;CLASS;COMMITMENT;DISCOUNT;FILE
  • New: Project,Region,Resource,Type/Class,Name,Cost,Data,CUD,Discount,File
  1. And a few more little things...

I hope you have a lot of fun with this new version.