Skip to content

Tags: newrelic/nri-flex

Tags

v1.18.13

Toggle v1.18.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update actions/checkout action to v7 (#656)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.18.12

Toggle v1.18.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update go version (#681)

v1.18.11

Toggle v1.18.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/stretchr/testify to v1.12.0

v1.18.10

Toggle v1.18.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update aws-sdk-go-v2 monorepo

v1.18.9

Toggle v1.18.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade legacy SQL Server driver from denisenkom/go-mssqldb to micros…

…oft/go-mssqldb (#660)

v1.18.8

Toggle v1.18.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update go module directive to v1.26.5 (#662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.18.7

Toggle v1.18.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: race condition for async db queries (#661)

v1.18.6

Toggle v1.18.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/prometheus/common to v0.69.0 (#654)

* fix(deps): update module github.com/prometheus/common to v0.68.1

* fix failing test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Abhishu Raina <araina@newrelic.com>

v1.18.5

Toggle v1.18.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update aws-sdk-go-v2 monorepo (#649)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.18.4

Toggle v1.18.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
security: add permissions to GitHub Actions workflows (#634)

* security: add permissions to GitHub Actions workflows

Add explicit `permissions: contents: read` to all workflow files
that were missing a permissions block. This follows the principle of
least privilege and resolves CodeQL alert actions/missing-workflow-permissions.

Resolves: NR-560140

* fix: set contents: write for release workflow

The release workflow uses goreleaser with GITHUB_TOKEN to upload
binaries to GitHub release assets.