Skip to content

Commit

Permalink
Revert convert to esm (#544)
Browse files Browse the repository at this point in the history
* Revert "update got dependency and convert to esm module (#533)"

This reverts commit 77efb36.

* keep new local test file changes

* keep changes to PR template

* update changelog
  • Loading branch information
fairclothjm authored Apr 15, 2024
1 parent ee41aa2 commit 66531b2
Show file tree
Hide file tree
Showing 39 changed files with 16,503 additions and 14,394 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
## Unreleased

Improvements:

* chore(deps): bump jsonata from 2.0.3 to 2.0.4 [GH-531](https://github.com/hashicorp/vault-action/pull/531)
* chore(deps): bump got from 11.8.6 to 14.2.1 [GH-533](https://github.com/hashicorp/vault-action/pull/533)
* convert project from common js to an esm module [GH-533](https://github.com/hashicorp/vault-action/pull/533)

Features:

* `secretId` is no longer required for approle to support advanced use cases like machine login when `bind_secret_id` is false. [GH-522](https://github.com/hashicorp/vault-action/pull/522)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.PHONY: local-test
local-test:
docker compose down; docker-compose up -d vault && act workflow_dispatch -j local-test
docker compose down; docker-compose up -d vault && act workflow_dispatch -j local-test -W .github/workflows/local-test.yaml
Loading

0 comments on commit 66531b2

Please sign in to comment.