Skip to content

Releases: gomicro/flow

v0.1.2

18 Nov 20:59
4ca57e6

Choose a tag to compare

  • ADDED - New set command for aws secrets to set and create secret values
  • ADDED - New profile command with tab completion to set the current profile from the local config
  • FIXED - Corrected a typo in the unified postgres connection string

v0.1.1

28 May 07:15
94e4f03

Choose a tag to compare

  • ADDED - New asm command to aws for interactions with Amazon Secrets Manager
  • ADDED - New list command to asm to list all secrets available
  • ADDED - New get command to asm to retrieve the secret value or an id, also has minimal ability to index into the returned value if it is a json object
  • CHANGED - the AWS client to use the local systems config for AWS communications, this makes it work more readily with AWS SSO and multiple profiles
  • SECURITY - Updated the build to use Go 1.18

v0.1.0

16 Apr 20:06
7d79d2a

Choose a tag to compare

  • ADDED - New auth command to get credentials and execute the result
  • CHANGED - Moved old auth command to get-auth
  • SECURITY - Upgraded build to latest Go 1.16 to address compiler vulnerabilities

v0.0.6

07 Feb 22:56
5844bda

Choose a tag to compare

ADDED - s3 sync command for syncing local files to a S3 bucket
FIXED - unaddressed errors
FIXED - broken release due to Github Actions security changes

v0.0.5

21 Jun 10:02
d3260be

Choose a tag to compare

  • ADDED - completion command for generating shell tab completions
  • ADDED - ecs update command for updating an existing task definition
  • ADDED - ecs run command for running a task definition
  • FIXED - bug with specified region to use (#16)

v0.0.4

17 Mar 22:22
a64ed14

Choose a tag to compare

  • FIXED - aws ecr auth failing if no registry IDs were provided

v0.0.3

13 Mar 22:18
0234f89

Choose a tag to compare

  • ADDED - you can now include registry IDs to auth against when logging into ECR
  • CHANGES - release binary downloads to have consistent names between releases

v0.0.2

25 Feb 10:40
fa0f49d

Choose a tag to compare

ADDED - commdand to check and create ECR repo if it does not exist

v0.0.1

25 Feb 00:38
9aa12da

Choose a tag to compare

  • ADDED ability to auth with the default ECR associated with AWS credentials from the environment
  • ADDED automated releases of precompiled binaries