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: elastic/ecs-logging-go-zap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: elastic/ecs-logging-go-zap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 15 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 9, 2024

  1. Update opentelemetry.yml (#61)

    v1v authored Feb 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2fffcb3 View commit details

Commits on May 14, 2024

  1. github-action: delete opentelemetry workflow (#62)

    v1v authored May 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    135a8d2 View commit details

Commits on May 28, 2024

  1. ci: use updatecli with GitHub secrets (#63)

    v1v authored May 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0c7821c View commit details
  2. ci: updatecli signed commits (#65)

    v1v authored May 28, 2024
    Copy the full SHA
    85b6842 View commit details
  3. updatecli: use the right pipeline file (#64)

    v1v authored May 28, 2024
    Copy the full SHA
    6ad32f7 View commit details

Commits on Jul 9, 2024

  1. updatecli: use shared updatecli policies (#66)

    v1v authored Jul 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    de2ece4 View commit details
  2. github-action: add dependabot for GitHub actions (#67)

    v1v authored Jul 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e59c09c View commit details

Commits on Jul 21, 2024

  1. build(deps): bump the github-actions group across 1 directory with 2 …

    …updates (#68)
    
    Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/checkout` from 3 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    Updates `actions/setup-go` from 3 to 5
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2024
    Copy the full SHA
    b871e5a View commit details

Commits on Jul 22, 2024

  1. ci: add gomod to dependabot config (#70)

    kruskall authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6fd9b9c View commit details
  2. build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.9.0 (#72)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5a35bf4 View commit details

Commits on Jul 24, 2024

  1. build: bump go version (#73)

    this unblocks using newer zap versions and add support for
    moduel graph pruning
    kruskall authored Jul 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f47f22 View commit details

Commits on Jul 25, 2024

  1. Update .go-version (#74)

    kruskall authored Jul 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    690a7a9 View commit details
  2. test: always set entry timestamp (#75)

    kruskall authored Jul 25, 2024
    Copy the full SHA
    f245c5d View commit details
  3. test: always set entry timestamp (#76)

    kruskall authored Jul 25, 2024
    Copy the full SHA
    e657ba7 View commit details
  4. build(deps): bump go.uber.org/zap from 1.24.0 to 1.27.0 (#71)

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.24.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9c338ea View commit details
Loading