Releases: nginx/agent
Releases · nginx/agent
v3.0.1
What's Changed
- Rollback Manifest File by @aphralG in #1102
- Send files diff in FileOverviewRequest by @aphralG in #1103
Full Changelog: v3.0.0...v3.0.1
Resources
- Documentation -- https://github.com/nginx/agent#readme
v3.0.0
What's Changed
🌟 Highlights
- NGINX Agent v3 and Management Plane Interface (MPI): NGINX Agent v3 is here! This release is a major milestone aimed at simplifying the management, monitoring, and scaling of your NGINX instances. With enhanced integrations, improved observability features, and support for modern orchestrated environments like Kubernetes.
🚀 Features
- Enhanced Kubernetes Integration with Management Plane Interface (MPI): NGINX Agent now offers full integration with Kubernetes-native products, such as the NGINX Ingress Controller and NGINX Gateway Fabric, enabling seamless fleet management, real-time observability, and smooth interoperability across Kubernetes deployments. This is powered by the Management Plane Interface (MPI), a standardized interface designed to provide a unified and consistent experience across NGINX solutions, with built-in support for Kubernetes-based applications. For detailed technical specifications, refer to the official Protocol Documentation .
📝 Documentation
v2.41.1
What's Changed
🚀 Features
Full Changelog: v2.41.0...v2.41.1
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.41.0
What's Changed
📝 Documentation
- Update agent landing page and readme by @nginx-seanmoloney in #1017
- Update dependencies by @dhurley in #1026
- Update net and nats dependencies by @dhurley in #1070
🔨 Maintenance
⬆️ Dependencies
Full Changelog: v2.40.1...v2.41.0
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.40.1
What's Changed
🐛 Bug Fixes
Full Changelog: v2.40.0...v2.40.1
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.40.0
What's Changed
🌟 Highlights
- The source code for the NGINX Agent documentation has moved to the NGINX Documentation repository. We invite you to contribute, improve the Agent docs and report any issues you find in the documentation repository.
🐛 Bug Fixes
- Lua config apply by @oliveromahony in #963
- Fix release workflow by @dhurley in #991
📝 Documentation
- Docs: updating links from /nginx-management-suite/nim to /nginx-instance-manager by @nginx-aoife in #927
- Autodeploy main docs to production by @nginx-jack in #924
- docs: remove docs by @JTorreG in #976
- Add a docs page to explain NGINX Agent features by @nginx-seanmoloney in #941
- docs: Fix NGINX install link and dockerfile section by @JTorreG in #928
🔨 Maintenance
- Fail release job if packages fail to publish by @dhurley in #923
- Update performance test Dockerfile to use NGINX R32 by @dhurley in #937
- Updated golang.org/x/net version by @oliveromahony in #954
- Update performance test dependencies by @dhurley in #984
- Refactor integration tests by @dhurley in #985
- Update dependencies by @dhurley in #98
- Updated the crypto library version by @oliveromahony in #947
⬆️ Dependencies
- docs: theme bump by @JTorreG in #972
- Update agent sdk dependency by @dhurley in #983
- Remove Changelog Generation by @aphralG in #990
New Contributors
- @petecooper made their first contribution in #929
Full Changelog: v2.39.0...v2.40.0
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.39.0
What's Changed
🌟 Highlights
🐛 Bug Fixes
- Race conditions fixes by @oliveromahony in #810
- fix r30 pipeline failures by @oliveromahony in #844
- Fixed make target pointing at wrong Dockerfile and renamed others to be consistent by @oliveromahony in #857
- Fix broken links causing deployment failures by @ADubhlaoich in #863
- Fix NGINX OSS integration tests by @dhurley in #888
- Fix docs docker failing without git context by @nginx-jack in #892
📝 Documentation
- Add automatic changelog generation in release workflow by @spencerugbo in #784
- Add CLA bot workflow by @lucacome in #828
- Refactor docker images by @nginx-seanmoloney in #841
- Docs: Add hugo version check and theme update to Makefile by @nginx-jack in #869
- Change casing of docs makefile to Makefile by @nginx-jack in #884
- docs: enableGitInfo config and docs-action bump by @nginx-jack in #886
- Change go version to latest go 1.23.2 by @oliveromahony in #889
- Remove link to github dockerfiles by @nginx-seanmoloney in #897
- Docs: Update link to 3rd party site by @nginx-aoife in #898
- Update the changelog for v2.38 by @ADubhlaoich in #901
🔨 Maintenance
- Set log level to debug for inetegration tests by @aphralG in #826
- updated runc dependency highlighted in security scan scan by @oliveromahony in #842
- Update CODEOWNERS by @oCHRISo in #851
- Check version command output by @aphralG in #853
- Bump NGINX plus go client version from v1 to v2 by @dhurley in #879
- Allowlist Error Messages by @aphralG in #907
New Contributors
Full Changelog: v2.38.0...v2.39.0
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.38.0
What's Changed
🐛 Bug Fixes
- Fix broken URLS in docs by @nginx-aoife in #796
- fix name of deprecated flag by @aphralG in #811
- Fix make image targets by @dhurley in #812
- Fix debian oss image by @dhurley in #819
📝 Documentation
- docs: update GPG keys by @Jcahilltorre in #776
- Add new docker images to v2 pipeline for integration testing by @oliveromahony in #756
- Update website changelog for v2.37.0 by @ADubhlaoich in #790
- Pass on custom error log path at the time of validating config by @achawla2012 in #774
- Remove blocking calls in metrics framework by @oliveromahony in #788
- Update broken URL in installation-plus.md by @nginx-aoife in #808
🔨 Maintenance
- add new plus docker images to v2 pipeline by @aphralG in #779
- Add MaxRecvMsgSize and MaxSendMsgSize to client and server options by @oliveromahony in #795
- added leak tests for agent v2 by @oliveromahony in #807
⬆️ Dependencies
- Update docs-action workflow version by @nginx-jack in #797
- Bump documentation theme version by @ADubhlaoich in #813
New Contributors
- @nginx-aoife made their first contribution in #796
Full Changelog: v2.37.0...v2.38.0
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.37.0
What's Changed
🚀 Features
- feat: Update the changelog by @ADubhlaoich in #753
🐛 Bug Fixes
- Prevent writing outside allowed directories list from a config payload with actions by @oliveromahony in #766
- The letter v is now always prepended to output of -v by @olli-holmala in #751
- Fix backoff to drop Metrics Reports from buffer after max_elapsed_time has been reached by @oliveromahony in #752
- Fix Post Install Script Issues by @spencerugbo in #739
- docs: fix github links in changelog by @Jcahilltorre in #770
- Fix post install script for when no nginx instance is installed by @dhurley in #773
📝 Documentation
- Upgrade prometheus exporter version to latest by @oliveromahony in #749
- Add badges for Go version, release, license, contributions, and Slack… by @oCHRISo in #763
- Add instructions for Amazon Linux 2023 by @nginx-seanmoloney in #759
- Add docs-build-push github workflow by @nginx-jack in #765
🔨 Maintenance
- Increase timeout period for collecting metrics by @oliveromahony in #755
⬆️ Dependencies
- update docker version by @oliveromahony in #761
Full Changelog: v2.36.1...v2.37.0
Resources
- Documentation -- https://github.com/nginx/agent#readme
v2.36.1
What's Changed
🌟 Highlights
- Upgrade crossplane version to prevent Agent from rolling back in the case of valid NGINX configurations by @oliveromahony in #746
🔨 Maintenance
- Added version regex to parse the logs to see if matches vsemvar format by @oliveromahony in #747
Full Changelog: v2.36.0...v2.36.1
Resources
- Documentation -- https://github.com/nginx/agent#readme