Skip to content

feat(helm): Support s3 storage class - #13718

Closed
devsunb wants to merge 2 commits into
grafana:mainfrom
devsunb:main
Closed

feat(helm): Support s3 storage class#13718
devsunb wants to merge 2 commits into
grafana:mainfrom
devsunb:main

Conversation

@devsunb

@devsunb devsunb commented Jul 31, 2024

Copy link
Copy Markdown

What this PR does / why we need it:
Add support S3 storage class option in helm chart

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml and update production/helm/loki/CHANGELOG.md and production/helm/loki/README.md. Example PR
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR
@devsunb
devsunb requested a review from a team as a code owner July 31, 2024 05:35
@CLAassistant

CLAassistant commented Jul 31, 2024

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions Bot added area/helm type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories labels Jul 31, 2024
@devsunb
devsunb force-pushed the main branch 2 times, most recently from 5076a54 to bfdf36e Compare August 4, 2024 10:26

@jkroepke jkroepke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check, the configuration is part of the docs: https://grafana.com/docs/loki/latest/configure/#s3_storage_config

Could you please rebase the PR and take note of my comments?


## 6.10.3

- [FEATURE] Add support S3 storage class

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [FEATURE] Add support S3 storage class
- [FEATURE] Add support S3 storage class [#13718](https://github.com/grafana/loki/pull/13718)

[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)

## 6.10.3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the version bump, not longer nessesary

type: application
appVersion: 3.1.1
version: 6.10.2
version: 6.10.3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the version bump, not longer nessesary

# loki

![Version: 6.10.2](https://img.shields.io/badge/Version-6.10.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)
![Version: 6.10.3](https://img.shields.io/badge/Version-6.10.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the version bump, not longer nessesary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/helm size/S type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories

3 participants