Skip to content

Releases: deweysasser/cumulus

v0.5.0

18 Jan 14:15
Compare
Choose a tag to compare

v0.5.0 (2023-01-18)

Feat

  • add DB instance listing
  • Support RDS DB clusters

v0.4.0 (2022-12-14)

Feat

  • add SNS topics and subscriptions

v0.3.3 (2022-11-11)

Build

  • fix generation issue when cross-compiling

v0.3.2 (2022-11-11)

Build

  • fix generation issue when cross-compiling for Windows

v0.3.1 (2022-11-11)

Build

  • fix test call in release job

v0.3 (2022-11-11)

Build

  • vet only the program packages to avoid spurious error in the code generation files

Doc

  • document the code generation just a bit
  • improve documentation

Feat

  • codegenerate fields

Test

  • make 'make test' avoid the builder files as well

v0.2.2 (2022-11-10)

v0.2.1 (2022-11-10)

Feat

  • add imageID to AWS instances. How did I leave that out?

Fix

  • hide profile CLI flags

v0.2.0 (2022-10-25)

Build

  • Update releases to be public by default instead of draft

Doc

  • Add homebrew installation instructions

Feat

  • make 'version' a command instead of a flag
  • All 'log' mesages now go to stdout

Fix

  • fix bug in command line parsing of filters that resulted in everything being 'or'
  • improve logging in filter expressions

Test

  • add line filter tests

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.4.0

14 Dec 20:55
Compare
Choose a tag to compare

v0.4.0 (2022-12-14)

Feat

  • add SNS topics and subscriptions

v0.3.3 (2022-11-11)

Build

  • fix generation issue when cross-compiling

v0.3.2 (2022-11-11)

Build

  • fix generation issue when cross-compiling for Windows

v0.3.1 (2022-11-11)

Build

  • fix test call in release job

v0.3 (2022-11-11)

Build

  • vet only the program packages to avoid spurious error in the code generation files

Doc

  • document the code generation just a bit
  • improve documentation

Feat

  • codegenerate fields

Test

  • make 'make test' avoid the builder files as well

v0.2.2 (2022-11-10)

v0.2.1 (2022-11-10)

Feat

  • add imageID to AWS instances. How did I leave that out?

Fix

  • hide profile CLI flags

v0.2.0 (2022-10-25)

Build

  • Update releases to be public by default instead of draft

Doc

  • Add homebrew installation instructions

Feat

  • make 'version' a command instead of a flag
  • All 'log' mesages now go to stdout

Fix

  • fix bug in command line parsing of filters that resulted in everything being 'or'
  • improve logging in filter expressions

Test

  • add line filter tests

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.3.3

11 Nov 06:44
Compare
Choose a tag to compare

v0.3.2 (2022-11-11)

Build

  • fix generation issue when cross-compiling for Windows

v0.3.3 (2022-11-11)

Build

  • fix generation issue when cross-compiling

v0.3.1 (2022-11-11)

Build

  • fix test call in release job

v0.3 (2022-11-11)

Build

  • vet only the program packages to avoid spurious error in the code generation files

Doc

  • document the code generation just a bit
  • improve documentation

Feat

  • codegenerate fields

Test

  • make 'make test' avoid the builder files as well

v0.2.2 (2022-11-10)

v0.2.1 (2022-11-10)

Feat

  • add imageID to AWS instances. How did I leave that out?

Fix

  • hide profile CLI flags

v0.2.0 (2022-10-25)

Build

  • Update releases to be public by default instead of draft

Doc

  • Add homebrew installation instructions

Feat

  • make 'version' a command instead of a flag
  • All 'log' mesages now go to stdout

Fix

  • fix bug in command line parsing of filters that resulted in everything being 'or'
  • improve logging in filter expressions

Test

  • add line filter tests

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.2.2

10 Nov 18:07
Compare
Choose a tag to compare

v0.2.2 (2022-11-10)

v0.2.1 (2022-11-10)

Feat

  • add imageID to AWS instances. How did I leave that out?

Fix

  • hide profile CLI flags

v0.2.0 (2022-10-25)

Build

  • Update releases to be public by default instead of draft

Doc

  • Add homebrew installation instructions

Feat

  • make 'version' a command instead of a flag
  • All 'log' mesages now go to stdout

Fix

  • fix bug in command line parsing of filters that resulted in everything being 'or'
  • improve logging in filter expressions

Test

  • add line filter tests

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.2.1

10 Nov 17:53
Compare
Choose a tag to compare

v0.2.1 (2022-11-10)

Feat

  • add imageID to AWS instances. How did I leave that out?

Fix

  • hide profile CLI flags

v0.2.0 (2022-10-25)

Build

  • Update releases to be public by default instead of draft

Doc

  • Add homebrew installation instructions

Feat

  • make 'version' a command instead of a flag
  • All 'log' mesages now go to stdout

Fix

  • fix bug in command line parsing of filters that resulted in everything being 'or'
  • improve logging in filter expressions

Test

  • add line filter tests

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.2.0

25 Oct 22:05
Compare
Choose a tag to compare

v0.2.0 (2022-10-25)

Build

  • Update releases to be public by default instead of draft

Doc

  • Add homebrew installation instructions

Feat

  • make 'version' a command instead of a flag
  • All 'log' mesages now go to stdout

Fix

  • fix bug in command line parsing of filters that resulted in everything being 'or'
  • improve logging in filter expressions

Test

  • add line filter tests

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.1.0

25 Oct 15:07
Compare
Choose a tag to compare

v0.1.0 (2022-10-24)

Build

  • fix changelog repository URL capture
  • made packaging a lot better.
  • fix changelog generation path

Chore

  • upgrade github actions to current versions
  • update dependency versions
  • update to go 1.19
  • update dependencies

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering

v0.0.2

24 Oct 21:03
Compare
Choose a tag to compare

v0.0.2 (2022-10-24)

Build

  • tweak chglog path

v0.0.1 (2022-10-24)

Build

  • tweak make file to call go generate

Chore

  • update dependency versions
  • remove texter code
  • remove dead visitor code
  • replace package repo from template with actual repo
  • Merge branch 'version-upgrade'
  • Upgrade to golang 1.18

Docs

  • added initial README

Feat

  • add volumes and machine images
  • working line filters
  • more improvements to fields, including duplicate rejection
  • refactor field meta handling to support multiple values
  • unique now preserves account order.
  • get account and region in output
  • get program options into leaf nodes.
  • change how fields are handled
  • include/exclude fields based on command line argument.
  • experimental field output
  • improve error handling
  • dry up the code substantially.
  • ported to use channels instead of visitors.
  • Useful functionality around instances, snapshots, DNS
  • improve logging/output handling
  • initial commit

Fix

  • change name of the option group that handles command line output
  • display error message when command line doesn't parse
  • handle terminal colors on windows outside of Cygwin properly

Refactor

  • change program options handling.
  • change line keys
  • change logging init

Test

  • change a type to make tests work
  • add multiplatform tests in a separate workflow
  • add a basic test case for the program
  • change hooks

Wip

  • line filtering