Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
232 lines (131 loc) · 9.88 KB

CHANGELOG.md

File metadata and controls

232 lines (131 loc) · 9.88 KB

2.4.3 (February 15, 2022)

Minimum required Control Plane version: v2.25.3.

Bug fixes:

  • Modifying repository_binding resource is not removing old resource: #159;

2.4.2 (February 3, 2022)

Minimum required Control Plane version: v2.25.3.

Documentation improvements:

  • Guide for setting up CP and deploy a sidecar: #156;

2.4.1 (January 5, 2022)

Minimum required Control Plane version: v2.25.3.

Bug fixes:

  • Terraform provider creates a new identity map instead of updating old one when state changes: #152;
  • Fixes issue about missing sidecar returning 500 error: #148;

2.4.0 (December 8, 2021)

Minimum required Control Plane version: v2.25.3.

Documentation improvements:

  • Remove wrong 'okta' reference: #135;
  • Update examples to use for_each instead of count: #137;
  • Fix wrong flattened resources in docs: #142;

Features:

  • Add CYRAL_TF_CONTROL_PLANE env var support: #139;

2.3.1 (November 19, 2021)

Minimum required Control Plane version: v2.25.3.

Bug fixes:

  • Fix image links: #133;

2.3.0 (November 19, 2021)

Minimum required Control Plane version: v2.25.3.

Bug fixes:

  • Fix documentation accordingly to Terraform standards: #131;

Features:

  • Add resource to manage sso groups to roles: #106;
  • Add docs reference to Okta IdP module: #129;
  • Add sidecar user endpoint: #132;

2.2.1 (November 12, 2021)

Minimum required Control Plane version: v2.25.0.

Bug fixes:

  • Fix IdP registration at CP-level: #128;

2.2.0 (November 4, 2021)

Minimum required Control Plane version: v2.25.0.

Bug fixes:

  • Fix cyclic dependency issue in SAML certificate data source: #121;

Deprecated resources:

  • cyral_integration_sso_* renamed to cyral_integration_idp_*

2.1.1 (October 21, 2021)

Minimum required Control Plane version: v2.24.0.

Bug fixes:

  • Remove unnecessary PreCheck from Terraform Provider Tests: #117;

2.1.0 (October 18, 2021)

Minimum required Control Plane version: v2.24.0.

Features:

  • Generic SAML integration and new SSO resources: #115;

2.0.1 (September 30, 2021)

Minimum required Control Plane version: v2.22.0.

Bug fixes:

  • Omitting access_duration in cyral_identity_map resulted in plan change on every plan: #111;

2.0.0 (September 24, 2021)

Minimum required Control Plane version: v2.22.0.

Backwards compatibility breaks:

  • Resource cyral_sidecar: changed parameters;
  • Data source cyral_sidecar_template: data source replaced by cyral_sidecar_cft_template and template restricted to Cloudformation.

Features:

  • Script to rotate service account secrets: #64;
  • Improve tooling: #92;
  • Resource Sidecar Credentials: #93;
  • Resource Repository Conf Analysis: #108;

1.2.2 (June 21, 2021)

Minimum required Control Plane version: v2.19.0.

Bug fixes:

  • Fix missing Helm3 support: fix missing helm 3 support in data source cyral_sidecar_template (#63);

1.2.1 (June 18, 2021)

Minimum required Control Plane version: v2.19.0.

Bug fixes:

  • Fix publishing issue: fix issue publishing binaries (#62);

1.2.0 (June 17, 2021)

Minimum required Control Plane version: v2.19.0.

Features:

  • Data Source SAML Certificate: added new data source to retrieve certificate (#60);
  • Docker Build: added new feature in makefile to allow docker build without requiring local Go environment (#61);
  • Resource Integration Hashicorp Vault: added new resource to support Hashicorp Vault integration (#58);
  • Resource Integration Pager Duty: added new resource to support Pager Duty integration (#56);

1.1.0 (April 23, 2021)

Minimum required Control Plane version: v2.17.0.

Features:

  • Resource Integration Slack Alerts: added new resource to support Slack Alerts integration (#43);
  • Resource Integration Microsoft Teams: added new resource to support Microsoft Teams integration (#44);
  • Resource Repository Local Account: added new resource to support repositories local accounts (#46);
  • Resource Integration Okta: added new resource to support Okta integration (#47);
  • Resource Repository Configuration Authentication: added new resource to support repository configuration authentication (#48);
  • Data Source Sidecar Template: added new data source to support sidecar templates (#50);
  • Resource Identity Map: added new resource to support identity maps (#51);

Improvements:

  • Increase Test Coverage: defined standards and increased the test coverage. (#41);

1.0.0 (March 26, 2021)

Minimum required Control Plane version: v2.17.0.

Features:

  • Resource Sidecar: added new resource to support sidecars (#23);
  • Resource Datamap: added new resource to support datamaps (#24);
  • Resource Repository Binding: added new resource to support binding repositories to sidecars (#25);
  • Resource Policy: added new resource to support policies (#26);
  • Resource Policy Rule: added new resource to support policy rules (#28);
  • Resource: Datadog Integration: added new resource to support Datadog integration (#30);
  • Resource ELK Integration: added new resource to support ELK integration (#31);
  • Resource Splunk Integration: added new resource to support Splunk integration (#33);
  • Resource Sumo Logic Integration: added new resource to support Sumo Logic integration (#34);
  • Resource Logstash Integration: added new resource to support Logstash integration (#35);
  • Resource Looker Integration: added new resource to support Looker integration (#36).

Improvements:

  • Replace repo ID property: replaced repository identification in the state file from name to id. (#22);

0.2.0 (February 24, 2021)

Features:

  • Terraform Plugin SDK v2: migration to Terraform Plugin SDK v2 and support for Terraform v0.12 to v0.14 (#21).

Improvements:

  • API Port: Removed control_plane_api_port and added this information to the existing control_plane parameter. (#20);
  • Unit tests: added unit tests for config.go (#8);

0.1.0 (May 15, 2020)

Features:

  • Terraform import: added support for terraform import statement for repository resource (#8).

0.0.2 (May 2, 2020)

Bug fixes:

  • Error handling: fixed bug in error handling (#5).

0.0.1 (May 2, 2020)

Features:

  • Provider with Repository: draft provider and repository resource (#1, (#2)).