Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to 0ver (more or less).

v0.2.3 - 2022-03-07

Added

  • Support for recipients through new updown_recipient resources
  • Lint tests as part of the CI pipeline

Changed

  • Replaced deprecated schema.ImportStatePassthrough with schema.ImportStatePassthroughContext
  • Bumped goreleaser to v1.6.1

Deprecated

  • updown_webhook are being replaced by updown_recipient resources

v0.2.2 - 2021-08-31

Added

  • New updown_webhook resource to manage webhooks configuration
  • Automatically generated & enhanced documentation

Changed

  • Switched libs to github.com/hashicorp/terraform-plugin-sdk instead of formerly github.com/hashicorp/terraform
  • Upgraded to go 1.17
  • Bumped dependencies to their latest versions
  • Replaced Drone with GitHub actions

v0.2.1 - 2020-09-11

Added

  • gosec tests
  • binary releases for windows, darwin & linux - (386, amd64 & arm64)

Changed

  • Upgraded to go 1.15
  • Upgraded to terraform 0.13.2

0.2.0 - 2019-05-27

Added

  • new data resource : updown_nodes returns the list of testing nodes ipv4 and ipv6 addresses
  • new resource : updown_check creates a check
  • Makefile
  • CI
  • License