Commit Graph

63 Commits

Author SHA1 Message Date
Marcin Kulik
37566baabd Make dependabot update only minor/patch versions for cargo 2025-10-29 12:36:12 +01:00
Marcin Kulik
26122f189d Change dependabot dep update schedule to monthly
Weekly is just too much noise.
2025-10-29 12:35:05 +01:00
Rene Leonhardt
c06d1ad9c9 chore: update dependencies 2025-09-25 19:47:18 +02:00
Marcin Kulik
674b7907f3 Merge branch 'develop' into dependabot/github_actions/nixbuild/nix-quick-install-action-33 2025-09-11 15:30:10 +02:00
dependabot[bot]
193fcaec22 Bump nixbuild/nix-quick-install-action from 31 to 33
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 31 to 33.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v31...v33)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-version: '33'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 17:09:26 +00:00
Marcin Kulik
9c20b5ee9a Merge pull request #692 from asciinema/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-09-01 17:57:31 +02:00
Marcin Kulik
2855902bcc Merge pull request #687 from asciinema/dependabot/github_actions/nixbuild/nix-quick-install-action-32
Bump nixbuild/nix-quick-install-action from 31 to 32
2025-09-01 17:56:59 +02:00
Marcin Kulik
a76b54c61b New integration tests 2025-09-01 17:48:36 +02:00
dependabot[bot]
8aab1b8d99 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-25 15:56:52 +00:00
dependabot[bot]
ce10bad5cb Bump nixbuild/nix-quick-install-action from 31 to 32
Bumps [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action) from 31 to 32.
- [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases)
- [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE)
- [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v31...v32)

---
updated-dependencies:
- dependency-name: nixbuild/nix-quick-install-action
  dependency-version: '32'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 10:30:20 +00:00
Marcin Kulik
17380be290 Run CI workflow on Ubuntu and macOS with default (recent) and MSRV Rust version 2025-06-24 12:29:16 +02:00
Marcin Kulik
d3c102f6dc Move the pre-submission checks to the top 2025-06-23 22:26:40 +02:00
Marcin Kulik
6a161930a6 Remove default value for reproduction steps in bug issue form 2025-06-23 21:35:37 +02:00
Marcin Kulik
1a4ac6519c Convert issue template to a form 2025-06-23 21:33:02 +02:00
Marcin Kulik
ac7e06b47e Disable blank issue option 2025-02-22 13:00:54 +01:00
Marcin Kulik
445bdafa0c Fix uploaded asset names in release workflow 2024-04-19 16:50:09 +02:00
Marcin Kulik
11a35db2f5 Fix path to the binary in release upload step 2024-04-19 16:41:13 +02:00
Marcin Kulik
959ee3d6e1 Reorder release workflow steps 2024-04-19 16:38:30 +02:00
Marcin Kulik
a0e3efda80 Install musl-tools for musl build 2024-04-19 16:34:17 +02:00
Marcin Kulik
2da5b10088 Remove the version mismatch check from the release action 2024-04-19 16:28:04 +02:00
Marcin Kulik
7068f5aba5 Add release workflow 2024-04-19 16:04:31 +02:00
dependabot[bot]
db0d8be795 Bump actions/checkout from 3 to 4
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>
2024-01-10 11:12:15 +00:00
Marcin Kulik
dc7796dca2 Remove unused logo files 2024-01-10 10:38:38 +01:00
Marcin Kulik
97ea1ca6c4 Update CI config for Rust 2023-12-23 16:22:21 +01:00
Marcin Kulik
b9556d08f9 Configure dependabot checks to use weekly schedule 2023-12-23 16:20:45 +01:00
Marcin Kulik
ab89800a29 Update bug-report.md 2023-12-23 16:06:48 +01:00
Marcin Kulik
7dcd16b561 Remove CentOS from CI matrix 2023-10-19 09:48:33 +02:00
Marcin Kulik
ddb57de05e Merge pull request #572 from asciinema/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2023-10-18 13:27:43 +02:00
Marcin Kulik
9c13624b0b Merge pull request #571 from asciinema/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2023-10-18 13:27:26 +02:00
Marcin Kulik
908f5d4e8e Merge pull request #570 from asciinema/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2023-10-18 13:27:10 +02:00
Marcin Kulik
400929c4fb Merge pull request #567 from asciinema/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-10-18 13:26:46 +02:00
Marcin Kulik
b971ec09fe Update sponsors 2023-10-03 10:06:44 +02:00
dependabot[bot]
7ab3aa02cb Bump docker/build-push-action from 4 to 5
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>
2023-09-12 08:48:30 +00:00
dependabot[bot]
486c683152 Bump docker/setup-buildx-action from 2 to 3
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>
2023-09-12 08:48:28 +00:00
dependabot[bot]
bbdb6d3dad Bump docker/login-action from 2 to 3
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>
2023-09-12 08:48:24 +00:00
dependabot[bot]
04fd10d230 Bump actions/checkout from 3 to 4
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>
2023-09-05 08:23:37 +00:00
Marcin Kulik
08e40ba5ba Update issue templates 2023-04-25 19:58:12 +02:00
Marcin Kulik
bf42c07e07 Update issue templates 2023-04-25 19:35:48 +02:00
Marcin Kulik
3cd7b83313 Update issue templates 2023-04-25 19:33:07 +02:00
Marcin Kulik
ccd83cef62 Merge pull request #536 from asciinema/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2023-03-02 11:23:46 +01:00
Marcin Kulik
87ab1edb42 Merge pull request #505 from asciinema/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2023-03-02 11:22:57 +01:00
Marcin Kulik
06b89ee5f8 Drop Python 3.6 and add 3.11 in GH CI build 2023-03-02 11:19:59 +01:00
dependabot[bot]
e01a95c3a7 Bump docker/build-push-action from 3 to 4
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>
2023-01-31 08:04:07 +00:00
dependabot[bot]
b4f9066869 Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 08:30:23 +00:00
dependabot[bot]
b29bc066a6 Bump pre-commit/action from 2.0.3 to 3.0.0
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v2.0.3...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 08:53:04 +00:00
dependabot[bot]
092879e979 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-07 09:12:31 +00:00
Marcin Kulik
11aed6f5d5 Merge pull request #494 from asciinema/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2022-05-07 11:12:22 +02:00
dependabot[bot]
695bb857e3 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-06 08:35:30 +00:00
dependabot[bot]
eae8b2dafd 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-06 08:35:26 +00:00
dependabot[bot]
f38bf40baf Bump actions/setup-python from 2 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 21:44:21 +00:00