Commit graph

103 commits

Author SHA1 Message Date
Orhun Parmaksız 52aaf33d17
refactor(ci): simplify the installation of cargo-tarpaulin 2023-09-19 13:01:29 +03:00
Orhun Parmaksız a5f0cab864
fix(ci): update cargo-tarpaulin arguments 2023-09-19 12:57:05 +03:00
Orhun Parmaksız 6ffd8e4960
revert(deps): bump codecov/codecov-action from 3 to 4 (#134)
This reverts commit dee4a9f2d7.
2023-09-19 12:12:12 +03:00
dependabot[bot] dee4a9f2d7
chore(deps): bump codecov/codecov-action from 3 to 4 (#134)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-15 08:51:17 +02:00
dependabot[bot] 4398504cc1
chore(deps): bump docker/setup-buildx-action from 2 to 3 (#130)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 01:13:44 +00:00
dependabot[bot] a39c0ca01d
chore(deps): bump docker/metadata-action from 4 to 5 (#129)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 01:13:40 +00:00
dependabot[bot] fdb41fffa6
chore(deps): bump docker/login-action from 2 to 3 (#128)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 01:13:37 +00:00
dependabot[bot] 9db61e1919
chore(deps): bump docker/build-push-action from 4 to 5 (#127)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 01:13:33 +00:00
dependabot[bot] 19f4344f7a
chore(deps): bump actions/checkout from 3 to 4 (#124)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 01:48:41 +00:00
Orhun Parmaksız 8cfa588f93
chore(mergify): add mergify config for automatic merge 2023-08-16 11:20:10 +03:00
Orhun Parmaksız 0669584e51
chore(cd): temporarily switch back to action-rs/toolchain 2023-04-24 23:22:28 +03:00
Orhun Parmaksız b37457b409
chore(dependabot): check dependency updates daily 2023-04-12 18:34:17 +03:00
Orhun Parmaksız c35b3b91af
chore(github): update funding options 2023-04-12 18:30:44 +03:00
Orhun Parmaksız af75cefa39
chore(ci): update runner versions 2023-04-12 18:29:11 +03:00
Orhun Parmaksız 02a51690b9
feat(docker): scan the Docker image using Syft 2023-04-03 13:43:10 +03:00
Orhun Parmaksız c59009b4a2
feat(docker): generate SBOM attestation for the Docker image 2023-04-03 13:35:18 +03:00
Orhun Parmaksız 756ca556db
fix(actions): fix the Rust toolchain specification 2023-04-03 13:32:31 +03:00
Orhun Parmaksız ed50ada800
chore(actions): switch to dtolnay/rust-toolchain action 2023-04-03 13:30:38 +03:00
Orhun Parmaksız 76013debb4
chore(docker): disable arm64 builds
This reverts commit 1a6d82f198.
2023-03-20 20:00:59 +03:00
Orhun Parmaksız 1a6d82f198
chore(docker): enable arm64 builds
This reverts commit ea40fdcb54.
2023-03-11 01:39:29 +03:00
Orhun Parmaksız ea40fdcb54
chore(docker): disable arm64 builds temporarily 2023-03-11 01:32:10 +03:00
Orhun Parmaksız f8496ef6c4
fix(ci): update cargo-msrv installation command 2023-02-07 16:37:34 +03:00
dependabot[bot] 127ac3c589
chore(deps): bump docker/build-push-action from 3 to 4 (#66)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 13:59:07 +01:00
Orhun Parmaksız d8a8ff9234
refactor(cd): replace deprecated set-output usage 2023-01-28 21:22:16 +03:00
Orhun Parmaksız f3e0361907
fix(ci): update cargo-tarpaulin installation command 2023-01-28 20:46:39 +03:00
Orhun Parmaksız 3b6c95fc2c
Merge branch 'main' of ssh://github.com/orhun/systeroid 2022-12-18 23:48:42 +03:00
Orhun Parmaksız 451f752ce5
style(dependabot): apply formatting 2022-12-18 23:46:35 +03:00
dependabot[bot] 0d2fa9b876
chore(deps): bump Swatinem/rust-cache from 1 to 2
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2.
- [Release notes](https://github.com/Swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rust-cache/compare/v1...v2)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 01:50:13 +00:00
bors[bot] 0eac847d76
Merge #23 #24 #25
23: chore(deps): bump docker/build-push-action from 2 to 3 r=orhun a=dependabot[bot]

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.


24: chore(deps): bump docker/setup-buildx-action from 1 to 2 r=orhun a=dependabot[bot]

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.


25: chore(deps): bump docker/setup-qemu-action from 1 to 2 r=orhun a=dependabot[bot]

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2022-09-06 20:30:18 +00:00
Orhun Parmaksız 4def601cdb
Merge branch 'main' into dependabot/github_actions/docker/build-push-action-3 2022-09-06 22:23:46 +02:00
Orhun Parmaksız 0e8a645e6c
Merge branch 'main' into dependabot/github_actions/docker/setup-buildx-action-2 2022-09-06 22:22:42 +02:00
Orhun Parmaksız 534cd7f1f5
Merge branch 'main' into dependabot/github_actions/docker/setup-qemu-action-2 2022-09-06 22:21:50 +02:00
Orhun Parmaksız 335f956f9d
Merge branch 'main' into dependabot/github_actions/docker/login-action-2 2022-09-06 22:20:53 +02:00
Orhun Parmaksız a3cf5563d4
chore(workflow): switch to nightly builds 2022-09-06 21:04:02 +02:00
Orhun Parmaksız 792d983bf9
chore(ci): switch to stable builds 2022-08-11 14:25:25 +02:00
Orhun Parmaksız a0b35e1964
chore(funding): enable GitHub Sponsors for funding
https://github.com/sponsors/orhun
2022-07-31 15:11:14 +02:00
Orhun Parmaksız d1099654f8
chore(lint): fix lints for tests 2022-07-02 12:24:24 +02:00
Orhun Parmaksız 8c2862caae
chore(ci): switch to Swatinem/rust-cache action for caching dependencies 2022-06-30 20:01:58 +02:00
dependabot[bot] 871f99e277 chore(deps): bump docker/metadata-action from 3 to 4 (#21)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
2022-05-11 13:21:35 +00:00
dependabot[bot] 187ceeb89b
chore(deps): bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:14:32 +00:00
dependabot[bot] 724d660ea7
chore(deps): bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:14:29 +00:00
dependabot[bot] 5abb070514
chore(deps): bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:14:25 +00:00
dependabot[bot] 29e1c8803e
chore(deps): bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:14:22 +00:00
Orhun Parmaksız de0165ce9f
chore(cd): update files to include in the release assets 2022-04-16 04:38:47 +03:00
Orhun Parmaksız d375c1eaf8
chore(ci): update lychee arguments 2022-04-16 04:30:48 +03:00
Orhun Parmaksız 37989c72d0
feat(cd): set the changelog link as release body 2022-04-15 11:53:33 +03:00
Orhun Parmaksız 0fe31e47eb
style(cd): update syntax for receiving GitHub secrets 2022-04-15 11:52:30 +03:00
Orhun Parmaksız a3d51f0ce5
chore(ci): enable cross builds 2022-04-15 00:17:01 +03:00
Orhun Parmaksız 1005f65777
chore(workflow): switch to nightly builds 2022-04-15 00:14:39 +03:00
Orhun Parmaksız 41d767b1c9
chore(ci): switch to stable builds
This reverts commit fb3295bf69.
2022-04-15 00:10:17 +03:00