Skip to content

Latest commit

 

History

History
743 lines (318 loc) · 23.3 KB

CHANGELOG.md

File metadata and controls

743 lines (318 loc) · 23.3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.1.0 (2019-10-04)

Features

8.0.0 (2019-09-11)

Bug Fixes

  • failed to create a user: Unable to map property external (11f7d93), closes #168

Code Refactoring

Features

  • support to get stream rule types (1edca44)

BREAKING CHANGES

  • change Endpoints's method signatures

7.1.0 (2019-08-31)

Features

7.0.1 (2019-08-31)

Bug Fixes

  • make ldap password opitional (7cad195)
  • remove "omitempty" from bool fields (c812591), closes #157

7.0.0 (2019-08-27)

Features

  • remove resource from state file if resource isn't found (183e1ad), closes #154
  • upgrade Golang to v1.12.9 (68997ad)

BREAKING CHANGES

  • remove the resource from the Terraform state file if it is failed to get the resource by refresh

AS-IS: Raise an error if it is failed to get the resource by terraform refresh

TO-BE: if it is failed to get the resource by terraform refresh and the response status code is 404, remove the resource from Terraform state file

6.1.5 (2019-08-15)

Features

6.1.4 (2019-08-15)

Bug Fixes

  • remove "omitempty" from repeat_notifications (7f1c779), closes #147

6.1.3 (2019-07-31)

6.1.3-0 (2019-07-31)

Bug Fixes

  • build the binary with the environment variable CGO_ENABLED=0 (68ba03f), closes #144

6.1.2 (2019-07-28)

Bug Fixes

  • set the field "repeat_notifications" when read alert_condition (911a62c)

6.1.1 (2019-07-27)

Bug Fixes

  • fix how to set the value to terraform's TypeMap field (0ed09aa), closes #139
  • set the value to TypeMap even if the length of map is 0 (4bde3df)

6.1.0 (2019-07-07)

Features

  • allow to customize *http.Client (37c6b02)

5.0.0 (2019-07-04)

Code Refactoring

BREAKING CHANGES

  • signatures of Client methods change

4.1.0 (2019-07-04)

Features

  • support to update the positions of dashboard widgets (3a9963f), closes #20

4.0.0 (2019-07-03)

Features

  • add graylog_dashboard_widget resource (ebf7443)
  • support terraform resource graylog_dashboard_widget (6188000), closes #20
  • support update dashboard cache time and description API (6be8303)
  • support update dashboard widget API (11ce42f)

BREAKING CHANGES

  • the type of DashboardWidget and Widget.Config change

3.3.0 (2019-06-27)

Features

3.2.0 (2019-06-26)

Features

  • add a "static_fields" to Input (79123e5), closes #118

3.1.0 (2019-06-21)

Features

  • add the data source of graylog_stream (465e4a1), closes #113

3.0.0 (2019-06-21)

Code Refactoring

  • replace the package mockserver to graylog-mock-server (cbb3545), closes #114

BREAKING CHANGES

  • remove the package mockserver

https://github.com/suzuki-shunsuke/graylog-mock-server

2.6.0 (2019-06-20)

Features

  • support data source of graylog_index_set (d4ad234), closes #110

2.5.0 (2019-05-25)

Features

2.4.0 (2019-05-23)

Bug Fixes

  • fix Extractor API (b865d5e)
  • fix Extractor API and add tests (dc5ecfd)

Features

2.3.3 (2019-05-20)

Bug Fixes

  • make some terraform resource fields's ForceNew true (2ad4551), closes #101

2.3.2 (2019-05-19)

Bug Fixes

  • add the input type InputTypeRawKafka (83132bd), closes #73

2.3.1 (2019-05-19)

Bug Fixes

2.3.0 (2019-05-19)

Features

  • add the field "field_type_refresh_interval" to IndexSet (ab45d2d), closes #92

2.2.0 (2019-05-19)

Bug Fixes

  • add graylog_pipeline_connection resource (c29afd5)
  • remove sync_pipelines (6486d68)

Features

  • add the parameter api_version to support v3 (ab5fa4f)
  • support Plugins/Pipelines/Connections API (5ac0342), closes #91

2.1.0 (2019-05-18)

Features

  • support Plugins/Pipelines/Pipelines API (7be7523), closes #67

2.0.1 (2019-05-18)

Bug Fixes

2.0.0 (2019-05-09)

2.0.0-5 (2019-04-29)

Bug Fixes

2.0.0-4 (2019-04-11)

Bug Fixes

  • add repeat_notifications to terraform's alert condition resource (d7fbb04), closes #82

2.0.0-3 (2019-04-11)

