Skip to content

Releases: reiki4040/rnzoo

v0.6.1

03 Jan 02:54
0f8dca6
Compare
Choose a tag to compare

Changelog

  • 0f8dca6 Merge pull request #63 from reiki4040/fix/actions-envvar
  • a9cc4b7 fixed use GITHUB_TOKEN default.
  • 606e7ee Merge pull request #62 from reiki4040/fix/run-ipv6-disabled
  • ce86182 fixed nil pointer access when ipv6 disabled in rnzoo run
  • 806546e Merge pull request #61 from reiki4040/update/202301
  • cd2d6d4 go get -u
  • 3c1f257 updated
  • c5d7d55 Merge pull request #60 from reiki4040/upgrade/github-actions
  • 627d6bc upgrade github actions and goreleaser
  • f2266d6 Merge pull request #59 from reiki4040/update/libs-202302
  • 657664a upgrade go 1.20
  • 903cae7 go get -u
  • d306c7a Merge pull request #58 from reiki4040/mod/cli-lib
  • 221ab52 fixed App error handling
  • 71bd891 fixed error exit
  • a7747b6 Merge pull request #57 from reiki4040/upgrade/aws-sdk-go-v2
  • b4ac2d8 fixed context.TODO() with cli context.
  • 5a57b59 fixed failed error if cstore (local cache) return err.
  • a584fa3 set subcommand category.
  • bfbba5c migrated option short name.
  • 9a1ab1f migrated cli lib codegangsta/cli to urfave/cli/v2
  • 2752169 go mod tidy
  • 65ce816 migrated cloudwatch to aws-sdk-go-v2
  • fb3f868 migrated ec2 to aws-sdk-go-v2
  • 57272ec Merge pull request #56 from reiki4040/fix/publicip-output
  • 75da513 fixed PublicIp is empty in output template.
  • 65a08e6 Merge pull request #55 from reiki4040/support/userdata
  • 2af47d0 updated skeleton.
  • 2d8333b added UserData.
  • 842f5ba Merge pull request #54 from reiki4040/upgrade/something
  • 55b1abc upgrade go version in workflow
  • a27abb4 added makefile for goreleaser local
  • 03c6379 removed .gitignore entries that not this repository generated files.
  • 3ab9e1b upgrade go.mod
  • 02b37b8 updated github workflow and go version and goreleaser.
  • 17f8820 Merge pull request #53 from reiki4040/update/readme
  • 22faf79 added subcommand tag to README
  • f3480b0 updated brew install command.

v0.6.0

13 Feb 15:19
2cebf9c
Compare
Choose a tag to compare

Changelog

2cebf9c Merge pull request #52 from reiki4040/migrate/gorelease_githubactions

0.6.0-dev2

28 Feb 14:48
0c3b0bb
Compare
Choose a tag to compare
[feature]
- EBS tagging
- support placement group

[internal]
- go1.10

0.6.0-dev1

01 Aug 14:53
Compare
Choose a tag to compare
Merge pull request #43 from reiki4040/feature/specify_launch_block_name

Feature/specify launch by config name

0.6.0-dev3

05 Feb 14:54
Compare
Choose a tag to compare
Merge pull request #39 from reiki4040/0.5.0-dev

0.5.0 dev

0.5.0

06 Apr 13:20
Compare
Choose a tag to compare
[new subcommands]
- added short subcommand names
- type: modify instance type
- run: run new instance
- terminate: terminate instance
- price: show billing from CloudWatch
- move-eip: move EIP to other instance (attach-eip --move instead to move-eip)

[feature]
- ls show IPv6
- confirm/withtout confirm option (breaking change default)

[modified]
- modified show version format

[internal]
- Go 1.8
- updated libraries latest version (glide up)

0.5.0-dev6

03 Apr 14:44
Compare
Choose a tag to compare
Merge pull request #38 from reiki4040/mod/skeleton

modified output template skeleton

0.5.0-dev5

23 Mar 11:22
Compare
Choose a tag to compare
[fix]
- fixed multi security group
- some typo

0.5.0-dev4

21 Mar 14:10
Compare
Choose a tag to compare

[feature]

  • ls show IPv6
  • run support IPv6
  • start, stop, type do confirming with --confirm option

[breaking changes]

  • attach-eip --move replace to move-eip subcommand
  • detach-eip default do confirming

[internal]

  • improved release scripts

v0.5.0-dev2

19 Mar 03:00
Compare
Choose a tag to compare

[feature]

  • run new ec2 instance