|
63a649fd7d
|
Merge pull request #5831 from meilisearch/fix-ci
Fix update-cargo-version CI
|
2025-08-12 14:16:22 +00:00 |
|
|
9021cb4258
|
Fix update-cargo-version CI
|
2025-08-12 14:55:57 +02:00 |
|
|
14b1a3300b
|
Fix indentation
|
2025-08-12 10:07:34 +02:00 |
|
|
3c84010403
|
Minor change in CI manifest
|
2025-08-11 18:31:30 +02:00 |
|
|
100a6f96e4
|
Minor change
|
2025-08-11 18:11:23 +02:00 |
|
|
0881810780
|
Add CI to publish OpenAPI file
|
2025-08-11 18:09:54 +02:00 |
|
|
b265c92852
|
Thank contributors better
|
2025-08-11 12:17:10 +02:00 |
|
|
759beed560
|
Add category in release draft
|
2025-08-07 18:15:29 +02:00 |
|
|
45bb13bf43
|
Minor fix in PR template
|
2025-08-05 15:42:56 +02:00 |
|
|
0865d8af6c
|
Merge pull request #5766 from meilisearch/release-process-change
Release process change
|
2025-08-05 07:07:46 +00:00 |
|
|
a5e5afd123
|
Merge pull request #5794 from meilisearch/dependabot/github_actions/sigstore/cosign-installer-3.9.2
Bump sigstore/cosign-installer from 3.8.2 to 3.9.2
|
2025-08-04 12:39:40 +00:00 |
|
|
4182e631d6
|
Potential fix for code scanning alert no. 63: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2025-08-04 09:59:54 +02:00 |
|
|
ddea0b1570
|
Bump svenstaro/upload-release-action from 2.11.1 to 2.11.2
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.11.1...2.11.2)
---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
dependency-version: 2.11.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-01 17:05:02 +00:00 |
|
|
beb532e2a7
|
Bump sigstore/cosign-installer from 3.8.2 to 3.9.2
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.2 to 3.9.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](3454372f43...d58896d6a1 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-01 17:04:58 +00:00 |
|
|
c1a5a545b6
|
Adapt Go CI to recent change in the Go repo
|
2025-07-31 15:23:45 +02:00 |
|
|
bb43bf122e
|
Update .github/pull_request_template.md
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
|
2025-07-31 12:55:19 +02:00 |
|
|
cd0523c3f1
|
Remove run of SDK test on PR because cannot work
|
2025-07-20 22:13:07 +02:00 |
|
|
7f318ee964
|
Adapt issue template
|
2025-07-20 22:11:30 +02:00 |
|
|
dc1656da8e
|
Adapt automation
|
2025-07-20 22:11:14 +02:00 |
|
|
dc0bd9f25d
|
Add release drafter
|
2025-07-20 22:10:35 +02:00 |
|
|
52d8007b12
|
Add pull request template
|
2025-07-20 22:10:17 +02:00 |
|
|
4f8382b159
|
Remove useless automation
|
2025-07-20 22:07:59 +02:00 |
|
|
191ea340ed
|
Sign container image using Cosign in keyless mode
Cosign keyless mode makes possible to sign the container image using the
OIDC Identity Tokens provided by GitHub Actions [0][1].
The signature is published to the registry storing the image and to the
public Rekor transparency log instance [2].
Cosign keyless mode has already been adopted by some major projects like
Kubernetes [3].
The image signature can be manually verified using:
```
$ cosign verify \
--certificate-oidc-issuer='https://token.actions.githubusercontent.com' \
--certificate-identity-regexp='^https://github.com/meilisearch/meilisearch/.github/workflows/publish-docker-images.yaml' \
<image_name>
```
See #2179.
Note that a similar approach can be used to sign the release binaries.
[0] https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect
[1] https://docs.sigstore.dev/cosign/signing/signing_with_containers/
[2] https://docs.sigstore.dev/rekor/overview
[3] https://kubernetes.io/docs/tasks/administer-cluster/verify-signed-artifacts/#verifying-image-signatures
|
2025-07-16 10:04:18 +02:00 |
|
|
f813eb7ca4
|
Fix
|
2025-07-13 12:35:54 +02:00 |
|
|
d072edaa49
|
Fix Rails CI
|
2025-07-13 12:26:56 +02:00 |
|
|
aa366d593d
|
Merge pull request #5726 from meilisearch/dependabot/github_actions/Swatinem/rust-cache-2.8.0
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0
|
2025-07-02 08:09:11 +00:00 |
|
|
879cf85037
|
Bump svenstaro/upload-release-action from 2.7.0 to 2.11.1
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.7.0 to 2.11.1.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.7.0...2.11.1)
---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
dependency-version: 2.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-01 17:23:13 +00:00 |
|
|
c2d5b20a42
|
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.0.
- [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/v2.7.8...v2.8.0)
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-version: 2.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-01 17:23:08 +00:00 |
|
|
9bda9a9a64
|
Merge remote-tracking branch 'origin/main' into tmp-release-v1.15.1
|
2025-06-12 10:21:07 +02:00 |
|
|
af54c8381e
|
Use ${{ github.repository }} instead of hardcoding the repo/owner
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
|
2025-06-03 15:46:16 +03:00 |
|
|
693fcd5752
|
Try with GITHUB_TOKEN
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
|
2025-06-03 15:40:40 +03:00 |
|
|
768cfb6c2d
|
Comment out swarmia deployment for now
|
2025-05-19 11:34:21 +02:00 |
|
|
0f10ec96af
|
Fix swarmia deployement
|
2025-05-14 17:35:47 +02:00 |
|
|
6ec430b633
|
Update .github/workflows/publish-docker-images.yml
|
2025-05-08 20:08:34 +02:00 |
|
|
4041978402
|
Add set in GitHub action to notify deployment to Swarmia
|
2025-05-08 20:07:36 +02:00 |
|
|
bfe4968d7e
|
Debug and change the method to get the env content
|
2025-04-16 18:15:36 +02:00 |
|
|
7372083a5a
|
Do not trigger ruleset workflow when closing a milestone
|
2025-04-16 18:14:12 +02:00 |
|
|
235556d699
|
Merge pull request #5485 from meilisearch/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 1 to 3
|
2025-04-14 11:40:37 +00:00 |
|
|
707d106a24
|
Merge pull request #5482 from meilisearch/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
|
2025-04-14 09:53:41 +00:00 |
|
|
a10efedd2f
|
Bump actions/checkout from 1 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
- [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/v1...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-01 17:31:28 +00:00 |
|
|
55ec96d31a
|
Bump Swatinem/rust-cache from 2.7.7 to 2.7.8
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.7 to 2.7.8.
- [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/v2.7.7...v2.7.8)
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-version: 2.7.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-01 17:31:18 +00:00 |
|
|
4249630791
|
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-01 17:31:14 +00:00 |
|
|
ee15d4fe77
|
Bump version in the CIs
|
2025-03-31 16:45:08 +02:00 |
|
|
7b3072ad28
|
Remove bors references from the repository
|
2025-03-20 15:57:05 +01:00 |
|
|
5b51e8a083
|
simplify the sprint issue to only tell you to add a label on your PR
|
2025-03-20 12:41:34 +01:00 |
|
|
3928fb36b3
|
Introduce a second github action that post the right message when we declare there are db changes
|
2025-03-20 12:41:34 +01:00 |
|
|
2ddc1d2258
|
update the CI to enforce the db change label on PR
|
2025-03-20 12:41:34 +01:00 |
|
|
7c267a8a0e
|
update the issue template for the sprint issue
|
2025-03-20 12:41:34 +01:00 |
|
|
3160ddf9df
|
Make the CI work with merge queue grouping
|
2025-03-20 12:29:08 +01:00 |
|
|
9ee6254eec
|
Setup the Milestone CI to update the Ruleset
|
2025-03-20 11:28:03 +01:00 |
|