Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.43.0
Choose a base ref
...
head repository: prometheus/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.44.0
Choose a head ref
  • 19 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 11, 2023

  1. config: allow TLS data to be provided inline

    This permits TLS data to be provided inline rather than by specifying a
    file on disk.
    
    Signed-off-by: Robert Fratto <[email protected]>
    rfratto committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5915888 View commit details
    Browse the repository at this point in the history
  2. config: add tests for inline TLS configs

    Signed-off-by: Robert Fratto <[email protected]>
    rfratto committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7b35f6a View commit details
    Browse the repository at this point in the history
  3. config: remove unused internal function

    Signed-off-by: Robert Fratto <[email protected]>
    rfratto committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    bcb00f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Allow custom log.Logger

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    769f5e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Remove unnecessary else and use NewSyncWriter again

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    01d2b4a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Enable dependabot for sigv4

    Also update the sigv4 go.mod with dependabot.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ad1759c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge pull request #474 from jkroepke/custom-logger

    Allow custom log.Logger
    Julien Pivotto authored May 11, 2023
    Configuration menu
    Copy the full SHA
    f505d86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #472 from grafana/inline-ca-strings

    Allow TLS settings to be specified inline
    Julien Pivotto authored May 11, 2023
    Configuration menu
    Copy the full SHA
    085fa47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #480 from prometheus/superq/update_sigv4-bot

    Enable dependabot for sigv4
    Julien Pivotto authored May 11, 2023
    Configuration menu
    Copy the full SHA
    65a4236 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/net from 0.9.0 to 0.10.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0.
    - [Commits](golang/net@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    7364518 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.43.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](v0.42.0...v0.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    68e477e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #486 from prometheus/dependabot/go_modules/sigv4/g…

    …ithub.com/prometheus/common-0.43.0
    
    Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
    Julien Pivotto authored May 11, 2023
    Configuration menu
    Copy the full SHA
    96ade15 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #483 from prometheus/dependabot/go_modules/golang.…

    …org/x/net-0.10.0
    
    Bump golang.org/x/net from 0.9.0 to 0.10.0
    Julien Pivotto authored May 11, 2023
    Configuration menu
    Copy the full SHA
    2f0f5c4 View commit details
    Browse the repository at this point in the history
  8. Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.7.0 to 0.8.0.
    - [Commits](golang/oauth2@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    27af2c4 View commit details
    Browse the repository at this point in the history
  9. Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.0...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] <[email protected]>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    24a8815 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #485 from prometheus/dependabot/go_modules/sigv4/g…

    …ithub.com/stretchr/testify-1.8.2
    
    Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
    SuperQ authored May 22, 2023
    Configuration menu
    Copy the full SHA
    062aaec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #482 from prometheus/dependabot/go_modules/golang.…

    …org/x/oauth2-0.8.0
    
    Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
    SuperQ authored May 22, 2023
    Configuration menu
    Copy the full SHA
    ac06723 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.26 to 1.44.266.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.43.26...v1.44.266)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    211d8fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #489 from prometheus/dependabot/go_modules/sigv4/g…

    …ithub.com/aws/aws-sdk-go-1.44.266
    
    Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
    SuperQ authored May 22, 2023
    Configuration menu
    Copy the full SHA
    94bf982 View commit details
    Browse the repository at this point in the history
Loading