takus / fluent-plugin-ec2-metadata

Fluentd output plugin to add Amazon EC2 metadata into messages
Other
44 stars 28 forks source link

Release 0.1.0 #34

Closed cosmo0920 closed 7 years ago

cosmo0920 commented 7 years ago

Related to #33 .

cosmo0920 commented 7 years ago

@takus Could you release new version and yank 0.0.16? These task will solve issue #33.

takus commented 7 years ago

@cosmo0920 Thank you very much. I did that.

$ bundle exec rake release
fluent-plugin-ec2-metadata 0.1.0 built to pkg/fluent-plugin-ec2-metadata-0.1.0.gem.
Tagged v0.1.0.
Pushed git commits and tags.
Pushed fluent-plugin-ec2-metadata 0.1.0 to rubygems.org.

$ bundle exec gem yank fluent-plugin-ec2-metadata -v 0.0.16
Yanking gem from https://rubygems.org...
Successfully deleted gem: fluent-plugin-ec2-metadata (0.0.16)

The result is:

image

cosmo0920 commented 7 years ago

Awesome! Thank you!!