Skip to content

Commit

Permalink
minor(deps): update minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 81dea41 commit 4563ba0
Showing 1 changed file with 2 additions and 2 deletions.
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.50.1

# @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

0 comments on commit 4563ba0

Please sign in to comment.