Skip to content

Releases: Azure/buffalo-azure

v0.1.6

12 Jul 01:16
bfb23d5
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • Fixing round-tripping bug with docker-related parameters.
  • Adopting github.com/sirupsen/logrus instead of using the standard library for logging.

v0.1.5

10 Jul 00:38
16c74df
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Adding support for private registries
  • Add plugin-specific logic for adding eventgrid import statements.
  • Adding integration with buffalo project's .env file.
  • Defer creation of resource group until immediately before creating and ARM deployment.

v0.1.4

27 Jun 23:42
578d16f
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Matching Buffalo parameter names and saving parameters/templates that were used.

v0.1.3

18 Jun 21:42
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Updating install instructions

v0.1.2

18 Jun 19:03
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Adding eventgrid logging.

v0.1.1

12 Jun 22:11
0cb97d2
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
Spitting out useful links after completion. (#52)

Fixes #50

v0.1.0

31 May 21:51
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

experimental provision command

v0.0.4

11 May 17:50
934514a
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Mutates a Buffalo application's app.go file to register the Event Grid subscriber.

v0.0.3

09 May 22:56
d503b69
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

First release with the ability to run:

buffalo generate eventgrid mytarget GitHub.Repo.Push:github.com/Azure/mirrorcat.PushEvent

However, it only adds a Subscriber definition to your actions package. It does not yet update your application definition.

v0.0.2

03 May 16:27
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Moving the Event Grid SDK to separate the actual HTTP response duty from the Event Grid handlers.