Skip to content

Tags: flowintel/go-dnscollector

Tags

v0.32.0-beta6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
restapi logger: return array instead of dict - breaking changes (dmac…

…hard#313)

* convert to array
* be more generic /search

v0.31.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/klauspost/compress from 1.16.3 to 1.16.5 (dmachard#271)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.16.3 to 1.16.5.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.16.3...v1.16.5)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  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>

v0.30.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add basic-auth-enable settings on prom logger (dmachard#251)

* add basic-auth-enable settings on prom logger
* update README.md

v0.29.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (

…dmachard#232)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.28.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to support Go 1.20 (dmachard#209)

* update go.mod
* GH actions - go version updated
* update golangci-lint
* tail collector: os.SEEK_END  deprecated
* Update DockerFile
* Update  doc
* goreleaser fix

v0.27.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/klauspost/compress from 1.15.12 to 1.15.13 (dmachard#192

)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.12 to 1.15.13.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.15.12...v1.15.13)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.26.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix some errors in documentations (dmachard#191)

Update README.md

v0.25.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix on prometheus logger and move publicsuffix to the package transfo…

…rmers (dmachard#173)

* HTTPS qtype added to the common list
* move publicsuffix to transformers and fixes

v0.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add filtering option to keep only certain domain records. (dmachard#135)

* Add 'keep domains' filtering option.

Co-authored-by: Leo Vrana <[email protected]>

v0.23.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update testing.yml