Skip to content

Releases: Cyclenerd/google-cloud-pricing-cost-calculator

v3.0.2

17 Aug 17:02
Compare
Choose a tag to compare

Retrieval fees for nearline storage, coldline storage and archive storage can now be now calculated.

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.

v3.0.1

14 Jun 15:21
Compare
Choose a tag to compare

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.

v3.0.0 (Go)

12 May 19:01
Compare
Choose a tag to compare

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.

v2.1.0

08 May 12:58
Compare
Choose a tag to compare

Spot VMs

v2.0.0

11 Apr 10:29
Compare
Choose a tag to compare

Cloud Load Balancer removed #69

v1.2.0

31 Jan 21:13
Compare
Choose a tag to compare

Committed use discounts for RHEL images 馃コ.

v1.1.0

13 Aug 16:36
Compare
Choose a tag to compare

Now also available as Windows CLI Program.

No longer support for Debian 10 and Ubuntu 18.04. glibc 2.29 is required.

v1.0.5

07 Mar 21:50
Compare
Choose a tag to compare

Performance! Thanks to SQLite in-memory database the calculation and generation of YAML price list file pricing.yml now takes only 3 minutes instead of over 2 hours.

v1.0.4

18 Feb 14:56
Compare
Choose a tag to compare

SUSE Linux Enterprise Server for SAP CUD Fix.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Feb 15:06
Compare
Choose a tag to compare

Pricing bug fix and more tests.