Skip to content

Commit 0143438

Browse files
bors[bot]meili-botcurquizaalallema
authored
Merge #67
67: Changes related to the next MeiliSearch release (v0.21.0) r=alallema a=meili-bot This PR gathers the changes related to the next MeiliSearch release (v0.21.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be merged until the next release of MeiliSearch (v0.21.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose. Exceptionally for this release, the pre-release time will be more than just one week._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]> Co-authored-by: Amélie <[email protected]> Co-authored-by: alallema <[email protected]>
2 parents 648e77d + fb33f28 commit 0143438

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ jobs:
2929
- name: Set up chart-testing
3030
uses: helm/[email protected]
3131

32-
- name: Run chart-testing (list-changed)
33-
id: list-changed
34-
run: |
35-
changed=$(ct list-changed --config ct.yaml)
36-
if [[ -n "$changed" ]]; then
37-
echo "::set-output name=changed::true"
38-
fi
39-
4032
- name: Run chart-testing (lint)
4133
run: ct lint --config ct.yaml
4234

@@ -60,6 +52,14 @@ jobs:
6052
- name: Set up chart-testing
6153
uses: helm/[email protected]
6254

55+
- name: Run chart-testing (list-changed)
56+
id: list-changed
57+
run: |
58+
changed=$(ct list-changed --config ct.yaml)
59+
if [[ -n "$changed" ]]; then
60+
echo "::set-output name=changed::true"
61+
fi
62+
6363
- name: Create kind cluster
6464
uses: helm/[email protected]
6565
if: steps.list-changed.outputs.changed == 'true'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ helm uninstall <your-service-name>
9191

9292
## 🤖 Compatibility with MeiliSearch
9393

94-
This chart only guarantees the compatibility with the [version v0.20.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.20.0).
94+
This chart only guarantees the compatibility with the [version v0.21.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.21.0).
9595

9696
## ⚙️ Development Workflow and Contributing
9797

charts/meilisearch/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "v0.20.0"
2+
appVersion: "v0.21.0"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
5-
version: 0.1.14
5+
version: 0.1.15
66
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
77
home: https://github.com/meilisearch/meilisearch-kubernetes/charts
88
maintainers:

charts/meilisearch/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ livenessProbe:
1414

1515
image:
1616
repository: getmeili/meilisearch
17-
tag: v0.20.0
17+
tag: v0.21.0
1818
pullPolicy: IfNotPresent
1919

2020
nameOverride: ""
@@ -28,7 +28,7 @@ environment:
2828
# If MEILI_ENV is set to "production" without setting MEILI_MASTER_KEY, this
2929
# chart will automatically create a secure MEILI_MASTER_KEY and push it as a
3030
# secret. Otherwise the below value of MEILI_MASTER_KEY will be used instead.
31-
# MEILI_MASTER_KEY:
31+
# MEILI_MASTER_KEY:
3232

3333
podAnnotations: {}
3434

manifests/meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
serviceAccountName: meilisearch
6464
containers:
6565
- name: meilisearch
66-
image: "getmeili/meilisearch:v0.20.0"
66+
image: "getmeili/meilisearch:v0.21.0"
6767
imagePullPolicy: IfNotPresent
6868
envFrom:
6969
- configMapRef:

0 commit comments

Comments
 (0)