Commit Graph

45 Commits

Author SHA1 Message Date
John-Michael Faircloth
b477844b5f Prepare for v2.8.1 release (#527) 2024-02-15 11:38:07 -06:00
John-Michael Faircloth
9f522b8598 Update to v2.8.0 (#519) 2024-02-01 08:48:51 -06:00
John-Michael Faircloth
efab57ede0 feature: add ignoreNotFound option (#518)
* add ignoreNotFound option

* update README
2024-02-01 08:42:56 -06:00
John-Michael Faircloth
e3d5714d59 Update to v2.7.5 (#517) 2024-01-30 16:42:42 -06:00
Jean-François Roche
6853090cd9 Use nodejs 20 (#509)
Node 16 has reached its end of life

More details here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2023-12-22 09:34:55 -05:00
John-Michael Faircloth
affa6f04da Update to v2.7.4 (#499) 2023-10-26 09:47:04 -05:00
John-Michael Faircloth
cb841f2c86 Update to v2.7.3 (#479) 2023-07-13 14:21:01 -05:00
John-Michael Faircloth
65d7a12a80 Update to v2.7.2 (#475) 2023-07-06 11:42:20 -05:00
John-Michael Faircloth
e926631bb2 Update to v2.7.1 (#472)
* Update to v2.7.1

* update changelog
2023-07-03 11:09:52 -05:00
Robert
357cb9c034 Update to v2.7.0 (#468) 2023-06-21 14:23:47 -05:00
John-Michael Faircloth
b9f4d16071 fix secrets stored in json format (#466)
* fix secrets in json format

* fix actionlint

* add more comments and docs

* revert build.yml test

* add test for json

* fix selector

* fix e2e test

* fix e2e test 2

* remove test

* remove isNaN check

* update changelog
2023-06-21 11:55:50 -05:00
John-Michael Faircloth
bb61006b6d Update to v2.6.0 (#458) 2023-06-07 15:40:06 -05:00
Max Wagner
1f5b7d55d8 Set output for the error message (#446)
* Set output for the error message

In the event vault-action throws an error, the error message is
sent to the workflow log when with core.setFailed, but that output
is not accessible to other steps in the workflow.

This change sets an output for the error message, called errorMessage,
than can be read by other steps within the workflow and parsed.

* Add hashicorp/vault-action#446 to improvements in CHANGELOG
2023-05-19 09:21:14 -04:00
Sai Pranav
1d767e3957 Add userpass auth and ldap auth support (#440)
* fix(auth): added approle test in basic integration

* feat(auth): adding userpass and and ldap auth

* chore(changelog): added support for userpass and ldap auth
2023-03-31 17:58:12 -05:00
Austin Gebauer
130d1f5f4f Update to v2.5.0 (#419) 2023-01-26 13:40:24 -08:00
Austin Gebauer
8fa61e9099 Update to v2.4.3 (#395) 2022-11-08 15:23:50 -08:00
vinay-gopalan
32d00a142f update changelog (#386) 2022-10-24 16:46:21 -07:00
vinay-gopalan
7d98524254 Update to v2.4.2 (#357) 2022-08-15 11:56:52 -07:00
Tom Proctor
ae2f303e37 Bump got to 11.8.5 (#344) 2022-06-29 17:34:59 +01:00
Tom Proctor
55a11671e0 Retry on 412 status codes (#333)
* Retry on 412 status codes
* Add retry tests
2022-06-29 12:55:26 +01:00
Tom Proctor
abba4a3980 Update to v2.4.1 (#317) 2022-04-28 16:20:56 +01:00
Tom Proctor
e025870ee9 changelog++ 2022-04-28 11:29:22 +01:00
Tom Proctor
b222012f94 changelog++ 2022-04-26 13:08:02 +01:00
Tom Proctor
4679f8aa3c changelog++ 2022-04-07 15:35:48 +01:00
Tom Proctor
25c4aec690 changelog++ 2022-04-07 14:11:27 +01:00
Theron Voran
61dd38f491 Update to v2.4.0 (#270) 2021-10-21 11:14:14 -07:00
Gary Frederick
168f9696e8 changelog++ 2021-10-08 10:06:23 -07:00
Theron Voran
b8c90c7243 changelog++
fix release date
2021-08-23 08:39:55 -07:00
Theron Voran
d5a69ceca1 Update to v2.3.1 (#242) 2021-08-23 08:36:01 -07:00
Theron Voran
0451f06f9f Update to v2.3.0 (#231) 2021-06-23 14:03:57 -07:00
Jason O'Donnell
09740f679f changelog++ 2021-06-03 11:01:06 -04:00
Jason O'Donnell
0723fd7348 Update to v2.2.0 (#214) 2021-05-06 13:51:05 -04:00
Jason O'Donnell
f3a53220d9 changelog++ 2021-05-06 13:24:09 -04:00
Tom Proctor
3526e1be65 Mask each line of multi-line secrets (#208)
* Mask each line of multi-line secrets

* Don't include carriage return characters in masking

* Update CHANGELOG.md
2021-05-05 11:54:07 +01:00
Jason O'Donnell
f60544fbda changelog++ 2021-05-04 09:02:26 -04:00
Jason O'Donnell
5e5c06a3c8 Update to v2.1.2 (#180)
* Update to v2.1.2

* Update index.js
2021-01-21 14:45:22 -05:00
Jason O'Donnell
ff547e1516 changelog++ 2021-01-11 11:50:03 -05:00
Jason O'Donnell
2fb78ab91e Update to v2.1.1 (#168) 2020-12-15 11:55:39 -05:00
Jason O'Donnell
2ca76a4465 changelog++ 2020-10-06 13:18:57 -04:00
Jason O'Donnell
6c64e41adc changelog++ 2020-10-01 10:23:30 -04:00
Jason O'Donnell
952d5d48e4 Update to v2.0.1 (#121)
* Update to v2.0.1

* Update changelog
2020-09-15 14:58:16 -04:00
Jason O'Donnell
76ca623af3 changelog++ 2020-08-24 19:19:56 -04:00
Jason O'Donnell
a214c8c65a changelog++ 2020-08-11 11:14:10 -04:00
Jason O'Donnell
633de935e7 changelog++ 2020-08-10 11:11:00 -04:00
Jason O'Donnell
944a2bea12 Add CHANGELOG 2020-07-31 16:45:59 -04:00