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

[bot] Bump openshift/prometheus-operator to v0.64.0 #223

Closed

Commits on Feb 9, 2023

  1. build(deps): bump golang.org/x/net from 0.5.0 to 0.6.0 (prometheus-op…

    …erator#5329)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7166d6d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Adds e2e test to validate ThanosRuler queryConfig field

    Closes prometheus-operator#5187
    
    Problem: Before this commit the code path used by the field queryConfig
    was not being tested in e2e tests
    
    Solution: This commit adds a test that validates that if queryConfig is
    set, then the operator will configure the ThanosRuler deployment
    correctly
    
    Signed-off-by: JoaoBraveCoding <jmarcal@redhat.com>
    JoaoBraveCoding committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    618ecc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5333 from JoaoBraveCoding/than…

    …os-ruler-query-config-test
    
    Adds e2e test to validate ThanosRuler queryConfig field
    simonpasquier committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c237d26 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. chore: bump golangci-lint to v1.51.1 (prometheus-operator#5339)

    * test: fix variable captured in loop closure
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6584494 View commit details
    Browse the repository at this point in the history
  2. [NONE] - Adding extra information and examples about Relabel and Metr…

    …ic Relabel (prometheus-operator#5320)
    
    * [FEAT] adding examples about relabel and metric relabel
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    
    * [FEAT] adding examples
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    * [FEAT] adding examples
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    * Update Documentation/user-guides/running-exporters.md
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    ---------
    
    Co-authored-by: Guillaume Hérail <xiu@users.noreply.github.com>
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    4 people committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0cb772e View commit details
    Browse the repository at this point in the history
  3. Generate Prometheus configuration through interface (prometheus-opera…

    …tor#5310)
    
    * Create Interface between Prometheus and PrometheusAgent
    
    * Refactor: Use PrometheusInterface to generate configuration
    
    * Hide PrometheusInterface from API documentation
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    ArthurSens committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f42c786 View commit details
    Browse the repository at this point in the history
  4. Set Read/ReadHeaderTimeouts on http.Server

    Default to 30s
    
    via gosec linter - G112: Potential slowloris attack
    
    https://medium.com/a-journey-with-go/go-understand-and-mitigate-slowloris-attack-711c1b1403f6
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7fefa2b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 (prometheus-op…

    …erator#5342)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1758cd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge pull request prometheus-operator#5340 from mrueg/slowloris-fix

    Set Read/ReadHeaderTimeouts on http.Server
    simonpasquier committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f9d8747 View commit details
    Browse the repository at this point in the history
  2. Adds JoaoBraveCoding to Triage

    Signed-off-by: JoaoBraveCoding <jmarcal@redhat.com>
    JoaoBraveCoding committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    184c011 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5344 from JoaoBraveCoding/joao…

    …-triage
    
    Adds JoaoBraveCoding to Triage
    simonpasquier committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8c73904 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. build(deps): bump golang.org/x/net in /pkg/apis/monitoring (prometheu…

    …s-operator#5351)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.5.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b8454cb View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 in /pkg/client (

    …prometheus-operator#5352)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.5.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ecbbd34 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 in /scripts (p…

    …rometheus-operator#5353)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.5.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d5ff0c5 View commit details
    Browse the repository at this point in the history
  2. chore: update to Go 1.20 (prometheus-operator#5348)

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8051947 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/prometheus/common from 0.39.0 to 0.40.0 (p…

    …rometheus-operator#5355)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.39.0 to 0.40.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.39.0...v0.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    01dc7e1 View commit details
    Browse the repository at this point in the history
  4. build: sign tagged images with cosign

    Images with the `main` tag aren't signed because if I understand
    correctly, it's not possible to sign again an existing image. Otherwise
    we would have to suffix the tag with the short commit ID (e.g.
    `:main-01234567`). At the same time, using the main (or latest) tag isn't
    the best choice in terms of reproducibility/stability so not having
    signed images is probably not a big deal.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8aba854 View commit details
    Browse the repository at this point in the history
  5. config-reloader: add the reload-timeout argument (prometheus-operator…

    …#5349)
    
    * config-reloader: add the reload-timeout argument
    
    this new argument enables you to increase (or decrease) the duration for config-reloader to wait after Prometheus' reload
    
    Fixes prometheus-operator#5346
    JHeilCoveo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    57a3e0c View commit details
    Browse the repository at this point in the history
  6. config-reloader: add init-config-reloader to alertmanager

    this ensures there is no race between alertmanager and config-reloader
    generating config during initial launch
    
    Fixes prometheus-operator#5357
    r3nic1e committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0d28932 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Merge pull request prometheus-operator#5358 from r3nic1e/alertmanager…

    …-init-config
    
    config-reloader: add init-config-reloader to alertmanager
    simonpasquier committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0c583ad View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. apis: Add Thanos BlockSize control

    Add a BlockSize param to the ThanosSpec to allow configuration of the
    Prometheus min/max block duration when using the Thanos Sidecar.
    
    Fixes: prometheus-operator#4414
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    eb21ea9 View commit details
    Browse the repository at this point in the history
  2. api: define default value for spec.portName

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ba66d85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5360 from SuperQ/thanos_compac…

    …t_time
    
    apis: Add Thanos BlockSize control
    simonpasquier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3bdbe85 View commit details
    Browse the repository at this point in the history
  4. chore: update release schedule (prometheus-operator#5362)

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    48ab454 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. refactor: replace github.com/ghodss/yaml with sigs.k8s.io/yaml

    At the time of making this commit, the package `github.com/ghodss/yaml`
    is no longer actively maintained.
    
    `sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively
    maintained by Kubernetes SIG.
    
    Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
    Juneezee committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c7210bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5366 from Juneezee/refactor/yaml

    refactor: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml`
    simonpasquier committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1d3fa63 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. pkg/apis: Support dropequal and keepequal relabel actions

    Fixes prometheus-operator#5363
    
    Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
    slashpai committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    cbc8cfc View commit details
    Browse the repository at this point in the history
  2. Refactor: Use PrometheusInterface to generate statefulset (prometheus…

    …-operator#5334)
    
    * Refactor: Use PrometheusInterface to generate statefulset
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * Fix potential nil pointer exception for thanos blockDuration
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * (tests): Fix TestThanosObjectStorage and TestThanosObjectStorageFile
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * Update pkg/prometheus/statefulset.go
    
    ---------
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    ArthurSens and simonpasquier committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3064bb5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5350 from simonpasquier/defaul…

    …t-port-name
    
    api: define default value for `spec.portName`
    simonpasquier committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f337e4e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (pr…

    …ometheus-operator#5373)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6c18db1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. pkg/alertmanager: minor code clean-up (prometheus-operator#5374)

    * pkg/alertmanager: minor code clean-up
    
    Use constants instead of hardcoded strings.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    
    * Apply Philip's suggestions
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    
    ---------
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ef5fad7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5368 from slashpai/support_new…

    …_relabel_cfg
    
    pkg/apis: Support dropequal and keepequal relabel actions
    simonpasquier committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    aeb1213 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5356 from simonpasquier/cosign…

    …-images
    
    build: sign tagged container images with cosign
    simonpasquier committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    567d65d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. build(deps): bump k8s.io/api from 0.26.1 to 0.26.2

    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.26.1 to 0.26.2.
    - [Release notes](https://github.com/kubernetes/api/releases)
    - [Commits](kubernetes/api@v0.26.1...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7b5337f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Fixes some docs links to k8s docs

    Closes prometheus-operator#5375
    
    Signed-off-by: JoaoBraveCoding <jmarcal@redhat.com>
    JoaoBraveCoding committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0180d53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5384 from JoaoBraveCoding/5375

    Fixes some docs links to k8s docs
    simonpasquier committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c13e757 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5380 from prometheus-operator/…

    …dependabot/go_modules/k8s.io/api-0.26.2
    
    build(deps): bump k8s.io/api from 0.26.1 to 0.26.2
    simonpasquier committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    60b59af View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Prepare package organization for PrometheusAgent (prometheus-operator…

    …#5371)
    
    * Prepare package organization for PrometheusAgent
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * Check Prometheus  major version during config generation
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    ---------
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    92efa17 View commit details
    Browse the repository at this point in the history
  2. scripts/push-docker-image.sh: fix script (prometheus-operator#5387)

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f1f2055 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/prometheus/common from 0.40.0 to 0.41.0 (p…

    …rometheus-operator#5389)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.40.0 to 0.41.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.40.0...v0.41.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    08a1b24 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 (

    prometheus-operator#5388)
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.4 to 0.14.5.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.14.4...v0.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    baa6e2b View commit details
    Browse the repository at this point in the history
  5. scripts/push-docker-image.sh: fix bad array index

    Follow-up of prometheus-operator#5387
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    de2b58e View commit details
    Browse the repository at this point in the history
  6. Merge pull request prometheus-operator#5390 from simonpasquier/fix-pu…

    …sh-script2
    
    scripts/push-docker-image.sh: fix bad array index
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    454ff16 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.1 to 0.26.2.
    - [Release notes](https://github.com/kubernetes/client-go/releases)
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.26.1...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bb50c07 View commit details
    Browse the repository at this point in the history
  8. Update documentation

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6777bae View commit details
    Browse the repository at this point in the history
  9. Merge pull request prometheus-operator#5381 from prometheus-operator/…

    …dependabot/go_modules/k8s.io/client-go-0.26.2
    
    build(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8785cd5 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump k8s.io/component-base from 0.26.1 to 0.26.2

    Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.26.1 to 0.26.2.
    - [Release notes](https://github.com/kubernetes/component-base/releases)
    - [Commits](kubernetes/component-base@v0.26.1...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/component-base
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9dcf634 View commit details
    Browse the repository at this point in the history
  11. scripts/push-docker-image.sh: update script for cosign v2 (prometheus…

    …-operator#5391)
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    82cdd71 View commit details
    Browse the repository at this point in the history
  12. Merge pull request prometheus-operator#5379 from prometheus-operator/…

    …dependabot/go_modules/k8s.io/component-base-0.26.2
    
    build(deps): bump k8s.io/component-base from 0.26.1 to 0.26.2
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e8233d9 View commit details
    Browse the repository at this point in the history
  13. build(deps): bump k8s.io/apiextensions-apiserver from 0.26.1 to 0.26.2

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.26.1 to 0.26.2.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.26.1...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    94f5b4c View commit details
    Browse the repository at this point in the history
  14. Merge pull request prometheus-operator#5382 from prometheus-operator/…

    …dependabot/go_modules/k8s.io/apiextensions-apiserver-0.26.2
    
    build(deps): bump k8s.io/apiextensions-apiserver from 0.26.1 to 0.26.2
    simonpasquier committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4acdc01 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. build(deps): bump golang.org/x/net from 0.7.0 to 0.8.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2f14800 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5394 from prometheus-operator/…

    …dependabot/go_modules/golang.org/x/net-0.8.0
    
    build(deps): bump golang.org/x/net from 0.7.0 to 0.8.0
    simonpasquier committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f15951a View commit details
    Browse the repository at this point in the history
  3. scripts/push-docker-image.sh: add amend option for main tag

    Since the 'main' tag is floating, we need to use the '--amend' flag when
    creating the manifest.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bba447e View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5393 from simonpasquier/fix-pu…

    …sh-script4
    
    scripts/push-docker-image.sh: add amend option for main tag
    simonpasquier committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1e0a95e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. .github/workflows/publish.yaml: fix typo (prometheus-operator#5395)

    The Quay username is available from the GitHub secrets!
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    105ae14 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Update gopkg.in/alecthomas/kingpin.v2 to github.com/alecthomas/kingpi…

    …n/v2
    
    Upstream changed package name, see:
    https://github.com/alecthomas/kingpin#overview
    
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a6c59d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5377 from mrueg/kingpinflag

    Update gopkg.in/alecthomas/kingpin.v2 to github.com/alecthomas/kingpin/v2
    simonpasquier committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    67cf0af View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0

    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.1 to 1.29.0.
    - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
    - [Commits](protocolbuffers/protobuf-go@v1.28.1...v1.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    51614b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5402 from prometheus-operator/…

    …dependabot/go_modules/google.golang.org/protobuf-1.29.0
    
    build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0
    simonpasquier committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fe37843 View commit details
    Browse the repository at this point in the history
  5. chore: simplify object manipulation

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f354407 View commit details
    Browse the repository at this point in the history
  6. Merge pull request prometheus-operator#5401 from simonpasquier/refact…

    …or-key-func
    
    chore: simplify object manipulation
    simonpasquier committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dd19613 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. pkg/operator: create Select method for rule selection

    reorganized rule selection code from prometheus
    and thanos package to reduce duplicate code.
    
    This change will also make sure
    there is no reconcillation failure on controller
    when a bad PrometheusRule object is created.
    Instead of a reconcillation failure, controller
    will just reject the bad PrometheusRule.
    
    Fixes prometheus-operator#5191
    
    Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
    slashpai committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    aa92da4 View commit details
    Browse the repository at this point in the history
  2. Add SlackAPIURL to Alertmanager global configuration (prometheus-oper…

    …ator#5383)
    
    * Add SlackAPIURL to Alertmanager global configuration
    
    Signed-off-by: Mohamed Chiheb <mohamed@giantswarm.io>
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    Mohamed Chiheb Ben Jemaa and simonpasquier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b2bc089 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5221 from slashpai/refactor_ru…

    …le_selection
    
    pkg/operator: create Select method for rule selection
    simonpasquier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    16dfbf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. pkg/prometheus/server: fix nil accessor field

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2e41b99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5409 from simonpasquier/fix-ni…

    …l-accessor
    
    pkg/prometheus/server: fix nil accessor field
    simonpasquier committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    16a87ff View commit details
    Browse the repository at this point in the history
  3. add thanos config_timeout and config_interval args (prometheus-operat…

    …or#5399)
    
    * add thanos config args
    
    Introducing missing arguments for thanos config interval and timeout.
    thanos-io/thanos#5573
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    viennaa and simonpasquier committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e2ce57a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. build(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (p…

    …rometheus-operator#5412)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1.
    - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
    - [Commits](protocolbuffers/protobuf-go@v1.29.0...v1.29.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    25ca3e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. improve run-external script to show usage info

    Signed-off-by: Sunil Thaha <sthaha@redhat.com>
    sthaha committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0e48ae4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5414 from sthaha/fix-external

    improve run-external script to show usage info
    simonpasquier committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    68f7f04 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. build(deps): bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    592f8c3 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (p…

    …rometheus-operator#5418)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.1 to 1.30.0.
    - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
    - [Commits](protocolbuffers/protobuf-go@v1.29.1...v1.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    eeee584 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Merge pull request prometheus-operator#5417 from prometheus-operator/…

    …dependabot/github_actions/actions/setup-go-4
    
    build(deps): bump actions/setup-go from 3 to 4
    simonpasquier committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f7bcc4b View commit details
    Browse the repository at this point in the history
  2. Introduce ResourceSelector interface to be used by diferent operators (

    …prometheus-operator#5392)
    
    * Introduce ResourceSelector interface to be used by diferent operators
    
    * pkg/thanos/rules.go: Reuse ListMatchingNamespaces from operator pkg
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d16abbd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. build(deps): bump k8s.io/api from 0.26.2 to 0.26.3 (prometheus-operat…

    …or#5425)
    
    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.26.2 to 0.26.3.
    - [Release notes](https://github.com/kubernetes/api/releases)
    - [Commits](kubernetes/api@v0.26.2...v0.26.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a6a7c6f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump k8s.io/apimachinery from 0.26.2 to 0.26.3 (promethe…

    …us-operator#5426)
    
    Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.26.2 to 0.26.3.
    - [Release notes](https://github.com/kubernetes/apimachinery/releases)
    - [Commits](kubernetes/apimachinery@v0.26.2...v0.26.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    fa361d4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3 (prometheus-…

    …operator#5429)
    
    * build(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3
    
    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.2 to 0.26.3.
    - [Release notes](https://github.com/kubernetes/client-go/releases)
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.26.2...v0.26.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * regenerate + bump other k8s dependencies
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    dependabot[bot] and simonpasquier committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2de1db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add OpsGenieAPIURL OpsGenieAPIKey to global config (prometheus-operat…

    …or#5422)
    
    * Add OpsGenieAPIURL OpsGenieAPIKey to global config
    
    * Generate missing fields
    Mohamed Chiheb Ben Jemaa committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a9206d6 View commit details
    Browse the repository at this point in the history
  2. Remove /apis endpoints (prometheus-operator#5396)

    /apis was a workaround for getting status about the Prometheus objects
    managed by the operator. The status subresource is available since
    v0.56.0 and there's no reason for not using the native Kubernetes way
    rather than the operator API.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4054641 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix: new metadata informer

    This patch uses  metadatainformer package to watch secrets and
    configmaps so that all content need not be loaded into memory thus
    reducing the amount of memory consumed.
    
    Fixes: prometheus-operator#5410
    
    Signed-off-by: Sunil Thaha <sthaha@redhat.com>
    sthaha committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4ea54d8 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/prometheus/prometheus from 0.42.0 to 0.4…

    …3.0 (prometheus-operator#5436)
    
    Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.42.0 to 0.43.0.
    - [Release notes](https://github.com/prometheus/prometheus/releases)
    - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
    - [Commits](prometheus/prometheus@v0.42.0...v0.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/prometheus
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    50504e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5424 from sthaha/fix-5410-meta…

    …data-informers
    
    fix: improve memory usage by using metadata informer
    simonpasquier committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a89e8ad View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. chore: update default Prometheus version

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9f5ff6d View commit details
    Browse the repository at this point in the history
  2. pkg/thanos: use metadata-informer for configmaps

    This is follow up of fix of prometheus-operator#5410. The patch updates thanos controllers
    as well to use metadata-informer for watching configmaps.
    
    Fixes: prometheus-operator#5438
    
    Signed-off-by: Sunil Thaha <sthaha@redhat.com>
    sthaha committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9a0e17c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge pull request prometheus-operator#5440 from simonpasquier/bump-prom

    chore: update default Prometheus version
    simonpasquier committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8c6333a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/stale from 7 to 8 (prometheus-operator#5442)

    Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ffacf3a View commit details
    Browse the repository at this point in the history
  3. chore: bump Thanos version (prometheus-operator#5447)

    * chore: bump Thanos version
    
    * chore: bump go4.org/unsafe/assume-no-moving-gc to support Go 1.20
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    
    ---------
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f9c0601 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5448 from sthaha/fix-move-to-m…

    …etadatainformer
    
    pkg/thanos: use metadata-informer for configmaps
    simonpasquier committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    32ebc58 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Prometheus Agent support (prometheus-operator#5385)

    * Introduce PrometheusAgent CRD
    
    Operator is able to run with PrometheusAgent resources in the cluster, but doesn't do anything with them yet. This is the first step to implement the Prometheus Agent Operator.
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * Re-enable configmap and secret informers
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 1a71db0)
    
    * Implement Resolve for Agent operator
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 4955816)
    
    * Operator is able to create Agent Statefulset
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 7a38266)
    
    * Agent Operator creates secret from ServiceMonitors
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 1123266)
    
    * Agent Operator creates secret from PodMonitors
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 5ae5517)
    
    * Agent Operator creates secret from Probes
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 9637612)
    
    * Agent Operator configures remote-write
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit c4bdf23)
    
    * Agent Operator configures additionalScrapeConfigs
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit d9f28db)
    
    * Implement UpdateStatus
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit c546eca)
    
    * Add resource handlers
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 5b83359)
    
    * make format
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 6507964)
    
    * Only start agent operator if there is enough permission
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * Remove node endpoint syncronization from agent operator
    
    The server operator already handles it
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * Move PrometheusAgent API from v1 to v1alpha1
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * pkg/prometheus/agent/statefulset.go: Fix image concatenation
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * Avoid name colisions between Prometheus Agents and Servers
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * agent/createOrUpdateConfigurationSecret: Do not handle case where servicemonitor and podmonitor selectors are empty
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * make format
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * make --always-make format generate
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    
    * Remove unused fields from Operator struct
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * Add deployment mode as new selector label for agent/server ssts
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * WIP: Fix OperatorUpgrade e2e test
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * Panic if type casting PrometheusInterface doesn't return Prometheus/Agent
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * Detect whether PrometheusAgent CRD is installed or not
    
    If the operator's service account has all permissions on the cluster and
    the CRD isn't installed then the PrometheusAgent controller will run
    but fail because of the absence of the CRD.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    
    * Create dedicated governing service for Prometheus agent
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    
    ---------
    
    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    ArthurSens and simonpasquier committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cc47b1e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. chore: cut v0.64.0-rc.0

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4e487a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5453 from simonpasquier/cut-0.…

    …63.0-rc.0
    
    chore: cut v0.64.0-rc.0
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7b3935f View commit details
    Browse the repository at this point in the history
  3. ci: fix cosign execution

    The token used by GitHub actions needs write permission for the id-token
    scope in order to achieve identity-based (e.g. "keyless") signing.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    218e324 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5460 from simonpasquier/add-to…

    …ken-perm
    
    ci: fix cosign execution
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    886a840 View commit details
    Browse the repository at this point in the history
  5. ci: fix image push

    The token used by GitHub Actions also needs write permission for packages.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c38fce8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request prometheus-operator#5461 from simonpasquier/add-wr…

    …ite-packages
    
    ci: fix image push
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0e62554 View commit details
    Browse the repository at this point in the history
  7. chore: cut v0.64.0-rc.1

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3964662 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update help text for flags prometheus-instance-namespaces/prometheus-…

    …instance-selector
    
    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0873eb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5463 from simonpasquier/cut-0.…

    …63.0-rc.1
    
    Cut 0.63.0 rc.1
    simonpasquier committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    94b8bf7 View commit details
    Browse the repository at this point in the history
  3. chore: cut v0.64.0

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    28b3f53 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5462 from ArthurSens/flags

    Update help text for flags prometheus-instance-namespaces/prometheus-instance-selector
    simonpasquier committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    49d737b View commit details
    Browse the repository at this point in the history
  5. Merge pull request prometheus-operator#5465 from simonpasquier/cut-0.…

    …64.0
    
    chore: cut v0.64.0
    simonpasquier committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9785230 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    041f829 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6

    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.5 to 0.14.6.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.14.5...v0.14.6)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f03ff89 View commit details
    Browse the repository at this point in the history
  8. Merge pull request prometheus-operator#5467 from prometheus-operator/…

    …release-0.64
    
    Release 0.64
    simonpasquier committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    645e25a View commit details
    Browse the repository at this point in the history
  9. Merge pull request prometheus-operator#5468 from prometheus-operator/…

    …dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.6
    
    build(deps): bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6
    simonpasquier committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    aa8222d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. prometheus/agent/operator: Log when missing permissions

    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    eff9aa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix a type in scape timeout description (prometheus-operator#5475)

    Co-authored-by: wei.jiang <wei.jiang@workday.com>
    steven05jiang and wei.jiang committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    614d7ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5472 from ArthurSens/arthursen…

    …s/log-missing-permissions-5457
    
    prometheus/agent/operator: Log when missing permissions
    simonpasquier committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    1b1d3e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Ensure securityContext.seccompProfile.type is set

    Found via: PodSecurity "restricted:1.26.0"
    jcpunk committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6ce555d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge pull request prometheus-operator#5477 from jcpunk/securityConte…

    …xt.seccompProfile.type
    
    Ensure securityContext.seccompProfile.type is set
    simonpasquier committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9e487e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. [feat] Add prometheus config reloader livenessProbe & readinessProbe (p…

    …rometheus-operator#5449)
    
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    dongjiang1989 and simonpasquier committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c7e4d95 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/brancz/kube-rbac-proxy

    Bumps [github.com/brancz/kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) from 0.14.0 to 0.14.1.
    - [Release notes](https://github.com/brancz/kube-rbac-proxy/releases)
    - [Changelog](https://github.com/brancz/kube-rbac-proxy/blob/master/CHANGELOG.md)
    - [Commits](brancz/kube-rbac-proxy@v0.14.0...v0.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/brancz/kube-rbac-proxy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8efa794 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4e8adf1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5482 from prometheus-operator/…

    …dependabot/go_modules/github.com/brancz/kube-rbac-proxy-0.14.1
    
    build(deps): bump github.com/brancz/kube-rbac-proxy from 0.14.0 to 0.14.1
    simonpasquier committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    5bd9a37 View commit details
    Browse the repository at this point in the history
  5. Merge pull request prometheus-operator#5483 from prometheus-operator/…

    …dependabot/go_modules/golang.org/x/net-0.9.0
    
    build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0
    simonpasquier committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1448496 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. PrometheusRule CRD: declare spec.rules optional (prometheus-operator#…

    …5481)
    
    * Update prometheusrule_types.go
    
    PrometheusRule CRD: declare spec.rules optional
    
    * Added E2E test for empty rule
    
    * make generate
    jkroepke committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    eff4cf7 View commit details
    Browse the repository at this point in the history
  2. Mention PrometheusAgent in README (prometheus-operator#5496)

    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    27943fe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. chore: Also format docs on make format

    Sometimes, it's hard to identify the source of a formatting issue. `make
    check-docs` will complain about something that `make --always-make format
    generate` doesn't fix. `make docs` wasn't included in `make format`.
    
    References:
    - https://kubernetes.slack.com/archives/C01B03QCSMN/p1681670965886149
    xiu committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    30153d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Highligth support channels for kube-prometheus-stack

    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e9f6546 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge pull request prometheus-operator#5516 from ArthurSens/support-t…

    …emplate
    
    Highlight support channels for kube-prometheus-stack
    simonpasquier committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6ae2ce6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5502 from xiu/format_docs

    chore: Also format docs on make format
    simonpasquier committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    fc5e61f View commit details
    Browse the repository at this point in the history
  3. feat: add ThanosRuler's status subresource

    Following prometheus-operator#4580 and 5270, this change implements the status subresource
    for the ThanosRuler CRD.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    318530d View commit details
    Browse the repository at this point in the history
  4. Factorize code updating objects with Available!=True

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0540deb View commit details
    Browse the repository at this point in the history
  5. Fix panic when collecting metrics from Prometheus Agent controller

    Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
    (cherry picked from commit 88a0435)
    ArthurSens committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    906ecb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. chore: use Alertmanager's status to check readiness (prometheus-opera…

    …tor#5522)
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    291e0dd View commit details
    Browse the repository at this point in the history
  2. Implement UpdateStatus() for ThanosRuler

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7a7cacd View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5511 from ArthurSens/panic-col…

    …lector
    
    Fix panic when collecting metrics from Prometheus Agent controller
    simonpasquier committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    af55071 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9243af0 View commit details
    Browse the repository at this point in the history
  5. chore: cut v0.64.1

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ee81ee2 View commit details
    Browse the repository at this point in the history
  6. feat: support setting AM web.timeout and get-concurrency (prometheus-…

    …operator#5478)
    
    * feat: support  setting AM web.timeout and get-concurrency
    
    Fixes: prometheus-operator#5365
    
    * make generate
    
    ---------
    
    Signed-off-by: Sunil Thaha <sthaha@redhat.com>
    sthaha committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3dc5c89 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge pull request prometheus-operator#5524 from simonpasquier/cut-0.…

    …64.1
    
    chore: cut v0.64.1
    simonpasquier committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3eaa4a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5528 from prometheus-operator/…

    …release-0.64
    
    Release 0.64
    simonpasquier committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e753149 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Merge pull request prometheus-operator#5520 from simonpasquier/thanos…

    …ruler-status
    
    feat: add ThanosRuler's status subresource
    simonpasquier committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c8e01fd View commit details
    Browse the repository at this point in the history
  2. Move controller creation pre-requisites to validation

    method `CheckPrerequisites()` to avoid creating
    controller object incase of validation failure.
    
    This is used for prometheus-agent controller as part of
    this commit.
    These methods can be re-used for future CRD validation
    and controllers
    
    Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
    slashpai committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    096c4c2 View commit details
    Browse the repository at this point in the history
  3. pkg/apis: Support Prometheus RuleGroup Limit

    Fixes prometheus-operator#4998
    
    Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
    slashpai committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b221227 View commit details
    Browse the repository at this point in the history
  4. pkg/apis: Add endpoint scheme validation

    Fixes prometheus-operator#5526
    
    Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
    slashpai committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    28e0383 View commit details
    Browse the repository at this point in the history
  5. pkg/apis: Add http scheme validation in podmonitor and probe

    Related-to prometheus-operator#5526
    
    Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
    slashpai committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b95dbbb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request prometheus-operator#5529 from slashpai/endpoint_sc…

    …heme
    
    pkg/apis: Add endpoint scheme validation
    simonpasquier committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f237294 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-operator#5476 from slashpai/agent_valid…

    …ation
    
    fix: Add validation method for controller and crd's
    simonpasquier committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e5cd5c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#4999 from slashpai/am_limit

    pkg/apis: Support Prometheus RuleGroup Limit
    simonpasquier committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0b0de7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5531 from slashpai/podmetric_p…

    …robe_scheme
    
    pkg/apis: Add http scheme validation in podmonitor and probe
    simonpasquier committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3499444 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fix number of failed sync status

    liuyang committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c3232b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df20f4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus-operator#5534 from xiu/wrap_error_crd_v…

    …alidation
    
    fix: Wrap downstream error when checking that a CRD is installed
    simonpasquier committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    64c2de6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5533 from daggerly/reconciliat…

    …ion-status
    
    Fix number of failed sync status
    simonpasquier committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9096109 View commit details
    Browse the repository at this point in the history
  5. chore: update to Kubernetes v1.27.1 (prometheus-operator#5530)

    The Kubernetes version used in the e2e tests is v1.26.3 because v1.27.1
    doesn't work yet with kind.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    34f15c3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. build(deps): bump github.com/prometheus/client_golang (prometheus-ope…

    …rator#5537)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.14.0...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2023
    Configuration menu
    Copy the full SHA
    06b5c41 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Update Arthur's affiliation

    Signed-off-by: ArthurSens <arthursens2005@gmail.com>
    ArthurSens committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7a88881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ba198 View commit details
    Browse the repository at this point in the history
  3. feat: Add ScrapeConfig CRD (prometheus-operator#5335)

    * api/v1alpha1: Add ScrapeConfig CRD
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * api/v1: Add ScrapeConfig selectors to Prometheus
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * prometheus/server/operator: Add ScrapeConfig selection logic
    
    Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * prometheus/server/operator: Add static_config generation from ScrapeConfig
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * prometheus/server/operator: Add file_sd_config and http_sd_config generation from ScrapeConfig
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * prometheus/server/operator: Check ScrapeConfig permissions before trying to select them
    
    * prometheus/server/operator: Check that the ScrapeConfig CRD is installed
    
    * fix: Apply suggestions from Joao
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * fix: Apply suggestion from mrueg
    
    Co-authored-by: Manuel Rüger <manuel@rueg.eu>
    
    * fix: Properly generate scrape configurations for PrometheusAgent
    
    Also check that the ScrapeConfig CRD is installed and that the operator has the
    right permissions.
    
    * fix: Address Joao's points
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * fix: ScrapeConfig only needs get,list,watch
    
    References:
    - prometheus-operator#5335 (comment)
    
    Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * fix: Implement ScrapeConfig ResourceEventHandlerFuncs
    
    References:
    - prometheus-operator#5335 (comment)
    
    Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * fix: Missing permissions for prometheus-operator's serviceaccount
    
    * fix: Address Arthur's feedback
    
    Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
    
    * fix: Address Simon's feedback
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    * feat: Add ScrapeConfig.HonorTimestamps
    
    * feat: Add ScrapeConfig.HonorLabels
    
    * fix: Address feedback from Joao
    
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    
    * fix: Address Simon's feedback
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    
    * chore: Finalize the move to CRDChecker
    
    * fix: Include ScrapeConfig in e2e tests
    
    * docs: spec.ProbeSelector -> spec.probeSelector
    
    * fix: Don't addEventHandler if we don't have a scrape confirm informer
    
    * fix: Address feedback from Simon and Philip
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    Co-authored-by: Philip Gough <philip.p.gough@gmail.com>
    
    * fix: Wrap error with a better error message
    
    * fix: Linting
    
    ---------
    
    Co-authored-by: Simon Pasquier <spasquie@redhat.com>
    Co-authored-by: Joao Marcal <joao.marcal12@gmail.com>
    Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
    Co-authored-by: Manuel Rüger <manuel@rueg.eu>
    Co-authored-by: Philip Gough <philip.p.gough@gmail.com>
    6 people committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b07f92c View commit details
    Browse the repository at this point in the history
  4. Merge pull request prometheus-operator#5542 from philipgough/65-prep-1

    chore: make update-go-deps in prep for release v0.65.0
    simonpasquier committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bf557c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request prometheus-operator#5540 from ArthurSens/arthur-co…

    …mpany
    
    Update Arthur's affiliation
    simonpasquier committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e77aeaa View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Release 0.65.0 prep (prometheus-operator#5548)

    * release-chore: Bump version to 0.65.0
    
    * release-chore: make clean generate
    
    * release-chore: Update versions in go.mod
    
    * release-chore: Add CHANGELOG for v0.65.0
    
    * release-chore: make docs
    
    * test:e2e: Modify semver check for ThanosRuler
    
    * test:e2e: Add namespace to WaitForThanosRulerReady sig
    philipgough committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fa7f9eb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge tag 'refs/tags/v0.65.0'

    v0.65.0
    
    # -----BEGIN PGP SIGNATURE-----
    #
    # iQIzBAABCAAdFiEEhSXnVwfRWa2LCyGwpzydUrj9g2EFAmRT2vcACgkQpzydUrj9
    # g2GtEw//RzmP9uq7z9mU/2kMDLQKMnl2H6R+p4el4m31i70cR9tEsdPt4wPedm9D
    # RKtthq3XXmYxgmaCN/MQC4UofkmcR9fgz9QbVfa3kWQqWK4FNI+LzUmpt3C1oWn8
    # luPK56wQmISUQw5CeUnUBps1s7+h4AHZVU5Z3cQu2DGLFpmC7wAnIwoyP21sntwI
    # sNX2sN0lA8+26J+QX1JHaiIfslvj/OyGGO0XGxP293awLVNxCEgKFjfuaoDrOxbG
    # NIkYGeCJUrQTCWEO23Su9TlOwzQzPponnhP7V3lOlxu9kaDkJThTJE8XEb0Q3LC1
    # Qat77c2cCeHRozQt80pL4iN4ZIsrkJUUW0sSQiNWsd5JMxVh+2fA560Z3NCnkR7+
    # xP4km3GKsn0LRlL+W/mgyWUN+CIBMilFDP3HP3nEJaa6jB1rRJa3OfadVMnhMnME
    # x5DfDN93k7Mjmbj7eNins0j3M8caMYtN6u2Sp388qSiONzI+klBtBzOPVXR+0T5/
    # FJm/GfhPEpjzIS431JiOg2rleeUn4G8yFdQEnQRBXmaIAf7OBlY8ilLWGXpg+UtQ
    # amXCOGMru19y7WA1N2zLFjsoUaAl8RM5fMspKVef8n4i0jMPxnSZUr40oh2o1qbe
    # VaYaOxOR8qujTbB0Z0T99BZaDIaNHMhgwnBJFVWll4khSjS3UnQ=
    # =QhNF
    # -----END PGP SIGNATURE-----
    # gpg: directory '/home/runner/.gnupg' created
    # gpg: keybox '/home/runner/.gnupg/pubring.kbx' created
    # gpg: Signature made Thu May  4 16:19:03 2023 UTC
    # gpg:                using RSA key 8525E75707D159AD8B0B21B0A73C9D52B8FD8361
    # gpg: Can't check signature: No public key
    github-actions[bot] committed May 5, 2023
    Configuration menu
    Copy the full SHA
    d0cecb8 View commit details
    Browse the repository at this point in the history
  2. [bot] vendor: revendor

    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed May 5, 2023
    Configuration menu
    Copy the full SHA
    408de2e View commit details
    Browse the repository at this point in the history