Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(logging-apps): Fail deprecated loki-stack installations #1367

Merged

Conversation

hairmare
Copy link
Contributor

@hairmare hairmare commented Jan 16, 2025

Description

The loki-stack installation has been marked as deprecated for more than 6 months and it gets to fail now.

Issues

Checklist

  • This PR contains a description of the changes I'm making
  • I updated the version in Chart.yaml
  • I updated the changelog with an artifacthub.io/changes annotation in Chart.yaml, check the example in the documentation.
  • I updated applicable README.md files using pre-commit run
  • I documented any high-level concepts I'm introducing in docs/
  • CI is currently green and this is ready for review
  • I am ready to test changes after they are applied and released

@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 16, 2025
@hairmare hairmare marked this pull request as ready for review January 16, 2025 16:20
@hairmare hairmare requested a review from a team as a code owner January 16, 2025 16:20
@hairmare hairmare force-pushed the chore/logging-apps/fail-deprecated-loki-stack-installations branch from 787b0f6 to 6e2ff81 Compare January 16, 2025 17:27
@@ -1,33 +1,3 @@
{{ if .Values.lokiStack.enabled }}
{{ template "argoconfig.application" (list . "logging-apps.lokiStack") }}
{{ fail "loki-stack is DEPRECATED, uuse `loki` and `promtail` individually" }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
{{ fail "loki-stack is DEPRECATED, uuse `loki` and `promtail` individually" }}
{{ fail "loki-stack is DEPRECATED, use `loki` and `promtail` individually" }}

Copy link
Contributor Author

@hairmare hairmare Jan 28, 2025

Choose a reason for hiding this comment

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

fixed and rebased

@@ -2,7 +2,7 @@ apiVersion: v2
name: logging-apps
description: Argo CD app-of-apps config for logging applications
type: application
version: 0.35.0
version: 0.35.1
Copy link
Contributor

Choose a reason for hiding this comment

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

imo this should be a minor version, as it's a potentially breaking change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I updated this.

Users should keep in mind that the -apps charts have been doing https://0ver.org/ without any goal to change that.

@hairmare hairmare force-pushed the chore/logging-apps/fail-deprecated-loki-stack-installations branch 2 times, most recently from 2f18361 to e499a24 Compare January 28, 2025 19:00
@hairmare hairmare requested a review from cfi2017 January 28, 2025 19:13
Copy link
Contributor

@cfi2017 cfi2017 left a comment

Choose a reason for hiding this comment

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

lgtm

@hairmare hairmare enabled auto-merge (squash) January 28, 2025 19:31
@hairmare hairmare force-pushed the chore/logging-apps/fail-deprecated-loki-stack-installations branch from e499a24 to f069948 Compare January 28, 2025 19:33
@hairmare hairmare merged commit a4f97c1 into main Jan 28, 2025
3 checks passed
@hairmare hairmare deleted the chore/logging-apps/fail-deprecated-loki-stack-installations branch January 28, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants