Skip to content

Tags: thienlh96/loki

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
trevorwhitney Trevor Whitney
tagging release v2.8.0

helm-loki-5.0.0

Toggle helm-loki-5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update helm and jsonnet for 2.8 release (grafana#9003)

Prepare helm and jsonnet for 2.8 release.

helm-loki-4.10.0

Toggle helm-loki-4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CI/CD] Update yaml file `./production/helm/loki/values.yaml` (+1 oth…

…er) (grafana#8955)

**Here is a summary of the updates contained in this PR:**
***
Update attribute `$.enterprise.version` in yaml file
`./production/helm/loki/values.yaml` to the following value: `v1.6.3`
***
Bump version of Helm Chart
Add changelog entry to `./production/helm/loki/CHANGELOG.md`
Re-generate docs

helm-loki-4.9.0

Toggle helm-loki-4.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CI/CD] Update yaml file `./production/helm/loki/Chart.yaml` (+1 othe…

…r) (grafana#8923)

**Here is a summary of the updates contained in this PR:**
***
Update attribute `$.appVersion` in yaml file
`./production/helm/loki/Chart.yaml` to the following value: `2.7.5`
***
Bump version of Helm Chart
Add changelog entry to `./production/helm/loki/CHANGELOG.md`
Re-generate docs

Co-authored-by: Michel Hollands <[email protected]>

v2.7.5

Toggle v2.7.5's commit message
tagging release 2.7.5

helm-loki-4.8.0

Toggle helm-loki-4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CI/CD] Update yaml file `./production/helm/loki/values.yaml` (+1 oth…

…er) (grafana#8655)

**Here is a summary of the updates contained in this PR:**
***
Update attribute `$.enterprise.version` in yaml file
`./production/helm/loki/values.yaml` to the following value: `v1.6.2`
***
Bump version of Helm Chart
Add changelog entry to `./production/helm/loki/CHANGELOG.md`
Re-generate docs

Co-authored-by: Dylan Guedes <[email protected]>

v2.7.4

Toggle v2.7.4's commit message

Verified

This tag was signed with the committer’s verified signature.
DylanGuedes Dylan Guedes
tagging release v2.7.4

helm-loki-4.7.0

Toggle helm-loki-4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Helm: fix enterprise-logs license secret name (grafana#8498)

**What this PR does / why we need it**:

Rename `gel-license.jwt` property of secret `gel-secrets` to
`license.jwt` on enterprise-logs chart to make it consistent betwen
`gel-secrets` and `gel-license` kubectl secrets.

* Fix the `stringData` property of the GEL secret, to contain
`license.jwt` property when importing:
* `gel-secrets`: containing both the `gcp_service_account.json` and
`license.jwt` properties
https://github.com/grafana/loki/blob/6ece17a82f15319b58befaef9aefcd9059ad266d/production/helm/loki/docs/examples/enterprise/enterprise-secrets.yaml#L1-L12
* `gel-license`: containing only the `license.jwt` property
https://github.com/grafana/loki/blob/6a7403c4f5cd0a01dea13954fe6f51631f485ad1/tools/dev/k3d/environments/helm-cluster/main.jsonnet#L213-L217
* Minor fixes in the README documentation.

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`

helm-loki-4.6.2

Toggle helm-loki-4.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Helm: update changelog with changes from PR grafana#8467 (grafana#8601)

**What this PR does / why we need it**:

Update changelog with changes from PR grafana#8467 and bump helm chart version
to 4.6.2

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`

helm-loki-4.6.1

Toggle helm-loki-4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Helm: Remove unreleased setting from Helm chart configuration file (g…

…rafana#8515)

Signed-off-by: Christian Haudum <[email protected]>