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: nginx/nginx-plus-go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: nginx/nginx-plus-go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 20 commits
  • 23 files changed
  • 3 contributors

Commits on Dec 4, 2024

  1. Update dependency golangci/golangci-lint to v1.62.2 (#419)

    | datasource  | package                | from    | to      |
    | ----------- | ---------------------- | ------- | ------- |
    | github-tags | golangci/golangci-lint | v1.62.0 | v1.62.2 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    6bc03d1 View commit details
    Browse the repository at this point in the history
  2. Update docker/build-push-action action to v6.10.0 (#420)

    | datasource  | package                  | from   | to      |
    | ----------- | ------------------------ | ------ | ------- |
    | github-tags | docker/build-push-action | v6.9.0 | v6.10.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    b24ebb1 View commit details
    Browse the repository at this point in the history
  3. Update docker/dockerfile Docker tag to v1.12 (#421)

    | datasource | package           | from | to   |
    | ---------- | ----------------- | ---- | ---- |
    | docker     | docker/dockerfile | 1.11 | 1.12 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    f68f570 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Client server updates are attempted in full (#422)

    Client's UpdateHTTPServers and UpdateStreamServers methods now attempt to update all servers and return a combined error
    
    Previously these methods would return as soon as an error was encountered. Now they attempt to apply all the server updates and collect all errors encountered along the way. The reasoning behind this is that we want to apply as many of the desired changes as we possibly can and don't want any transitory errors that may affect a single server update to cause all the rest of the updates to be skipped.
    arussellf5 authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    753539e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Update pre-commit hook DavidAnson/markdownlint-cli2 to v0.17.1 (#425)

    | datasource  | package                      | from    | to      |
    | ----------- | ---------------------------- | ------- | ------- |
    | github-tags | DavidAnson/markdownlint-cli2 | v0.15.0 | v0.17.1 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    e2e4c01 View commit details
    Browse the repository at this point in the history
  2. Update actions/setup-go action to v5.2.0 (#428)

    | datasource  | package          | from   | to     |
    | ----------- | ---------------- | ------ | ------ |
    | github-tags | actions/setup-go | v5.1.0 | v5.2.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    33bcc93 View commit details
    Browse the repository at this point in the history
  3. Update github/codeql-action action to v3.28.0 (#423)

    | datasource  | package              | from    | to      |
    | ----------- | -------------------- | ------- | ------- |
    | github-tags | github/codeql-action | v3.27.5 | v3.28.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    4ff3c45 View commit details
    Browse the repository at this point in the history
  4. Update actions/upload-artifact action to v4.5.0 (#431)

    | datasource  | package                 | from   | to     |
    | ----------- | ----------------------- | ------ | ------ |
    | github-tags | actions/upload-artifact | v4.4.3 | v4.5.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    17254b3 View commit details
    Browse the repository at this point in the history
  5. Update docker/setup-buildx-action action to v3.8.0 (#430)

    | datasource  | package                    | from   | to     |
    | ----------- | -------------------------- | ------ | ------ |
    | github-tags | docker/setup-buildx-action | v3.7.1 | v3.8.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    b56d047 View commit details
    Browse the repository at this point in the history
  6. Update dependency goreleaser/goreleaser to v2.5.0 (#429)

    | datasource  | package               | from   | to     |
    | ----------- | --------------------- | ------ | ------ |
    | github-tags | goreleaser/goreleaser | v2.4.8 | v2.5.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    3c2288b View commit details
    Browse the repository at this point in the history
  7. Update module golang.org/x/sync to v0.10.0 (#424)

    | datasource | package           | from   | to      |
    | ---------- | ----------------- | ------ | ------- |
    | go         | golang.org/x/sync | v0.9.0 | v0.10.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    fe7e938 View commit details
    Browse the repository at this point in the history
  8. Update pre-commit hook gitleaks/gitleaks to v8.22.1 (#432)

    | datasource  | package           | from    | to      |
    | ----------- | ----------------- | ------- | ------- |
    | github-tags | gitleaks/gitleaks | v8.21.2 | v8.22.1 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    a506904 View commit details
    Browse the repository at this point in the history
  9. Update reviewdog/action-actionlint action to v1.61.0 (#426)

    | datasource  | package                     | from    | to      |
    | ----------- | --------------------------- | ------- | ------- |
    | github-tags | reviewdog/action-actionlint | v1.57.0 | v1.61.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    de16258 View commit details
    Browse the repository at this point in the history
  10. Update reviewdog/action-yamllint action to v1.20.0 (#427)

    | datasource  | package                   | from    | to      |
    | ----------- | ------------------------- | ------- | ------- |
    | github-tags | reviewdog/action-yamllint | v1.19.0 | v1.20.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    c2f0bf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Update dependency goreleaser/goreleaser to v2.5.1 (#433)

    | datasource  | package               | from   | to     |
    | ----------- | --------------------- | ------ | ------ |
    | github-tags | goreleaser/goreleaser | v2.5.0 | v2.5.1 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    7e75c87 View commit details
    Browse the repository at this point in the history
  2. Update dependency golangci/golangci-lint to v1.63.4 (#434)

    | datasource  | package                | from    | to      |
    | ----------- | ---------------------- | ------- | ------- |
    | github-tags | golangci/golangci-lint | v1.62.2 | v1.63.4 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    64c2407 View commit details
    Browse the repository at this point in the history
  3. Update reviewdog/action-actionlint action to v1.62.0 (#435)

    | datasource  | package                     | from    | to      |
    | ----------- | --------------------------- | ------- | ------- |
    | github-tags | reviewdog/action-actionlint | v1.61.0 | v1.62.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    debf915 View commit details
    Browse the repository at this point in the history
  4. Update DavidAnson/markdownlint-cli2-action action to v19 (#436)

    | datasource  | package                             | from    | to      |
    | ----------- | ----------------------------------- | ------- | ------- |
    | github-tags | DavidAnson/markdownlint-cli2-action | v18.0.0 | v19.0.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    33a6e6e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Update docker/build-push-action action to v6.11.0 (#439)

    | datasource  | package                  | from    | to      |
    | ----------- | ------------------------ | ------- | ------- |
    | github-tags | docker/build-push-action | v6.10.0 | v6.11.0 |
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    d2914b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41092ac View commit details
    Browse the repository at this point in the history
Loading