Commit Graph

63 Commits

Author SHA1 Message Date
Xiaoxuan Wang 8d34698a59
bump: add oras v1.2.3 to setup-oras (#95)
Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
Co-authored-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-04-29 15:54:02 +08:00
dependabot[bot] 31162f5147
chore(deps): Bump @types/node from 22.14.1 to 22.15.2 (#94) 2025-04-29 07:32:39 +00:00
dependabot[bot] d504d0ced7
chore(deps): Bump @types/node from 22.14.0 to 22.14.1 (#93) 2025-04-14 06:43:51 +00:00
dependabot[bot] 08dfc41cea
chore(deps): Bump @types/node from 22.13.14 to 22.14.0 (#92) 2025-04-07 08:42:57 +00:00
dependabot[bot] 2a0fcbb0df
chore(deps): Bump typescript from 5.8.2 to 5.8.3 (#91) 2025-04-07 08:39:57 +00:00
dependabot[bot] 85b6bd491f
chore(deps): Bump @types/node from 22.13.11 to 22.13.14 (#90) 2025-03-31 08:33:53 +00:00
Shiwei Zhang 6f43cc3bc0
docs: add Xiaoxuan Wang as a maintainer (#87)
Nominate Xiaoxuan Wang (@wangxiaoxuan273) as a maintainer of the
`setup-oras` repository.

Xiaoxuan has contributed and merged `6` PRs in the past year. Since
Xiaoxuan is an active contributor of the `oras` repository, she will
update the `setup-oras` in a quicker way when there is a new `oras` CLI
release.

Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
Co-authored-by: Sajay Antony <sajaya@microsoft.com>
2025-03-25 13:03:49 -07:00
dependabot[bot] c1414ef372
chore(deps): Bump @types/node from 22.13.8 to 22.13.11 (#89) 2025-03-24 05:58:15 +00:00
dependabot[bot] 236fe1a327
chore(deps): Bump typescript from 5.7.3 to 5.8.2 (#85) 2025-03-03 05:45:26 +00:00
dependabot[bot] 51ba51656c
chore(deps): Bump @types/node from 22.13.5 to 22.13.8 (#86) 2025-03-03 05:41:34 +00:00
dependabot[bot] 885b2f245f
chore(deps): Bump @types/node from 22.13.4 to 22.13.5 (#84) 2025-02-24 05:21:16 +00:00
dependabot[bot] 49b2301e62
chore(deps): Bump @types/node from 22.13.1 to 22.13.4 (#83) 2025-02-17 06:07:22 +00:00
dependabot[bot] 8dedf0b502
chore(deps): Bump apache/skywalking-eyes from 0.6.0 to 0.7.0 (#82) 2025-02-10 07:43:03 +00:00
dependabot[bot] f73e87bea7
chore(deps): Bump @types/node from 22.13.0 to 22.13.1 (#81) 2025-02-10 07:37:50 +00:00
dependabot[bot] 5b37ded3aa
chore(deps): Bump @types/node from 22.10.10 to 22.13.0 (#80) 2025-02-03 14:17:54 +00:00
dependabot[bot] 8752342f43
chore(deps): Bump @types/node from 22.10.7 to 22.10.10 (#79) 2025-01-27 05:44:49 +00:00
Xiaoxuan Wang 5c0b487ce3
bump: add oras v1.2.1, v1.2.2 to setup-oras (#77)
Add v1.2.1 and v1.2.2 to setup-oras

---------

Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-01-20 17:01:44 +08:00
Xiaoxuan Wang 0c0dc1900f
chore(deps): bump @actions/tool-cache from 2.0.1 to 2.0.2 (#76)
Bumps
[@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache)
from 2.0.1 to 2.0.2.

Should fix PR #75

Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
Co-authored-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-01-20 15:52:46 +08:00
dependabot[bot] 2c7a262ecc
chore(deps): Bump @types/node from 22.10.5 to 22.10.7 (#74) 2025-01-20 05:37:52 +00:00
dependabot[bot] b8b9ac56f5
chore(deps): Bump typescript from 5.7.2 to 5.7.3 (#73) 2025-01-13 06:27:41 +00:00
Xiaoxuan Wang 32b3f790dd
chore(deps): Bump typescript from 5.6.3 to 5.7.2 (#72)
Updating the TS version. 
Related to #68

Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-01-07 15:01:39 +08:00
dependabot[bot] 0b60ec2198
chore(deps): Bump @types/node from 22.10.2 to 22.10.5 (#71) 2025-01-06 05:58:41 +00:00
dependabot[bot] bb066e872d
chore(deps): Bump @vercel/ncc from 0.38.2 to 0.38.3 (#66) 2024-12-16 05:17:43 +00:00
dependabot[bot] 2fb430be3b
chore(deps): Bump @types/node from 22.7.7 to 22.10.2 (#70) 2024-12-16 05:14:47 +00:00
Billy Zha 9c92598691
chore(deps): bump @actions/core and @vercel/ncc (#62)
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
2024-10-21 14:36:22 +08:00
Magnus Kulke 2a4cd09fbf
fix: s390x architecture is not handled (#57)
The project releases s390x binaries (64bit), but not s390 (31bit). Node
reports a s390x runner correctly as "s390x", so instllations will fail
on this platform.

https://nodejs.org/api/os.html#osarch

Hence the s390 arch case has been changed to the s390x.

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
2024-10-21 13:54:33 +08:00
dependabot[bot] c730dd06ba
chore(deps): Bump @types/node from 22.7.4 to 22.7.7 (#61) 2024-10-21 05:53:03 +00:00
dependabot[bot] cf060eaf63
chore(deps): Bump typescript from 5.6.2 to 5.6.3 (#60) 2024-10-21 05:50:13 +00:00
dependabot[bot] 4e826cc60c
chore(deps): Bump @types/node from 22.5.4 to 22.7.4 (#55) 2024-09-30 05:42:44 +00:00
dependabot[bot] 92224c3123
chore(deps): Bump typescript from 5.5.4 to 5.6.2 (#54) 2024-09-30 05:40:01 +00:00
dependabot[bot] 93dca0a6a3
chore(deps): Bump @types/node from 22.5.2 to 22.5.4 (#52) 2024-09-09 08:19:35 +00:00
dependabot[bot] fb3244eae8
chore(deps): Bump @types/node from 22.5.0 to 22.5.2 (#51) 2024-09-02 07:18:59 +00:00
dependabot[bot] d88f0eb206
chore(deps): Bump @types/node from 22.0.0 to 22.5.0 (#50) 2024-08-26 07:32:42 +00:00
dependabot[bot] 64c9cc4fd0
chore(deps): Bump typescript from 5.5.3 to 5.5.4 (#45) 2024-07-29 05:52:53 +00:00
dependabot[bot] 0a21717724
chore(deps): Bump @types/node from 20.14.11 to 22.0.0 (#46) 2024-07-29 05:50:15 +00:00
dependabot[bot] 40f5205a9f
chore(deps): Bump @types/node from 20.14.10 to 20.14.11 (#44) 2024-07-22 05:55:35 +00:00
Victor Adossi ("vados") 7b1dc67a98
chore: update README CLI docs website (#43)
Signed-off-by: Victor Adossi ("vados") <vados@vadosware.io>
2024-07-17 22:44:02 +08:00
dependabot[bot] 48a5fd481e
chore(deps): Bump @types/node from 20.14.9 to 20.14.10 (#42) 2024-07-16 05:52:29 +00:00
Billy Zha 03c94b448c
chore(deps): Bump (#41)
Bumps @actions/core from 1.10.0 to 1.10.1 and typescript from 5.2.2 to
5.5.3.

Closes #33, closes #39.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 15:10:26 +08:00
Billy Zha ebab43aab8
build(ci): make dependabot run weekly (#40)
It's non-trivial to check-in build changes in npm dependencies bump PRs.
Make dependabot run weekly and will manually check in such changes.

---------

Signed-off-by: Billy Zha <jinzha1@microsoft.com>
2024-07-05 15:08:30 +08:00
dependabot[bot] a51157d919
chore(deps): Bump @types/node from 20.5.9 to 20.14.9 (#35) 2024-07-04 09:21:28 +00:00
dependabot[bot] 35937294b7
chore(deps): Bump actions/checkout from 3 to 4 (#36) 2024-07-04 09:19:13 +00:00
dependabot[bot] 3afb69e9c5
chore(deps): Bump apache/skywalking-eyes from 0.4.0 to 0.6.0 (#34) 2024-07-04 09:12:30 +00:00
dependabot[bot] e42b3f08b5
chore(deps): Bump actions/setup-node from 3 to 4 (#37) 2024-07-04 09:10:35 +00:00
dependabot[bot] 50aeb9fec2
chore(deps): Bump @vercel/ncc from 0.36.1 to 0.38.1 (#38) 2024-07-04 09:07:49 +00:00
Billy Zha 7a1ed682b5
build(ci): enable dependabot (#32)
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
2024-07-04 15:02:45 +08:00
Xiaoxuan Wang ca28077386
chore: update README to add an example (#30)
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
2024-06-06 16:31:33 +08:00
Xiaoxuan Wang 339758d383
bump: add oras v1.2.0 to setup-oras (#28)
Resolves #29

---------

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
2024-06-06 11:29:24 +08:00
Xiaoxuan Wang e7fdc53992
feat: support downloading from customized url (#27)
resolves #24

---------

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
2024-06-05 14:57:15 +08:00
Lan bdadd7db88
bump: run with node20 (#25)
Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: oras-project/setup-oras@v1.1.0. For more information
see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Fixes #23

Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-03-26 14:46:26 +08:00