Skip to content

Commit

Permalink
adjust hangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Jun 15, 2022
1 parent 844ef84 commit cd8ccf3
Showing 1 changed file with 93 additions and 93 deletions.
186 changes: 93 additions & 93 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,85 +19,85 @@
- Remove username/password for fleet-server authentication. {pull-beats}29458[29458]

==== Bugfixes
- Fix rename *ConfigChange to *PolicyChange to align on changes in the UI. {pull}20779[20779]
- Thread safe sorted set {pull}21290[21290]
- Copy Action store on upgrade {pull}21298[21298]
- Include inputs in action store actions {pull}21298[21298]
- Fix issue where inputs without processors defined would panic {pull}21628[21628]
- Prevent reporting ecs version twice {pull}21616[21616]
- Partial extracted beat result in failure to spawn beat {issue}21718[21718]
- Use symlink path for reexecutions {pull}21835[21835]
- Use ML_SYSTEM to detect if agent is running as a service {pull}21884[21884]
- Use local temp instead of system one {pull}21883[21883]
- Rename monitoring index from `elastic.agent` to `elastic_agent` {pull}21932[21932]
- Fix issue with named pipes on Windows 7 {pull}21931[21931]
- Fix missing elastic_agent event data {pull}21994[21994]
- Ensure shell wrapper path exists before writing wrapper on install {pull}22144[22144]
- Fix deb/rpm packaging for Elastic Agent {pull}22153[22153]
- Fix composable input processor promotion to fix duplicates {pull}22344[22344]
- Fix sysv init files for deb/rpm installation {pull}22543[22543]
- Fix shell wrapper for deb/rpm packaging {pull}23038[23038]
- Fixed parsing of npipe URI {pull}22978[22978]
- Select default agent policy if no enrollment token provided. {pull}23973[23973]
- Remove artifacts on transient download errors {pull}23235[23235]
- Support for linux/arm64 {pull}23479[23479]
- Skip top level files when unziping archive during upgrade {pull}23456[23456]
- Do not take ownership of Endpoint log path {pull}23444[23444]
- Fixed fetching DBus service PID {pull}23496[23496]
- Fix issue of missing log messages from filebeat monitor {pull}23514[23514]
- Increase checkin grace period to 30 seconds {pull}23568[23568]
- Fix libbeat from reporting back degraded on config update {pull}23537[23537]
- Rewrite check if agent is running with admin rights on Windows {pull}23970[23970]
- Fix issues with dynamic inputs and conditions {pull}23886[23886]
- Fix bad substitution of API key. {pull}24036[24036]
- Fix docker enrollment issue related to Fleet Server change. {pull}24155[24155]
- Improve log on failure of Endpoint Security installation. {pull}24429[24429]
- Verify communication to Kibana before updating Fleet client. {pull}24489[24489]
- Fix nil pointer when null is generated as list item. {issue}23734[23734]
- Add support for filestream input. {pull}24820[24820]
- Add check for URL set when cert and cert key. {pull}24904[24904]
- Fix install command for Fleet Server bootstrap, remove need for --enrollment-token when using --fleet-server {pull}24981[24981]
- Respect host configuration for exposed processes endpoint {pull}25114[25114]
- Set --inscure in container when FLEET_SERVER_ENABLE and FLEET_INSECURE set {pull}25137[25137]
- Fixed: limit for retries to Kibana configurable {issue}25063[25063]
- Fix issue with status and inspect inside of container {pull}25204[25204]
- Remove FLEET_SERVER_POLICY_NAME env variable as it was not used {pull}25149[25149]
- Reduce log level for listener cleanup to debug {pull}25274
- Passing in policy id to container command works {pull}25352[25352]
- Reduce log level for listener cleanup to debug {pull}25274[25274]
- Delay the restart of application when a status report of failure is given {pull}25339[25339]
- Don't log when upgrade capability doesn't apply {pull}25386[25386]
- Fixed issue when unversioned home is set and invoked watcher failing with ENOENT {issue}25371[25371]
- Fixed Elastic Agent: expecting Dict and received *transpiler.Key for '0' {issue}24453[24453]
- Fix AckBatch to do nothing when no actions passed {pull}25562[25562]
- Add error log entry when listener creation fails {issue}23483[23482]
- Handle case where policy doesn't contain Fleet connection information {pull}25707[25707]
- Fix fleet-server.yml spec to not overwrite existing keys {pull}25741[25741]
- Agent sends wrong log level to Endpoint {issue}25583[25583]
- Fix startup with failing configuration {pull}26057[26057]
- Change timestamp in elatic-agent-json.log to use UTC {issue}25391[25391]
- Fix add support for Logstash output. {pull}24305[24305]
- Do not log Elasticsearch configuration for monitoring output when running with debug. {pull}26583[26583]
- Fix issue where proxy enrollment options broke enrollment command. {pull}26749[26749]
- Remove symlink.prev from previously failed upgrade {pull}26785[26785]
- Fix apm-server supported outputs not being in sync with supported output types. {pull}26885[26885]
- Set permissions during installation {pull}26665[26665]
- Disable monitoring during fleet-server bootstrapping. {pull}27222[27222]
- Fix issue with atomic extract running in K8s {pull}27396[27396]
- Fix issue with install directory in state path in K8s {pull}27396[27396]
- Disable monitoring during fleet-server bootstrapping. {pull}27222[27222]
- Change output.elasticsearch.proxy_disabled flag to output.elasticsearch.proxy_disable so fleet uses it. {issue}27670[27670] {pull}27671[27671]
- Add validation for certificate flags to ensure they are absolute paths. {pull}27779[27779]
- Migrate state on upgrade {pull}27825[27825]
- Add "_monitoring" suffix to monitoring instance names to remove ambiguity with the status command. {issue}25449[25449]
- Ignore ErrNotExists when fixing permissions. {issue}27836[27836] {pull}27846[27846]
- Snapshot artifact lookup will use agent.download proxy settings. {issue}27903[27903] {pull}27904[27904]
- Fix lazy acker to only add new actions to the batch. {pull}27981[27981]
- Allow HTTP metrics to run in bootstrap mode. Add ability to adjust timeouts for Fleet Server. {pull}28260[28260]
- Fix agent configuration overwritten by default fleet config. {pull}29297[29297]
- Allow agent containers to use basic auth to create a service token. {pull}29651[29651]
- Fix issue where a failing artifact verification does not remove the bad artifact. {pull}30281[30281]
- Reduce Elastic Agent shut down time by stopping processes concurrently {pull}29650[29650]
- Fix rename *ConfigChange to *PolicyChange to align on changes in the UI. {pull-beats}20779[20779]
- Thread safe sorted set {pull-beats}21290[21290]
- Copy Action store on upgrade {pull-beats}21298[21298]
- Include inputs in action store actions {pull-beats}21298[21298]
- Fix issue where inputs without processors defined would panic {pull-beats}21628[21628]
- Prevent reporting ecs version twice {pull-beats}21616[21616]
- Partial extracted beat result in failure to spawn beat {issue-beats}21718[21718]
- Use symlink path for reexecutions {pull-beats}21835[21835]
- Use ML_SYSTEM to detect if agent is running as a service {pull-beats}21884[21884]
- Use local temp instead of system one {pull-beats}21883[21883]
- Rename monitoring index from `elastic.agent` to `elastic_agent` {pull-beats}21932[21932]
- Fix issue with named pipes on Windows 7 {pull-beats}21931[21931]
- Fix missing elastic_agent event data {pull-beats}21994[21994]
- Ensure shell wrapper path exists before writing wrapper on install {pull-beats}22144[22144]
- Fix deb/rpm packaging for Elastic Agent {pull-beats}22153[22153]
- Fix composable input processor promotion to fix duplicates {pull-beats}22344[22344]
- Fix sysv init files for deb/rpm installation {pull-beats}22543[22543]
- Fix shell wrapper for deb/rpm packaging {pull-beats}23038[23038]
- Fixed parsing of npipe URI {pull-beats}22978[22978]
- Select default agent policy if no enrollment token provided. {pull-beats}23973[23973]
- Remove artifacts on transient download errors {pull-beats}23235[23235]
- Support for linux/arm64 {pull-beats}23479[23479]
- Skip top level files when unziping archive during upgrade {pull-beats}23456[23456]
- Do not take ownership of Endpoint log path {pull-beats}23444[23444]
- Fixed fetching DBus service PID {pull-beats}23496[23496]
- Fix issue of missing log messages from filebeat monitor {pull-beats}23514[23514]
- Increase checkin grace period to 30 seconds {pull-beats}23568[23568]
- Fix libbeat from reporting back degraded on config update {pull-beats}23537[23537]
- Rewrite check if agent is running with admin rights on Windows {pull-beats}23970[23970]
- Fix issues with dynamic inputs and conditions {pull-beats}23886[23886]
- Fix bad substitution of API key. {pull-beats}24036[24036]
- Fix docker enrollment issue related to Fleet Server change. {pull-beats}24155[24155]
- Improve log on failure of Endpoint Security installation. {pull-beats}24429[24429]
- Verify communication to Kibana before updating Fleet client. {pull-beats}24489[24489]
- Fix nil pointer when null is generated as list item. {issue-beats}23734[23734]
- Add support for filestream input. {pull-beats}24820[24820]
- Add check for URL set when cert and cert key. {pull-beats}24904[24904]
- Fix install command for Fleet Server bootstrap, remove need for --enrollment-token when using --fleet-server {pull-beats}24981[24981]
- Respect host configuration for exposed processes endpoint {pull-beats}25114[25114]
- Set --inscure in container when FLEET_SERVER_ENABLE and FLEET_INSECURE set {pull-beats}25137[25137]
- Fixed: limit for retries to Kibana configurable {issue-beats}25063[25063]
- Fix issue with status and inspect inside of container {pull-beats}25204[25204]
- Remove FLEET_SERVER_POLICY_NAME env variable as it was not used {pull-beats}25149[25149]
- Reduce log level for listener cleanup to debug {pull-beats}25274
- Passing in policy id to container command works {pull-beats}25352[25352]
- Reduce log level for listener cleanup to debug {pull-beats}25274[25274]
- Delay the restart of application when a status report of failure is given {pull-beats}25339[25339]
- Don't log when upgrade capability doesn't apply {pull-beats}25386[25386]
- Fixed issue when unversioned home is set and invoked watcher failing with ENOENT {issue-beats}25371[25371]
- Fixed Elastic Agent: expecting Dict and received *transpiler.Key for '0' {issue-beats}24453[24453]
- Fix AckBatch to do nothing when no actions passed {pull-beats}25562[25562]
- Add error log entry when listener creation fails {issue-beats}23483[23482]
- Handle case where policy doesn't contain Fleet connection information {pull-beats}25707[25707]
- Fix fleet-server.yml spec to not overwrite existing keys {pull-beats}25741[25741]
- Agent sends wrong log level to Endpoint {issue-beats}25583[25583]
- Fix startup with failing configuration {pull-beats}26057[26057]
- Change timestamp in elatic-agent-json.log to use UTC {issue-beats}25391[25391]
- Fix add support for Logstash output. {pull-beats}24305[24305]
- Do not log Elasticsearch configuration for monitoring output when running with debug. {pull-beats}26583[26583]
- Fix issue where proxy enrollment options broke enrollment command. {pull-beats}26749[26749]
- Remove symlink.prev from previously failed upgrade {pull-beats}26785[26785]
- Fix apm-server supported outputs not being in sync with supported output types. {pull-beats}26885[26885]
- Set permissions during installation {pull-beats}26665[26665]
- Disable monitoring during fleet-server bootstrapping. {pull-beats}27222[27222]
- Fix issue with atomic extract running in K8s {pull-beats}27396[27396]
- Fix issue with install directory in state path in K8s {pull-beats}27396[27396]
- Disable monitoring during fleet-server bootstrapping. {pull-beats}27222[27222]
- Change output.elasticsearch.proxy_disabled flag to output.elasticsearch.proxy_disable so fleet uses it. {issue-beats}27670[27670] {pull-beats}27671[27671]
- Add validation for certificate flags to ensure they are absolute paths. {pull-beats}27779[27779]
- Migrate state on upgrade {pull-beats}27825[27825]
- Add "_monitoring" suffix to monitoring instance names to remove ambiguity with the status command. {issue-beats}25449[25449]
- Ignore ErrNotExists when fixing permissions. {issue-beats}27836[27836] {pull-beats}27846[27846]
- Snapshot artifact lookup will use agent.download proxy settings. {issue-beats}27903[27903] {pull-beats}27904[27904]
- Fix lazy acker to only add new actions to the batch. {pull-beats}27981[27981]
- Allow HTTP metrics to run in bootstrap mode. Add ability to adjust timeouts for Fleet Server. {pull-beats}28260[28260]
- Fix agent configuration overwritten by default fleet config. {pull-beats}29297[29297]
- Allow agent containers to use basic auth to create a service token. {pull-beats}29651[29651]
- Fix issue where a failing artifact verification does not remove the bad artifact. {pull-beats}30281[30281]
- Reduce Elastic Agent shut down time by stopping processes concurrently {pull-beats}29650[29650]
- Move `context cancelled` error from fleet gateway into debug level. {pull}187[187]
- Update library containerd to 1.5.10. {pull}186[186]
- Add fleet-server to output of elastic-agent inspect output command (and diagnostic bundle). {pull}243[243]
Expand Down Expand Up @@ -255,11 +255,11 @@
- Allow agent containers to use basic auth to create a service token. {pull-beats}29651[29651]
- Fix issue where a failing artifact verification does not remove the bad artifact. {pull-beats}30281[30281]
- Reduce Elastic Agent shut down time by stopping processes concurrently {pull-beats}29650[29650]
- Move `context cancelled` error from fleet gateway into debug level. {pull-beats}187[187]
- Update library containerd to 1.5.10. {pull-beats}186[186]
- Add fleet-server to output of elastic-agent inspect output command (and diagnostic bundle). {pull-beats}243[243]
- Update API calls that the agent makes to Kibana when running the container command. {pull-beats}253[253]
- diagnostics collect log names are fixed on Windows machines, command will ignore failures. AgentID is included in diagnostics(and diagnostics collect) output. {issue-beats}81[81] {issue-beats}92[92] {issue-beats}190[190] {pull-beats}262[262]
- Move `context cancelled` error from fleet gateway into debug level. {pull}187[187]
- Update library containerd to 1.5.10. {pull}186[186]
- Add fleet-server to output of elastic-agent inspect output command (and diagnostic bundle). {pull}243[243]
- Update API calls that the agent makes to Kibana when running the container command. {pull}253[253]
- diagnostics collect log names are fixed on Windows machines, command will ignore failures. AgentID is included in diagnostics(and diagnostics collect) output. {issue}81[81] {issue}92[92] {issue}190[190] {pull}262[262]

