Skip to content

Releases: goblet/goblet

0.13.3

02 May 16:00
199f208
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.2...0.13.3

0.13.2

28 Apr 22:50
7264f89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.1...0.13.2

0.13.1

18 Mar 16:25
8d32627
Compare
Choose a tag to compare

What's Changed

  • Register nested handlers correctly by @anovis in #484

Full Changelog: 0.13.0...0.13.1

0.13.0

09 Jan 15:16
b644efa
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Alerts:
Before

app.alert(
    "metric",
    conditions=[
        MetricCondition(
            "test",
            metric="cloudfunctions.googleapis.com/function/execution_count",
            value=10
        )
    ],
)

New

from goblet.alerts import BackendAlert

metric_alert = BackendAlert(
    "metric",
    conditions=[
        MetricCondition(
            "test",
            metric="cloudfunctions.googleapis.com/function/execution_count",
            value=10
        )
    ],
)
app.alert(metric_alert)

Full Changelog: 0.12.5...0.13.0

0.12.5

04 Dec 14:38
e131f5c
Compare
Choose a tag to compare

What's Changed

New Resources

  • [infra] - bqsparkstoredprocedure
  • [handler] - uptime

New Contributors

Full Changelog: 0.12.4...0.12.5

0.12.4

13 Nov 16:36
2be1a90
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.3...0.12.4

0.12.3

01 Nov 19:13
227c05e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.2...0.12.3

0.12.2

19 Oct 13:58
8e9a2f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.1.1...0.12.2

0.12.1.1

22 Sep 13:50
ce1dedc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.1...0.12.1.1

0.12.1

21 Sep 18:15
2c29389
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • explicit difference in configuration keys cloudfunction and cloudfunction_v2 in config.json
  • move artifact_tag and artifact_registry from cloudbuild key to deploy key in config.json

Full Changelog: 0.12.0...0.12.1