Skip to content

Commit

Permalink
resolve conflicts with main
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed Oct 30, 2023
2 parents caea184 + be64448 commit 1db6409
Show file tree
Hide file tree
Showing 58 changed files with 1,363 additions and 968 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: push
on:
push:
paths-ignore:
- 'website/**'
- 'CHANGELOG.md'

permissions:
# Permission for checking out code
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/go-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Go checks
on:
push:
paths-ignore:
- 'website/**'
- 'CHANGELOG.md'
jobs:
go-checks:
# using `main` as the ref will keep your workflow up-to-date
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ FEATURES:
* BUGS:
* Fix panic when reading `client_secret` from a public oidc client ([#2048](https://github.com/hashicorp/terraform-provider-vault/pull/2048))
* Add support for `custom_metadata` on `vault_namespace`: ([#2033](https://github.com/hashicorp/terraform-provider-vault/pull/2033))
* Add support for `OCSP*` role fields for the cert auth resource: ([#2056](https://github.com/hashicorp/terraform-provider-vault/pull/2056))

BUGS:
* Fix panic when reading `client_secret` from a public oidc client ([#2048](https://github.com/hashicorp/terraform-provider-vault/pull/2048))
* Fix API request missing `roles` field for `mongodbatlas_secret_role` resource ([#2047](https://github.com/hashicorp/terraform-provider-vault/pull/2047))
* Fix bug when updating vault_azure_secret_backend_role: ([#2063](https://github.com/hashicorp/terraform-provider-vault/pull/2063))
* Fix audience string ordering for `auth_login_gcp` causing GCE auth to fail ([#2064](https://github.com/hashicorp/terraform-provider-vault/pull/2064))

IMPROVEMENTS:
* Updated dependencies: ([#2038](https://github.com/hashicorp/terraform-provider-vault/pull/2038))
Expand Down
127 changes: 0 additions & 127 deletions generated/datasources/transform/decode/role_name_test.go

This file was deleted.

127 changes: 0 additions & 127 deletions generated/datasources/transform/encode/role_name_test.go

This file was deleted.

94 changes: 0 additions & 94 deletions generated/resources/transform/alphabet/name_test.go

This file was deleted.

Loading

0 comments on commit 1db6409

Please sign in to comment.