Skip to content

Releases: ellisvalentiner/steampipe-plugin-weatherkit

v0.0.4

18 May 23:54
5506e66
Compare
Choose a tag to compare

Changelog

  • 58551c7 Merge pull request #42 from ellisvalentiner/dependabot/go_modules/github.com/hashicorp/go-hclog-1.6.1
  • e51208f Merge pull request #43 from ellisvalentiner/dependabot/github_actions/actions/setup-go-5
  • 6a74842 Merge pull request #44 from ellisvalentiner/dependabot/go_modules/github.com/hashicorp/go-hclog-1.6.2
  • 69bf1b2 Merge pull request #45 from ellisvalentiner/dependabot/github_actions/golangci/golangci-lint-action-4
  • 23fb59a Merge pull request #46 from ellisvalentiner/dependabot/go_modules/github.com/hashicorp/go-hclog-1.6.3
  • 99f488c Merge pull request #47 from ellisvalentiner/dependabot/github_actions/golangci/golangci-lint-action-5
  • 5506e66 Merge pull request #48 from ellisvalentiner/dependabot/github_actions/golangci/golangci-lint-action-6
  • d9d068e Update .goreleaser.yml (#32)
  • d578e21 Update .goreleaser.yml (#35)
  • c194286 Update .goreleaser.yml (#39)
  • 5c23126 chore(ci): fix dependabot builds
  • 7e1f847 chore(deps): bump actions/checkout from 3 to 4 (#38)
  • 150a6e8 chore(deps): bump actions/setup-go from 3 to 4 (#36)
  • 8fe782f chore(deps): bump actions/setup-go from 4 to 5
  • cadadc2 chore(deps): bump docker/login-action from 2 to 3 (#40)
  • 6cd84f5 chore(deps): bump github.com/hashicorp/go-hclog from 1.2.2 to 1.3.1 (#25)
  • a30f8ea chore(deps): bump github.com/hashicorp/go-hclog from 1.3.1 to 1.4.0 (#29)
  • c18f1f7 chore(deps): bump github.com/hashicorp/go-hclog from 1.4.0 to 1.5.0 (#37)
  • 4306ad9 chore(deps): bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.1
  • 1704dec chore(deps): bump github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2
  • d918f7b chore(deps): bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3
  • d1ea55a chore(deps): bump github.com/turbot/steampipe-plugin-sdk/v4 (#27)
  • ff28d95 chore(deps): bump github.com/turbot/steampipe-plugin-sdk/v4 (#28)
  • cd62072 chore(deps): bump github.com/turbot/steampipe-plugin-sdk/v4 (#31)
  • 58d2b0f chore(deps): bump github.com/turbot/steampipe-plugin-sdk/v4 (#33)
  • ba61041 chore(deps): bump github.com/turbot/steampipe-plugin-sdk/v4 (#34)
  • 7730386 chore(deps): bump golangci/golangci-lint-action from 3 to 4
  • 19d879c chore(deps): bump golangci/golangci-lint-action from 4 to 5
  • 860b510 chore(deps): bump golangci/golangci-lint-action from 5 to 6
  • 93591ee chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#30)
  • a5fde51 chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#41)
  • 641438f fix: lat lng should be floats not strings (#20)

v0.0.3

14 Oct 14:04
57257e2
Compare
Choose a tag to compare

Changelog

  • 57257e2 chore: update golang version to 1.19 (#26)

v0.0.2

13 Oct 14:09
4e9a9ba
Compare
Choose a tag to compare

Changelog

  • 193bf1f Merge pull request #23 from ellisvalentiner/dependabot/github_actions/actions/checkout-3
  • 4e9a9ba chore(ci): build --snapshot
  • c5a6ef1 chore(ci): workflow improvements
  • b1b04ba chore(deps): bump actions/checkout from 2 to 3
  • 1c719b4 chore(deps): upgrade steampipe plugin sdk to v4 (#24)

v0.0.1

29 Aug 21:33
fc512e0
Compare
Choose a tag to compare

Changelog

  • 13209e3 Bump github.com/turbot/steampipe-plugin-sdk/v3 from 3.3.1 to 3.3.2
  • bba045e Merge pull request #17 from ellisvalentiner/release/v0.1.0
  • 1eea184 Merge pull request #18 from ellisvalentiner/fix/interfaceToColumnValue-failed
  • e79e3d9 Merge pull request #19 from ellisvalentiner/refactor/common-method-for-weather-requests
  • 8dc8a2d Merge pull request #21 from ellisvalentiner/docs/configuration-using-env-vars
  • 94f6f87 Merge pull request #7 from ellisvalentiner/dependabot/go_modules/github.com/turbot/steampipe-plugin-sdk/v3-3.3.2
  • 7d73616 Merge pull request #8 from ellisvalentiner/feat/add-pregenerated-jwt-support
  • 7cef72e Merge pull request #9 from ellisvalentiner/fix/improve-bad-creds-messaging
  • 06432ca chore: update CHANGELOG
  • d73169b chore: update CHANGELOG and tag for release
  • fc512e0 chore: update CHANGELOG and tag for release (again)
  • ced97bd feat: add support for setting config using env vars #14
  • e1dcb06 feat: add support for using a pre-generated JWT for authorization
  • 6c2d9c1 fix(docs): reformat queries #16
  • 4413f22 fix(docs): token missing docs/index.md #13
  • 7b0432e fix(docs): update slack channel link #12
  • 93058e4 fix: empty control flow branch
  • 659e06d fix: interfaceToColumnValue failed for column 'moonset'
  • 5ba0e5a fix: missing config panics too soon #15
  • 107cb1b fix: more helpful error handling for invalid credentials
  • 994c80f initial commit
  • 5c18183 refactor: use a common method for all Weather data set requests