Releases: DataDog/nikos
Releases · DataDog/nikos
v1.11.0 - Refactor DNF-based downloading
What's Changed
- Bump google.golang.org/api from 0.103.0 to 0.105.0 by @dependabot in #84
- Bump cloud.google.com/go/storage from 1.28.0 to 1.28.1 by @dependabot in #83
- Bump google.golang.org/api from 0.105.0 to 0.106.0 by @dependabot in #89
- fix debian container CI by @paulcacheux in #90
- Rework of DNF subsystem, CGo-free by @paulcacheux in #71
- remove old dnf by @paulcacheux in #80
- Bump github.com/shirou/gopsutil/v3 from 3.22.10 to 3.22.12 by @dependabot in #95
- Bump golang.org/x/crypto from 0.3.0 to 0.5.0 by @dependabot in #94
- Bump google.golang.org/api from 0.106.0 to 0.107.0 by @dependabot in #92
- CI: improve installation of
ca-certificates
in test debian container by @paulcacheux in #96 - fix the CLI arguments for rhel/oracle/zypper based distributions by @paulcacheux in #97
- Bump google.golang.org/api from 0.107.0 to 0.108.0 by @dependabot in #98
- Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 by @dependabot in #99
- Bump google.golang.org/api from 0.108.0 to 0.109.0 by @dependabot in #100
- Bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #103
- Bump golang.org/x/crypto from 0.5.0 to 0.6.0 by @dependabot in #102
- Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 by @dependabot in #101
- Bump google.golang.org/api from 0.109.0 to 0.110.0 by @dependabot in #104
- CI: use prebuilt debian image by @paulcacheux in #105
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #106
- Bump google.golang.org/api from 0.110.0 to 0.111.0 by @dependabot in #110
- Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.2 by @dependabot in #107
- Bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #108
- Bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in #109
- Improvements to rhel fetcher by @paulcacheux in #111
- Improve DNFv2 performance using fast path xml decoder by @paulcacheux in #112
- Bump google.golang.org/api from 0.111.0 to 0.112.0 by @dependabot in #115
- fix centos docker install by @paulcacheux in #117
- Move CI to github actions by @paulcacheux in #49
- cleanup: remove unused file by @paulcacheux in #119
- add new amazon-linux CI test by @paulcacheux in #118
- CI: cache vagrant boxes by @paulcacheux in #120
- Bump google.golang.org/api from 0.112.0 to 0.114.0 by @dependabot in #122
- Bump cloud.google.com/go/storage from 1.29.0 to 1.30.0 by @dependabot in #121
- enable GPG key verification when downloading apt kernel headers by @paulcacheux in #114
- ci: remove debian 8 host by @paulcacheux in #123
Full Changelog: v1.10.0...v1.11.0
Refactor DNF-based downloading
What's Changed
- Bump google.golang.org/api from 0.111.0 to 0.112.0 by @dependabot in #115
- fix centos docker install by @paulcacheux in #117
- Move CI to github actions by @paulcacheux in #49
- cleanup: remove unused file by @paulcacheux in #119
- add new amazon-linux CI test by @paulcacheux in #118
- CI: cache vagrant boxes by @paulcacheux in #120
- Bump google.golang.org/api from 0.112.0 to 0.114.0 by @dependabot in #122
- Bump cloud.google.com/go/storage from 1.29.0 to 1.30.0 by @dependabot in #121
- enable GPG key verification when downloading apt kernel headers by @paulcacheux in #114
Full Changelog: v1.11.0-rc.2...v1.11.0-rc.3
Refactor DNF-based downloading
What's Changed
- Bump github.com/shirou/gopsutil/v3 from 3.22.10 to 3.22.12 by @dependabot in #95
- Bump golang.org/x/crypto from 0.3.0 to 0.5.0 by @dependabot in #94
- Bump google.golang.org/api from 0.106.0 to 0.107.0 by @dependabot in #92
- CI: improve installation of
ca-certificates
in test debian container by @paulcacheux in #96 - fix the CLI arguments for rhel/oracle/zypper based distributions by @paulcacheux in #97
- Bump google.golang.org/api from 0.107.0 to 0.108.0 by @dependabot in #98
- Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 by @dependabot in #99
- Bump google.golang.org/api from 0.108.0 to 0.109.0 by @dependabot in #100
- Bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #103
- Bump golang.org/x/crypto from 0.5.0 to 0.6.0 by @dependabot in #102
- Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 by @dependabot in #101
- Bump google.golang.org/api from 0.109.0 to 0.110.0 by @dependabot in #104
- CI: use prebuilt debian image by @paulcacheux in #105
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #106
- Bump google.golang.org/api from 0.110.0 to 0.111.0 by @dependabot in #110
- Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.2 by @dependabot in #107
- Bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #108
- Bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in #109
- Improvements to rhel fetcher by @paulcacheux in #111
- Improve DNFv2 performance using fast path xml decoder by @paulcacheux in #112
Full Changelog: v1.11.0-rc.1...v1.11.0-rc.2
Refactor DNF-based downloading
What's Changed
- Bump google.golang.org/api from 0.103.0 to 0.105.0 by @dependabot in #84
- Bump cloud.google.com/go/storage from 1.28.0 to 1.28.1 by @dependabot in #83
- Bump google.golang.org/api from 0.105.0 to 0.106.0 by @dependabot in #89
- fix debian container CI by @paulcacheux in #90
- Rework of DNF subsystem, CGo-free by @paulcacheux in #71
- remove old dnf by @paulcacheux in #80
Full Changelog: v1.10.0...v1.11.0-rc.1
Improve support for Oracle Linux
What's Changed
- Bump google.golang.org/api from 0.99.0 to 0.101.0 by @dependabot in #68
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #67
- Bump google.golang.org/api from 0.101.0 to 0.102.0 by @dependabot in #70
- Bump google.golang.org/api from 0.102.0 to 0.103.0 by @dependabot in #72
- Bump cloud.google.com/go/storage from 1.27.0 to 1.28.0 by @dependabot in #73
- Add support for Oracle Linux by @paulcacheux in #69
- Close file after reading rpm package by @paulcacheux in #74
- Remove debian 8 tests by @paulcacheux in #76
- add cache for vagrant boxes by @paulcacheux in #75
- Bump vagrant to 2.3.3 by @paulcacheux in #77
- bump gopsutil to v1.2.2 by @paulcacheux in #78
- Stay on ubuntu 20.04 for glibc compatibility by @paulcacheux in #79
Full Changelog: v1.9.0...v1.10.0
Improve support for Oracle Linux
What's Changed
- Bump google.golang.org/api from 0.99.0 to 0.101.0 by @dependabot in #68
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #67
- Bump google.golang.org/api from 0.101.0 to 0.102.0 by @dependabot in #70
- Bump google.golang.org/api from 0.102.0 to 0.103.0 by @dependabot in #72
- Bump cloud.google.com/go/storage from 1.27.0 to 1.28.0 by @dependabot in #73
- Add support for Oracle Linux by @paulcacheux in #69
- Close file after reading rpm package by @paulcacheux in #74
- Remove debian 8 tests by @paulcacheux in #76
- add cache for vagrant boxes by @paulcacheux in #75
- Bump vagrant to 2.3.3 by @paulcacheux in #77
- bump gopsutil to v1.2.2 by @paulcacheux in #78
Full Changelog: v1.9.0...v1.10.0-rc.1
Add support for Amazon Linux 2022
What's Changed
- bump go to 1.18 to stay in sync with the agent by @paulcacheux in #53
- Increase CircleCI timeout for molecule tests by @paulcacheux in #54
- bump circleci deps by @paulcacheux in #55
- enable dependabot pull requests by @paulcacheux in #58
- bump
github.com/DataDog/zstd
to v1.5.2 by @paulcacheux in #57 - Bump github.com/spf13/cobra from 1.0.0 to 1.6.0 by @dependabot in #60
- Bump github.com/sirupsen/logrus from 1.7.0 to 1.9.0 by @dependabot in #63
- Bump cloud.google.com/go/storage from 1.12.0 to 1.27.0 by @dependabot in #62
- Bump google.golang.org/api from 0.32.0 to 0.99.0 by @dependabot in #61
- Bump github.com/go-ini/ini from 1.63.2 to 1.67.0 by @dependabot in #59
- Add Amazon Linux 2022 dnf based backend by @paulcacheux in #64
- Set go version from go mod to go 1.18 + cleanup by @paulcacheux in #65
New Contributors
- @dependabot made their first contribution in #60
Full Changelog: v1.8.0...v1.9.0
Add support for Amazon Linux 2022
What's Changed
- bump go to 1.18 to stay in sync with the agent by @paulcacheux in #53
- Increase CircleCI timeout for molecule tests by @paulcacheux in #54
- bump circleci deps by @paulcacheux in #55
- enable dependabot pull requests by @paulcacheux in #58
- bump
github.com/DataDog/zstd
to v1.5.2 by @paulcacheux in #57 - Bump github.com/spf13/cobra from 1.0.0 to 1.6.0 by @dependabot in #60
- Bump github.com/sirupsen/logrus from 1.7.0 to 1.9.0 by @dependabot in #63
- Bump cloud.google.com/go/storage from 1.12.0 to 1.27.0 by @dependabot in #62
- Bump google.golang.org/api from 0.32.0 to 0.99.0 by @dependabot in #61
- Bump github.com/go-ini/ini from 1.63.2 to 1.67.0 by @dependabot in #59
- Add Amazon Linux 2022 dnf based backend by @paulcacheux in #64
New Contributors
- @dependabot made their first contribution in #60
Full Changelog: v1.8.0...v1.9.0-rc.1