73 Commits

Author SHA1 Message Date
David Gamero
df50d879fa
Release v4.2.0 (#134)
* Update CHANGELOG.md

* Update package.json

* Update README.md
2024-04-15 15:41:59 -04:00
dependabot[bot]
08d7123a4a
Bump undici from 5.28.2 to 5.28.4 (#133)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 16:23:04 -04:00
Dmytro Bondar
0a0c55a4c3
Fix os detection and archive extension (#124) 2024-04-12 15:46:47 -04:00
David Gamero
d00ce1cb5e
update to release workflow major version tag (#132) 2024-03-08 13:33:11 -05:00
Oliver King
4c255dde26
publish version 4.1.0 (#131)
* publish version 4.1.0

* update version
2024-03-01 11:45:44 -05:00
elProxy
ec8dd7c209
switching to fetching latest version from the dedicated file (#130) 2024-03-01 10:15:56 -06:00
Yoann Rodière
efbd96d464
Fix action version in README.md (#129)
`v4` is not a valid tag, `v4.0.0` is.

See https://github.com/Azure/setup-helm/tags
2024-02-27 17:32:24 -05:00
David Gamero
859dc38e9a
v4 readme update (#127) 2024-02-13 16:11:44 -05:00
David Gamero
0788eb3317
v4 release and required workflow updates (#125)
* v4 release and workflow update

* Update release-pr.yml

* Update release-pr.yml

* Update package.json

* format
2024-02-12 18:30:35 -05:00
Dmytro Bondar
208de6bd49
Upgrade action to use node20 (#121)
* Action update:

- Bump all dependencies
- Rewrite `getLatestHelmVersion()` function without graphql

* Bump stableHelmVersion

* Update readme and action.yaml

* Revert and rewrite with @octokit/action

* Add latest to integration test

* Bump action's versions

* Set github.token as default input

* Replace deprecated jest methods

* Add prettier to dev dependencies, fix prettier issues
2024-02-08 13:49:56 -05:00
dependabot[bot]
1f87a575d0
Bump @babel/traverse from 7.18.6 to 7.23.2 (#118)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 12:16:17 -05:00
Paul Vollmer
d336b89352
Add action input to set download base url (#113)
* feat: add downloadBaseURL action input

* feat: downloadHelm and getHelmDownloadURL added baseURL function argument

* refactor: building the helm download url

* chore: format code

---------

Co-authored-by: Paul Vollmer <mail@paulvollmer.net>
2024-01-02 09:30:48 -05:00
Teko
ac5ee1fca8
Update helm to v3.11.1 (#108) 2023-02-16 19:41:09 -05:00
dependabot[bot]
638a523e0c
Bump decode-uri-component from 0.2.0 to 0.2.2 (#105)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 13:29:26 -05:00
dependabot[bot]
0a7ec47357
Bump json5 from 2.2.1 to 2.2.3 (#107)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 13:29:07 -05:00
Teko
3419a8fa8f
Update README to reflect current default helm version (#106) 2023-01-10 13:26:20 -05:00
Ajay Kemparaj
f77071b246
minor nit , upgrade helm and GH action version updates (#102) 2022-12-27 09:28:27 -05:00
Asa Gayle
a4617735aa
Added support message (#95) 2022-11-28 13:51:20 -05:00
Joe Previte
2dafda840c
refactor: cleanup GH gql query (#100) 2022-10-27 09:44:25 -04:00
Brian Loss
b70d33f56d
Update actions/toolkit versions. (#94)
Update actions/core to version 1.10.0 to avoid the warning:
```
The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```
2022-10-17 14:07:50 -04:00
Vidya Reddy
3c00c0152f
syntax error fixes (#93) 2022-09-21 11:12:26 -07:00
Vidya Reddy
22d14750db
Add the bug report and feature request form (#92) 2022-09-06 13:09:28 -04:00
dependabot[bot]
a22741c887
Bump @actions/core from 1.9.0 to 1.9.1 (#91)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 13:44:48 -04:00
Oliver King
f850d12cb3
Fix [object Object] version bug (#88)
* fix auth

* fix tag bug
2022-07-25 13:53:22 -04:00
Oliver King
17cd77473c
fix auth (#86) 2022-07-25 13:13:50 -04:00
Oliver King
484a64052d
Swap to GraphQL and add logging (#83)
* swap to graphql

* add logs

* swap to group log

* fix test
2022-07-11 10:12:11 -04:00
Bert Roos
6e32762c2e
Minor spelling correction in README.md (#81) 2022-07-06 10:45:43 -04:00
Vidya Reddy
17c21ab68c
upgrade ncc version (#82)
* upgrade ncc version

* Clear and verify npm cache

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-07-05 10:17:02 -07:00
Vidya Reddy
7f0153c54c
Vidya reddy prettier (#75)
* upgraded to Node16

* Enforce Prettier

* code fix

* Update package-lock.json

resolved the conflicts.

* executed prettier

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-06-27 18:27:44 -04:00
Oliver King
a14110f6e6
increment version in README to v3 (#79) 2022-06-27 14:20:10 -04:00
Oliver King
a767c8d3a1
fix jest version (#76) 2022-06-27 14:00:33 -04:00
Vidya
97c3a3f138
upgraded to Node16 (#74)
Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-06-16 15:17:55 -04:00
Oliver King
0a86c98d61
Fix codeowners (#71) 2022-04-11 11:05:10 -04:00
Oliver King
39f78708c2
add version support message (#69) 2022-04-11 11:05:03 -04:00
David Gamero
fa870ea9a2
run to index (#67)
* run to index

* action.yaml route

* move to dev dep
2022-02-09 11:26:07 -05:00
Asa Gayle
e00756a00e
Version fix (#66)
* Added version validation check

* Added check for latest

* Changed Helm 3.5.0 test to also test lack of v in version

* Pushing integration tests

* Removed push integration test

* Added more context to integration test

* Addressing comment
2022-02-08 17:07:21 -05:00
Tommy Barnes
2998c83e16
Updated workflows, codeowner, .gitignore (#65) 2022-02-04 13:04:30 -05:00
Oliver King
5876560d6c
Add arm64 support (#64)
* add arm64 support
2022-02-04 09:45:03 -05:00
David Gamero
7e6f48e5b4
master to main rename (#61) 2022-02-03 11:29:11 -05:00
Asa Gayle
da63a48ad7
Cleanup action for release (#56)
* Removed empty try catch

* Initial commit

* Compiled to js

* Escape slash for nodejs

* Updating getStableHelmVersion test

* Removing old versions of run

* Added comment on getLatestHelmVersion and variable for helm release url to command

* Pushing recent changes before computer reset

* Latest getLatestHelmVersion iteration

* Removed test

* Testing async test

* getLatestHelmVersion refactor

* fixed method to access helm releses JSON

* Edited comment on isValidVersion

* Removed old integration tests

* Small temp test

* Removed IntegrationTests path

* Updated package-lock.json and removed unused dep

* Integration testing

* Fixed if statement in run command

* Added exit

* Double brackets for new test

* Added version confirmation output and different check for version

* Helm 3.7.2 test

* added env to workflow paths

* adjusted env in workflow paths

* 3.5.0 tests

* Requested changes

* Fixed downloadHelm test

* Clean up for release

* Updated CODEOWNERS

* Updated CODEOWNERS
2022-01-26 16:35:07 -05:00
Asa Gayle
cc2c85bd7e
support only v3 and switch away from github token 2022-01-26 15:27:11 -05:00
shigupt202
7e3c8fd604
Update README.md (#48) 2021-08-10 19:41:32 +05:30
shigupt202
ac8103f453
Create CODEOWNERS (#47) 2021-08-10 15:53:58 +05:30
shigupt202
feeafa6152
Update issue templates (#46) 2021-06-30 11:05:14 +05:30
shigupt202
b8c59ed1e4
Create defaultLabels.yml (#44) 2021-06-25 17:05:14 +05:30
Sundar
14d85694fc
Update run.ts 2021-06-24 19:26:50 +05:30
Sundar
cfc72cf63e
Update run.ts 2021-06-24 19:25:35 +05:30
shigupt202
470bf91618
Syncing package-lock.json in master with release (#42)
* Syncing package.json and package-lock.json in master with release

* reverting changes in package.json
2021-06-03 14:10:06 +05:30
dependabot[bot]
0a4da9a67f
Bump ws from 7.4.4 to 7.4.6 (#41)
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 16:01:11 +05:30
dependabot[bot]
07143cd16a
Bump browserslist from 4.16.3 to 4.16.6 (#40)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 16:00:44 +05:30