Skip to content

chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.6#109

Open
clb-robot wants to merge 1 commit intomainfrom
renovate/cookielab-grafana-alloy-kubernetes-1.x
Open

chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.6#109
clb-robot wants to merge 1 commit intomainfrom
renovate/cookielab-grafana-alloy-kubernetes-1.x

Conversation

@clb-robot
Copy link
Copy Markdown
Contributor

@clb-robot clb-robot commented Dec 4, 2025

This PR contains the following updates:

Package Type Update Change
cookielab/grafana-alloy/kubernetes (source) module major v0.0.6v1.0.6
cookielab/grafana-alloy/kubernetes (source) module patch v1.0.1v1.0.6

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

cookielab/terraform-kubernetes-grafana-alloy (cookielab/grafana-alloy/kubernetes)

v1.0.6

Compare Source

What's Changed
Features
  • Metrics remote_write authentication — The metrics variable now supports two authentication methods for prometheus.remote_write:

    • basic_auth via username and password fields
    • Bearer token via bearer_token field

    Both methods are optional and mutually exclusive. Credentials are injected as Kubernetes Secret environment variables and referenced in the generated River config.

  • OTLP receiver bearer token authentication — The otel-collector module now supports requiring Bearer Token authentication on the OTLP receiver (HTTP and gRPC) via otel.bearer_token.

  • Configurable agent name in all submodules — The agent_name variable is now exposed in all submodules (cluster, aws, node, single, kafka, loki-logs, custom, otel-collector), allowing custom naming of Helm releases.

  • Ingress support in all submodules — The ingress variable is now available across all submodules, enabling external access configuration per agent.

Documentation
  • Updated otel-collector example with realistic usage patterns.
Upgrade Notes

No breaking changes. All new fields are optional with null defaults.

# Basic auth example
metrics = {
  endpoint = "mimir.example.com"
  username = "user"
  password = "secret"
}

# Bearer token example
metrics = {
  endpoint     = "mimir.example.com"
  bearer_token = "token"
}

Full Changelog: cookielab/terraform-kubernetes-grafana-alloy@v1.0.5...v1.0.6

v1.0.5

Compare Source

What's Changed
Features
  • Add host_network variable to root module and all submodules — allows explicit control over hostNetwork on the controller pod; defaults to true for daemonset and false for deployment
  • Add hostNetwork support for daemonset and dynamic replicas via HPA for clustering
  • Add Datadog receiver support for OTel Collector module

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

What's Changed
  • chore(deps): update terraform helm to v3 by @​jindraj

Full Changelog: cookielab/terraform-kubernetes-grafana-alloy@v0.0.6...v1.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@clb-robot clb-robot force-pushed the renovate/cookielab-grafana-alloy-kubernetes-1.x branch 2 times, most recently from 10712be to 1087a0a Compare March 6, 2026 05:11
@clb-robot clb-robot changed the title chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1 chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.2 Mar 6, 2026
@clb-robot clb-robot force-pushed the renovate/cookielab-grafana-alloy-kubernetes-1.x branch from 1087a0a to ca07d59 Compare March 26, 2026 05:41
@clb-robot clb-robot changed the title chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.2 chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.4 Mar 26, 2026
@clb-robot clb-robot force-pushed the renovate/cookielab-grafana-alloy-kubernetes-1.x branch from ca07d59 to fcf8576 Compare April 1, 2026 03:07
@clb-robot clb-robot changed the title chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.4 chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.5 Apr 1, 2026
@clb-robot clb-robot changed the title chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.5 Update Terraform cookielab/grafana-alloy/kubernetes to v1.0.5 Apr 3, 2026
@clb-robot clb-robot changed the title Update Terraform cookielab/grafana-alloy/kubernetes to v1.0.5 chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.5 Apr 8, 2026
@clb-robot clb-robot force-pushed the renovate/cookielab-grafana-alloy-kubernetes-1.x branch from fcf8576 to bbf7d1c Compare April 10, 2026 03:07
@clb-robot clb-robot changed the title chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.5 chore(deps): update terraform cookielab/grafana-alloy/kubernetes to v1.0.6 Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant