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

minor(deps): update minor versions #49

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prometheus_installation: native

# @var prometheus_version:description: Version of the release to install
# renovate: datasource=github-releases depName=prometheus/prometheus
prometheus_version: 2.49.1
prometheus_version: 2.51.0

# @var prometheus_download:description: URL to the archive of the release to install
prometheus_download: "https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.linux-amd64.tar.gz"
Expand Down Expand Up @@ -180,7 +180,7 @@ prometheus_oauth2_enabled: False

# @var prometheus_oauth2_version:description: Version of the OAuth2 Proxy to download
# renovate: datasource=github-releases depName=oauth2-proxy/oauth2-proxy
prometheus_oauth2_version: 7.5.1
prometheus_oauth2_version: 7.6.0

# @var prometheus_oauth2_enabled:description: URL of the OAuth2 Proxy to download
prometheus_oauth2_download: "https://github.com/oauth2-proxy/oauth2-proxy/releases/download/v{{ prometheus_oauth2_version }}/oauth2-proxy-v{{ prometheus_oauth2_version }}.linux-amd64.tar.gz"
Expand Down