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/agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: nginx/agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 19 commits
  • 49 files changed
  • 6 contributors

Commits on Oct 17, 2025

  1. avoid deleting unmanaged files during config apply (#1338)

    * avoid deleting unmanaged files during config apply
    
    * use dev goproxy
    sean-breen authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    f2a3998 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Update atomic writes logic to create hidden files in same directory a…

    …s the files being updated (#1348)
    dhurley authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    2c18bfe View commit details
    Browse the repository at this point in the history
  2. Set GOPROXY conditionally (#1356)

    * add configure-goproxy action
    
    * update conditions
    
    * fix path to local action
    
    * add env vars
    
    * use with instead of env
    
    * fix path
    
    * use correct variable names
    
    * add url input
    
    * try check for zero length
    
    * fix condition
    
    * comparison with quotes
    
    * missing quotes
    
    * add goproxy to every ci job
    sean-breen authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    3bee777 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Merge pull request #1357 from nginx/release-3.4.2

    Merge Release 3.4.2 back into main
    sean-breen authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    9b8090e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bc90df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d202006 View commit details
    Browse the repository at this point in the history
  4. direct proxy (#1358)

    sean-breen authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    577e855 View commit details
    Browse the repository at this point in the history
  5. Bump go.opentelemetry.io/collector/filter from 0.136.0 to 0.138.0 (#1349

    )
    
    Bumps [go.opentelemetry.io/collector/filter](https://github.com/open-telemetry/opentelemetry-collector) from 0.136.0 to 0.138.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
    - [Commits](open-telemetry/opentelemetry-collector@v0.136.0...v0.138.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/collector/filter
      dependency-version: 0.138.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    857fb67 View commit details
    Browse the repository at this point in the history
  6. Bump actions/setup-node from 5.0.0 to 6.0.0 (#1351)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@a0853c2...2028fbc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    9fed674 View commit details
    Browse the repository at this point in the history
  7. Bump github/codeql-action from 4.30.8 to 4.30.9 (#1352)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.30.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f443b60...16140ae)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.30.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    b55f22b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    5d148d9 View commit details
    Browse the repository at this point in the history
  2. Check for deprecated/unknown environment variables (#1342)

    * added a check for deprecated variables
    Akshay2191 authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    b191759 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Prioritise API with api write=on (#1315)

    * prioritising API with write access while creating NGINX Context
    Akshay2191 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    c5193ee View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    012b734 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    7d08f5d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    7d68b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f1fc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Add default syslog server (#1317)

    ---------
    
    Co-authored-by: Donal Hurley <[email protected]>
    aphralG and dhurley authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    cd42f7d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

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