Features

  • support terraform import of Alert Condition (45ac871), closes #55

2.0.0-2 (2019-04-10)

2.0.0-1 (2019-04-10)

2.0.0-0 (2019-04-10)

Features

  • migrate terraform AlertCondition resource (23dc1eb), closes #76

1.4.0 (2019-02-27)

Features

1.3.2 (2019-01-27)

Bug Fixes

  • fix error handling of terraform provider (985dc90)

1.3.1 (2019-01-26)

Bug Fixes

  • handle error of terraform resource read (4719ba3), closes #63

1.3.0 (2019-01-25)

Features

  • support terraform import of stream rule (c68778a), closes #57

1.2.0 (2019-01-25)

Features

  • support terraform import of alarm callback (baee116), closes #56

1.1.1 (2019-01-08)

Bug Fixes

  • fix terraform resource_role (dda5782)

1.1.0 (2018-12-31)

Features

  • support alram callbacks (dfd4f8e)

1.0.0 (2018-12-30)

1.0.0-0 (2018-12-30)

Bug Fixes

  • change AlertConditionParameter to interface (69daf46)
  • fix resource_alert_condition (fa70c3a)
  • fix resource_alert_condition's arguments (6c05135)
  • fix resource_alert_condition's parameters (b029d5b)

Features

  • add GeneralAlertConditionParameters (3419450)
  • support Alert Condition API (91238a3)

0.12.1 (2018-12-23)

Bug Fixes

  • make index set prefix force new (07c24b9)

0.12.0 (2018-12-03)

Features

  • support terraform resource stream_rule (65b921b)

0.11.0 (2018-12-02)

Bug Fixes

  • support the custom header "X-Requested-By" (ff66bf1), closes #42

0.10.0 (2018-11-06)

Bug Fixes

  • fix UpdateLDAPSetting and terraform ldap_setting provider (7883a76)

Features

  • support LDAP Groups API (efb9a96)

BREAKING CHANGES

    • remove LDAPSettingUpdateParams
  • make some ldap_setting terraform resource's parameter required

0.9.0-0 (2018-11-05)

Bug Fixes

  • fix dashboard widget API (42314db)

BREAKING CHANGES

  • change Widget.CacheTime's type

0.8.0 (2018-11-03)

Features

  • support create and delete and get dashboard widget API (38670a6)

0.7.0 (2018-09-09)

Bug Fixes

  • fix collector configuration client and mockserver (e70a6ae)
  • give up support of some terraform resources (b84d574)
  • make collector configuration output properties interface (cd7e69a)

Features

  • client: support Collector Configuration APIs (b236665)
  • mockserver: support collector configuration APIs (4182322)
  • mockserver: support collector configuration input APIs (cfded83)
  • mockserver: support collector configuration output APIs (be0d622)
  • mockserver: support collector configuration snippet APIs (9419321)
  • terraform: support collector configuration (d05bd78)

0.6.1 (2018-09-04)

Bug Fixes

  • make LDAP Setting's user password sensitive (7ca7177)
  • client: fix wrong usage of net/http.Request#WithContext (224a6ca)

0.6.0 (2018-09-03)

Bug Fixes

  • make ldap setting's default group computed and add docs (b4ba47b)

Features

  • implement LDAP Setting API's client (8cfd1e3)
  • implement mockserver of LDAP Setting API (3e0b18d)
  • implement terraform provider resource of LDAP Setting (a12a493)

0.5.1 (2018-08-18)

Bug Fixes

  • fix terraform provider's user resource (9740b33)

Features

  • improve client's error message (95f0f8f)

0.5.0 (2018-08-05)

Features

  • support GET Alarm Callbacks API (7d69c91)

0.4.2 (2018-08-05)

Bug Fixes

  • mockserver: fix store of stream rule (fe1b391)

0.4.1 (2018-08-05)

Bug Fixes

  • change schema type from List to Set (24cacf1)

0.4.0 (2018-08-05)

Bug Fixes

  • fix schema.Type from List to Set (7b89520)

Features

  • add dashboard resource to terraform provider (8392828)
  • support Dashboard API (cd1ec3c)

0.3.0 (2018-08-04)

Features

  • support GET Alert and Alerts API (88f8c83)

0.2.0 (2018-07-16)

Features

  • support GET Alert Conditions API (a35b7f5)

0.1.4 (2018-07-02)

Bug Fixes

  • failed to read index set's data at terraform import (de6bb73)

0.1.3 (2018-07-01)

Bug Fixes

  • failed to import input's attributes by Read (d096650)

0.1.2 (2018-07-01)

0.1.1 (2018-07-01)

0.1.0 (2018-04-29)