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: DataDog/datadog-sync-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.0
Choose a base ref
...
head repository: DataDog/datadog-sync-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on May 26, 2026

  1. feat: add --destination-logs-intake-url flag to override logs intake …

    …endpoint (#579)
    
    Integration pipelines (is_read_only=True) fail to sync when the destination
    API URL is an internal haproxy host because the constructed http-intake.logs.*
    subdomain doesn't resolve. The new flag lets callers supply the intake URL
    directly; managed-sync will inject it using the org's EvP endpoint.
    
    Co-authored-by: Claude Sonnet 4.6 <[email protected]>
    michael-richey and claude authored May 26, 2026
    Configuration menu
    Copy the full SHA
    346a3d2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/login-action (#574)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 9f4a8ea54ed9055d5f86c993e1f2ffa674f98344 to 650006c6eb7dba73a995cc03b0b2d7f5ca915bee.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@9f4a8ea...650006c)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-version: 650006c6eb7dba73a995cc03b0b2d7f5ca915bee
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2026
    Configuration menu
    Copy the full SHA
    e129910 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#575)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: 4.1.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 May 26, 2026
    Configuration menu
    Copy the full SHA
    7174999 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#577)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@bcafcac...f9f3042)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-version: 7.2.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 May 26, 2026
    Configuration menu
    Copy the full SHA
    940d8a1 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 (#576)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@030e881...80c7e94)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-version: 6.1.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 May 26, 2026
    Configuration menu
    Copy the full SHA
    d77713e View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG (#580)

    Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com>
    dd-octo-sts[bot] authored May 26, 2026
    Configuration menu
    Copy the full SHA
    42ba522 View commit details
    Browse the repository at this point in the history
Loading