What's Changed
Potentially Breaking Changes
- API Keys: Allow for updates to allowed fields by @briankassouf in #158
** API Keys are now marked as sensitive (see PR 169 for docs info) - Fix: Do not allow empty lists to be configured to keep state consistent between Create and Read by @briankassouf in #172
** Empty lists are not supported in the TF Provider
User Facing Changes
- Move to using the enums in the cloud apis by @anekkanti in #156
- Use a case insensitive plan modifier for the namespace search attribute type field by @anekkanti in #171
- Better rate limit support. Increase the jitter on the retry interceptor. by @anekkanti in #174
- Namespace Resource: Improve diagnostics handling by @briankassouf in #179
- Service Account Resource: improve handling of diagnostics object by @briankassouf in #181
- Error out on search attribute type change by @anekkanti in #175
- Testing: Add basic schema.ValidateImplementation unit testing by @briankassouf in #184
- updated documentation for the API Key token field to indicate it's sensitive by @jlacefie in #169
- added description notes for user and service accounts to indicate admin and owner behavior by @jlacefie in #166
- Initial Contributing.MD by @jlacefie in #154
- Update docs to denote CA Certs are optional if using API Key on a Namespace and add more Import docs by @jlacefie in #160
Internal Changes
- Add action that rotate internal GH apikeys by @anekkanti in #153
- Update all go modules by @anekkanti in #161
- Update CODEOWNERS by @briankassouf in #173
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #178
- Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #170
New Contributors
- @briankassouf made their first contribution in #158
Full Changelog: v0.0.14...v0.0.15