Skip to content

Commit

Permalink
Merge branch 'epic_queryAnalysis' into queryAnalysis-OHI
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav1602 authored Jan 15, 2025
2 parents 6179c96 + d74d91e commit bf62c4a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ Unreleased section should follow [Release Toolkit](https://github.com/newrelic/r

## Unreleased

## v2.14.1 - 2024-12-17
## v2.16.0 - 2024-12-19

### dependency
- Update goreleaser to v2.4.4
### 🚀 Enhancements
- Updated golang.org/x/net to v0.33.0

## v2.15.0 - 2024-12-17

### enhancements
- Add FIPS compliant packages and archives
### 🚀 Enhancements
- Updated goreleaser to v2.4.4
- Added FIPS compliant packages and archives

## v2.14.1 - 2024-12-17

### dependency
- Updated golang.org/x/crypto to v0.31.0
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
Expand Down
1 change: 0 additions & 1 deletion src/queryanalysis/utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ func TestLoadQueries_UnknownType(t *testing.T) {
}

// utils_test.go

func TestLoadQueries_AllTypes_AllFormats(t *testing.T) {
// Setup: Ensure config.Queries uses all %d format specifiers as intended
config.Queries = []models.QueryDetailsDto{
Expand Down

0 comments on commit bf62c4a

Please sign in to comment.