==== New features

Expand Down Expand Up @@ -341,12 +341,12 @@
- Save the agent configuration and the state encrypted on the disk. {issue}535[535] {pull}398[398]
- Bump node.js version for heartbeat/synthetics to 16.15.0
- Support scheduled actions and cancellation of pending actions. {issue}393[393] {pull}419[419]
- Update ack response schema and processing, add retrier for acks {pull-agent}200[200]
- Enhance error messages and logs for process start {pull-agent}225[225]
- Changed the default policy selection logic. When the agent has no policy id or name defined, it will fall back to defaults (defined by $FLEET_SERVER_POLICY_ID and $FLEET_DEFAULT_TOKEN_POLICY_NAME environment variables respectively). {issue}29774[29774] {pull-agent}226[226]
- Add Elastic APM instrumentation {pull-agent}180[180]
- Agent can be built for `darwin/arm64`. When it's built for both `darwin/arm64` and `darwin/adm64` a universal binary is also built and packaged. {pull-agent}203[203]
- Add support for Cloudbeat. {pull-agent}179[179]
- Fix download verification in snapshot builds. {issue-agent}252[252]
- Add support for kubernetes cronjobs {pull-agent}279[279]
- Increase the download artifact timeout to 10mins and add log download statistics. {pull-agent}308[308]
- Update ack response schema and processing, add retrier for acks {pull}200[200]
- Enhance error messages and logs for process start {pull}225[225]
- Changed the default policy selection logic. When the agent has no policy id or name defined, it will fall back to defaults (defined by $FLEET_SERVER_POLICY_ID and $FLEET_DEFAULT_TOKEN_POLICY_NAME environment variables respectively). {issue}29774[29774] {pull}226[226]
- Add Elastic APM instrumentation {pull}180[180]
- Agent can be built for `darwin/arm64`. When it's built for both `darwin/arm64` and `darwin/adm64` a universal binary is also built and packaged. {pull}203[203]
- Add support for Cloudbeat. {pull}179[179]
- Fix download verification in snapshot builds. {issue}252[252]
- Add support for kubernetes cronjobs {pull}279[279]
- Increase the download artifact timeout to 10mins and add log download statistics. {pull}308[308]

0 comments on commit cd8ccf3

Please sign in to comment.