Commit graph

70 commits

Author SHA1 Message Date
b4ae19740f
Merge pull request #17 from bartvdbraak/feat/homebrew-releases
Fix version input for Homebrew by removing prefix
2023-11-09 12:10:53 +01:00
a24661c152 fix: use version without prefix 2023-11-09 12:10:06 +01:00
b16f05bdd5
Merge pull request #16 from bartvdbraak/feat/homebrew-releases
Hotfix issue with workflow dispatch trigger
2023-11-09 01:03:00 +01:00
e31bd8746c
fix: remove unnecessary json parse 2023-11-09 01:00:25 +01:00
722f78bb26
Merge pull request #15 from bartvdbraak/feat/homebrew-releases
Update downstream package versions and bump
2023-11-09 00:50:06 +01:00
8d6c1334ab feat: version bump incl linux-raw-sys, getrandom 2023-11-09 00:48:01 +01:00
ed8fc21b2c
Merge pull request #14 from bartvdbraak/feat/homebrew-releases
Use minor release for Homebrew Release testing
2023-11-09 00:45:12 +01:00
b97ce2bd16 feat: bump version to 0.2.1 2023-11-09 00:43:59 +01:00
dc1a2db548
Merge pull request #13 from bartvdbraak/feat/homebrew-releases
Trigger the Homebrew release
2023-11-09 00:40:52 +01:00
2d4a74e6c4 docs: add instructions for installation 2023-11-09 00:38:55 +01:00
5fbaf26aab fix: sha256 file, transform and workflow dispatch 2023-11-09 00:34:01 +01:00
6226f282a3 feat: send inputs with version and sha256sums 2023-11-08 22:15:09 +01:00
a6cdc18bc3 feat: add trigger deployment 2023-11-08 21:14:28 +01:00
7edf75f0a4
Merge pull request #12 from bartvdbraak/feat/multi-threading
Optimize code to use multi-threading for secret lookups
2023-11-08 01:29:39 +01:00
be162f7f28 feat: update package and bump version 2023-11-08 01:26:58 +01:00
407463d70b fix: formatting of tx.send() 2023-11-08 01:14:01 +01:00
cd7f7f59ab feat: multi-threading secret lookups 2023-11-08 01:11:38 +01:00
dc1d8a7a1f docs: align logo on the right 2023-11-08 00:58:17 +01:00
196959f7c0
Merge pull request #11 from bartvdbraak/feat/checks-with-annotations
Checks with annotations or summary
2023-11-08 00:49:59 +01:00
32153efb4c feat: use separate jobs for checks 2023-11-08 00:47:48 +01:00
48821825c8
Merge pull request #10 from bartvdbraak/feat/pr-checks
Add PR checks using GitHub workflow
2023-11-07 23:58:17 +01:00
13675f7ff8 fix: remove needless initialization reference 2023-11-07 23:53:00 +01:00
22487a334b feat: formatting using fmt 2023-11-07 23:28:21 +01:00
fd1872ca1c feat: workflow with several checks 2023-11-07 23:25:43 +01:00
609e4fe6da feat: pre-check for git tag and project version 2023-11-07 23:24:44 +01:00
8b033eea08 docs: introduce author entry 2023-11-07 23:23:58 +01:00
7f87e5e2bc feat: inherit metadata for clap from project 2023-11-07 23:23:38 +01:00
06fb411108
Merge pull request #4 from bartvdbraak/feat/additional-build-targets
feat: add target tests file for debugging
2023-11-07 14:08:10 +01:00
c281ff198a
Merge branch 'main' into feat/additional-build-targets 2023-11-07 14:07:33 +01:00
f0b3199baa feat: add targets for linux arm/aarch64 aand musl 2023-11-07 14:05:31 +01:00
838a01abed fix: vendored openssl linux musl, arm or aarch64 2023-11-07 13:40:40 +01:00
5c4f255c0a fix: use vendored openssl for unix only 2023-11-07 13:24:46 +01:00
29b61a2e72 fix: use vendored openssl 2023-11-07 12:51:08 +01:00
bb7fe255af fix: add push trigger 2023-11-07 12:01:51 +01:00
dd0ff43997 fix: use azure_core with enable_reqwest_rustls 2023-11-07 12:00:11 +01:00
969c4d02c4
Merge pull request #9 from bartvdbraak/docs/license-ref
docs: add correct license reference
2023-11-07 11:01:32 +01:00
b8b0f85d4f docs: add correct license reference 2023-11-07 11:01:04 +01:00
6364a71109
Merge pull request #8 from bartvdbraak/fix/windows-bin-upload
fix: use wildcard pattern for win executable
2023-11-07 10:49:23 +01:00
92c5a4256b fix: use wildcard pattern for win executable 2023-11-07 10:48:30 +01:00
19674d92e0
Merge pull request #7 from bartvdbraak/fix/windows-bin-upload
fix: use full path dir for x86_64-pc-windows-gnu
2023-11-07 10:39:59 +01:00
ef8b8f342a fix: use full path dir for x86_64-pc-windows-gnu 2023-11-07 10:38:48 +01:00
bbf32039a7 docs: correct git clone url 2023-11-07 10:37:31 +01:00
398f2a5b2d
Merge pull request #6 from bartvdbraak/fix/windows-bin-upload
fix: upload and add windows binary to release
2023-11-07 10:24:36 +01:00
6cdbbeedd0 fix: upload and add windows binary to release 2023-11-07 10:23:47 +01:00
b130626cc3
Merge pull request #5 from bartvdbraak/feat/windows-linux-targets
feat: build targets for windows, linux, mac-arm
2023-11-07 10:13:55 +01:00
c9219e671c feat: build targets for windows, linux, mac-arm 2023-11-07 10:10:24 +01:00
e4582b5bfb fix: use only pr trigger 2023-11-07 10:09:20 +01:00
01e89be603 feat: only run on supported oses 2023-11-06 23:08:08 +01:00
97f6ac6da9 feat: add windows, disable musl 2023-11-06 22:47:18 +01:00
c9a1f79786 feat: add targets for mac and linux 2023-11-06 22:43:35 +01:00