Skip to content

Commit 2a03419

Browse files
authored
docs: Update Release Notes (#156)
1 parent ad0ac46 commit 2a03419

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
# v0.30.3
2+
3+
ENHANCEMENTS:
4+
5+
- **Credentials** Updated credentials to support [Write-only arguments](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments) please note these are only supported in Terraform 1.11 and later.
6+
7+
FIX:
8+
9+
- **Credentials** Removed inconsistent value of ID from credential resources resulting in an invalid result object after apply.
10+
111
# v0.30.2
212

313
ENHANCEMENTS:
414

515
- **Refactored Member and Participant Resources** - Updated `seqera_organization_member`, `seqera_team_member`, and `seqera_workspace_participant` resources to use the new `PaginatedSearch` helper. This refactoring ensures consistent pagination behavior across all membership resources ensuring that in large organizations all resources work as intended.
616

7-
817
# v0.30.1
918

1019
FIX:
@@ -23,11 +32,8 @@ FIX:
2332

2433
- **Organization Member Role Validation** - Fixed role validation for `seqera_organization_member` resource. The valid roles are now correctly set to: owner, member, view. Previously incorrectly allowed "collaborator" which is not a valid organization role.
2534

26-
2735
# v0.30.0
2836

29-
30-
3137
FEATURES:
3238

3339
- **New Resource:** `seqera_workspace_participant` - Manage workspace participants with role assignment. Supports adding organization members to workspaces with roles: owner, admin, maintain, launch, or view.
@@ -42,10 +48,10 @@ FEATURES:
4248
- **New Data Source:** `seqera_pipeline_secret` - Look up pipeline secret by name. Returns secret details including secret_id and timestamps.
4349
- **New Data Source:** `seqera_organization` - Look up Organization by name. Returns Organization details including org_id, full_name, description
4450

45-
4651
ENHANCEMENTS:
4752

4853
- **Resource Import Support**: All new resources support import via composite IDs:
54+
4955
- `seqera_organization_member`: `org_id/email`
5056
- `seqera_workspace_participant`: `org_id/workspace_id/email`
5157
- `seqera_team_member`: `org_id/team_id/email`
@@ -69,7 +75,6 @@ FIX:
6975
- **Kubernetes Credentials** - Fixed critical issue where authentication fields (`token`, `certificate`, `private_key`) were not being sent in API requests, causing credential creation to fail. Added internal `keyType` field to SDK models to enable proper code generation while keeping it hidden from Terraform schema and documentation.
7076
- **SSH Credentials** - Improved implementation by hiding internal `key_type` field from Terraform schema and documentation while maintaining correct API request generation. This field is now only present in SDK models for code generation purposes.
7177

72-
7378
# v0.26.4
7479

7580
FIX:

0 commit comments

Comments
 (0)