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-proxy/docker-gen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.1
Choose a base ref
...
head repository: nginx-proxy/docker-gen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.0
Choose a head ref
  • 19 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 5, 2025

  1. build: bump golang from 1.25.0 to 1.25.1

    Bumps golang from 1.25.0 to 1.25.1.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-version: 1.25.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    270789c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Merge pull request #697 from nginx-proxy/dependabot/docker/golang-1.25.1

    build: bump golang from 1.25.0 to 1.25.1
    buchdag authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    e9ede2c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. ci: bump actions/setup-go from 5 to 6

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    919303c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. build: bump debian from 13.0-slim to 13.1-slim

    Bumps debian from 13.0-slim to 13.1-slim.
    
    ---
    updated-dependencies:
    - dependency-name: debian
      dependency-version: 13.1-slim
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e669021 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Merge pull request #699 from nginx-proxy/dependabot/docker/debian-13.…

    …1-slim
    
    build: bump debian from 13.0 to 13.1
    buchdag authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    0ba8ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e3b1f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #698 from nginx-proxy/dependabot/github_actions/ac…

    …tions/setup-go-6
    
    ci: bump actions/setup-go from 5 to 6
    buchdag authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    c1ca4a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Configuration menu
    Copy the full SHA
    b6b82d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442dccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6807403 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d747fad View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Merge pull request #623 from nginx-proxy/filter-containers

    feat: filter containers seen by docker-gen
    buchdag authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    f58442d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. ci: bump peter-evans/dockerhub-description from 4 to 5

    Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 4 to 5.
    - [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
    - [Commits](peter-evans/dockerhub-description@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/dockerhub-description
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    f1269be View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Merge pull request #701 from nginx-proxy/dependabot/github_actions/pe…

    …ter-evans/dockerhub-description-5
    
    ci: bump peter-evans/dockerhub-description from 4 to 5
    buchdag authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    ee8e456 View commit details
    Browse the repository at this point in the history
  2. build: bump golang from 1.25.1 to 1.25.2

    Bumps golang from 1.25.1 to 1.25.2.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-version: 1.25.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    4c5f43a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #702 from nginx-proxy/dependabot/docker/golang-1.25.2

    build: bump golang from 1.25.1 to 1.25.2
    buchdag authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    055216a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. build: bump alpine from 3.22.1 to 3.22.2

    Bumps alpine from 3.22.1 to 3.22.2.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-version: 3.22.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    c369c54 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Merge pull request #703 from nginx-proxy/dependabot/docker/alpine-3.22.2

    build: bump alpine from 3.22.1 to 3.22.2
    buchdag authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    dccdd3a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    901d6c4 View commit details
    Browse the repository at this point in the history
Loading