Orb Community Orb Versions Save

Orb is a dynamic network observability platform with agent fleet orchestration and data pipelines with OpenTelemetry

v0.29.0

4 months ago

What's new

  • Merge pull request #2889 from orb-community/develop [Michal Fiedorowicz]
  • Merge pull request #2895 from orb-community/fix-sinks-update-config-auth [Michal Fiedorowicz]
  • get auth type from current sink [Michal Fiedorowicz]
  • fix typo [Michal Fiedorowicz]
  • fix(sinks): decrypt metadata only if password is encrypted [Michal Fiedorowicz]
  • Merge pull request #2894 from orb-community/fix-sinks-config-auth [Michal Fiedorowicz]
  • add test for partial sinks updates (non-config) + tidy up [Michal Fiedorowicz]
  • fix(sinks): decrypt metadata before update [Michal Fiedorowicz]
  • Merge pull request #2888 from lpegoraro/update_version [Luiz Henrique Pegoraro]
  • chore(version): bump version to 0.29.0. [Luiz Pegoraro]
  • Merge pull request #2886 from lpegoraro/eng-1778-orblive-and-orbcommunity-privacy-policy-update-with-newer [Luiz Henrique Pegoraro]
  • feat(ui): tidy. [Luiz Pegoraro]
  • feat(ui): fix warning message display. [Luiz Pegoraro]
  • feat(ui): fix style. [Luiz Pegoraro]
  • feat(ui): add privacy policy. [Luiz Pegoraro]
  • Merge pull request #2877 from lpegoraro/eng-1536-orb-agent-reset-or-lose-connection-with-otel-pktvisor [Luiz Henrique Pegoraro]
  • fix(agent): fix build and fix sqlite lib. [Luiz Pegoraro]
  • fix(agent): fix build and fix sqlite lib. [Luiz Pegoraro]
  • Merge pull request #2882 from orb-community/dependabot/pip/psutil-5.9.7 [Michal Fiedorowicz]
  • fix: bump psutil from 5.9.6 to 5.9.7 [dependabot[bot]]
  • fix(agent): fix build and fix sqlite lib. [Luiz Pegoraro]
  • Merge pull request #2880 from orb-community/fix-pktvisor-backend-tests [Michal Fiedorowicz]
  • fix: pktvisor backend integration tests [Michal Fiedorowicz]
  • Merge pull request #2879 from orb-community/fix-otel-backend-integration-tests [Michal Fiedorowicz]
  • add missing version [Michal Fiedorowicz]
  • mute tests [Michal Fiedorowicz]
  • mute tests [Michal Fiedorowicz]
  • fix otel backend tests [Michal Fiedorowicz]
  • fix(go): upgrade 1.21 golang release. [Luiz Pegoraro]
  • fix(agent): sqlite3 dialect and driver name. [Luiz Pegoraro]
  • fix(sqlite): remove old dependency for sqlite. [Luiz Pegoraro]
  • fix(actions): very funny github. [Luiz Pegoraro]
  • fix(Dockerfile): update to go version 1.20. [Luiz Pegoraro]
  • fix(actions): update to go version 1.20. [Luiz Pegoraro]
  • fix(otel): upgrade to newer version. [Luiz Pegoraro]
  • Merge pull request #2876 from orb-community/fix-agent-otel-runner [Michal Fiedorowicz]
  • fix(agent): otel runner - break an infinite loop [Michal Fiedorowicz]
  • Merge pull request #2863 from orb-community/dependabot/pip/docker-7.0.0 [Michal Fiedorowicz]
  • Merge pull request #2862 from orb-community/dependabot/github_actions/actions/setup-go-5 [Michal Fiedorowicz]
  • Merge pull request #2861 from orb-community/dependabot/go_modules/github.com/spf13/viper-1.18.1 [Michal Fiedorowicz]
  • fix: bump github.com/spf13/viper from 1.15.0 to 1.18.1 [dependabot[bot]]
  • Merge pull request #2860 from orb-community/dependabot/go_modules/github.com/spf13/cast-1.6.0 [Michal Fiedorowicz]
  • Merge pull request #2872 from lpegoraro/fix/eng-1775-try-to-fix-agent [Michal Fiedorowicz]
  • fix(agent): reword last message. [Luiz Pegoraro]
  • fix(agent): reword last message. [Luiz Pegoraro]
  • fix(agent): refactor logic. [Luiz Pegoraro]
  • fix(agent): reword logs. [Luiz Pegoraro]
  • fix(agent): reword logs. [Luiz Pegoraro]
  • fix(agent): fix argument check. [Luiz Pegoraro]
  • Merge pull request #2871 from lpegoraro/fix/eng-1760-general-fixes [Luiz Henrique Pegoraro]
  • fix(agent): add debug log, validate on errors. [Luiz Pegoraro]
  • checking policy version in agent (#2869) [Amanda Rodrigues]
  • Merge pull request #2870 from orb-community/fix-ENG-1760-policy-update-remove [Michal Fiedorowicz]
  • fix: ENG-1760 - policy update and remove [Michal Fiedorowicz]
  • Test fix (#2868) [Amanda Rodrigues]
  • fix: bump docker from 6.1.3 to 7.0.0 [dependabot[bot]]
  • Merge pull request #2864 from orb-community/dependabot/pip/mkdocs-material-9.5.2 [Luiz Henrique Pegoraro]
  • Merge pull request #2865 from orb-community/dependabot/pip/selenium-4.16.0 [Luiz Henrique Pegoraro]
  • Merge pull request #2866 from orb-community/dependabot/pip/colorlog-6.8.0 [Luiz Henrique Pegoraro]
  • Eng 1512 otel integration tests (#2867) [Amanda Rodrigues]
  • fix: bump colorlog from 6.7.0 to 6.8.0 [dependabot[bot]]
  • fix: bump selenium from 4.15.2 to 4.16.0 [dependabot[bot]]
  • fix: bump mkdocs-material from 9.4.14 to 9.5.2 [dependabot[bot]]
  • fix: bump actions/setup-go from 4 to 5 [dependabot[bot]]
  • fix: bump github.com/spf13/cast from 1.5.0 to 1.6.0 [dependabot[bot]]
  • Merge pull request #2859 from lpegoraro/fix/agent-fail-when-otel-version-fails [Michal Fiedorowicz]
  • fix(agent): add return of error in case of any error on getting the version for the otel-backend. [Luiz Pegoraro]
  • Merge pull request #2858 from lpegoraro/eng-1760-agent-policy-update-keeps-using-old-targets [Luiz Henrique Pegoraro]
  • fix(fleet): fix unit tests. [Luiz Pegoraro]
  • fix(policies): fix failing tests. [Luiz Pegoraro]
  • fix(policies): ident to improve reading. [Luiz Pegoraro]
  • fix(fleet): add debug log for policy format. [Luiz Pegoraro]
  • fix(policies): fix format not being sent over grpc. [Luiz Pegoraro]
  • fix(policies): add format in decoded response. [Luiz Pegoraro]
  • fix(agent): fix agent update policy. [Luiz Pegoraro]
  • Merge pull request #2752 from testwill/ioutil [Michal Fiedorowicz]
  • Merge pull request #2855 from lpegoraro/fix_labeler [Luiz Henrique Pegoraro]
  • fix(labeler): try a different approach. [Luiz Pegoraro]
  • fix(labeler): update to labeler@5. [Luiz Pegoraro]
  • fix(labeler): fix config labeler. [Luiz Pegoraro]
  • Merge pull request #2642 from orb-community/dependabot/github_actions/docker/build-push-action-5 [Luiz Henrique Pegoraro]
  • Merge pull request #2641 from orb-community/dependabot/github_actions/docker/login-action-3 [Luiz Henrique Pegoraro]
  • Merge pull request #2640 from orb-community/dependabot/github_actions/docker/setup-qemu-action-3 [Luiz Henrique Pegoraro]
  • Merge pull request #2607 from orb-community/dependabot/github_actions/actions/checkout-4 [Luiz Henrique Pegoraro]
  • Merge pull request #2643 from orb-community/dependabot/github_actions/docker/setup-buildx-action-3 [Luiz Henrique Pegoraro]
  • Merge pull request #2835 from orb-community/dependabot/go_modules/golang.org/x/tools-0.16.0 [Luiz Henrique Pegoraro]
  • Eng 1561 refactor and logs (#2851) [Amanda Rodrigues]
  • Merge pull request #2854 from orb-community/downgrade-labeler-to-v4 [Michal Fiedorowicz]
  • Downgrade labeler to v4 [Michal Fiedorowicz]
  • Merge pull request #2848 from orb-community/dependabot/github_actions/actions/labeler-5 [Michal Fiedorowicz]
  • Merge pull request #2850 from lpegoraro/fix_test_fails [Luiz Henrique Pegoraro]
  • fix(fleet): fix logger no being instantiated. [Luiz Pegoraro]
  • Merge pull request #2841 from lpegoraro/eng-1668-orb-agent-with-otel-backend-policy-apply-dynamically [Luiz Henrique Pegoraro]
  • fix: bump actions/labeler from 4 to 5 [dependabot[bot]]
  • fix(all): remove debug logs. [Luiz Pegoraro]
  • feat(policies): fix format not being sent. [Luiz Pegoraro]
  • feat(policies): add logs. [Luiz Pegoraro]
  • feat(fleet): add logs. [Luiz Pegoraro]
  • feat(fleet): fix format not being sent over. [Luiz Pegoraro]
  • feat(policies): fix format not being sent over. [Luiz Pegoraro]
  • feat(policies): fix format in fleet and policies. [Luiz Pegoraro]
  • feat(policies): add format to RetrievePolicy/PolicyRes and clean up. [Luiz Pegoraro]
  • feat(fleet): add format to RetrievePolicy/PolicyRes and clean up. [Luiz Pegoraro]
  • bump test pkg versions (#2842) [Amanda Rodrigues]
  • fix: bump webdriver-manager from 3.9.1 to 4.0.1 (#2651) [dependabot[bot]]
  • fix: bump mkdocs from 1.5.1 to 1.5.3 (#2654) [dependabot[bot]]
  • fix: bump deepdiff from 6.6.1 to 6.7.1 (#2803) [dependabot[bot]]
  • feat(fleet): fix dataset create receiving message. [Luiz Pegoraro]
  • feat(fleet): add logs to dataset consumer. [Luiz Pegoraro]
  • feat(agent): fix policy removal error. [Luiz Pegoraro]
  • connect_failures - counters (#2838) [Amanda Rodrigues]
  • eng-1632-temp-mute-2-agents-same-port (#2837) [Amanda Rodrigues]
  • temp mute remotely restart scenario (#2836) [Amanda Rodrigues]
  • fix: bump golang.org/x/tools from 0.14.0 to 0.16.0 [dependabot[bot]]
  • Merge pull request #2831 from orb-community/fix-agent-pktvisor-backend [Michal Fiedorowicz]
  • Merge branch 'develop' into fix-agent-pktvisor-backend [Michal Fiedorowicz]
  • tidy up otel backend [Michal Fiedorowicz]
  • fix scraping metrics from pktvisor + simplify logic [Michal Fiedorowicz]
  • Merge pull request #2830 from lpegoraro/fix/log_port_error [Luiz Henrique Pegoraro]
  • fix(agent): add port logs. [Luiz Pegoraro]
  • fix agent default backend variables [Michal Fiedorowicz]
  • Merge pull request #2829 from orb-community/fix-agent-defaults [Luiz Henrique Pegoraro]
  • fix(agent): default backend variables [Michal Fiedorowicz]
  • fix(orb-ui): User not able to log in after token being expired (#2828) [joaoguilherme2003]
  • fix(orb-ui): Include empty diode config schema (#2825) [joaoguilherme2003]
  • Merge pull request #2826 from lpegoraro/fix/nil_safe_pktvisor_running_check [Luiz Henrique Pegoraro]
  • fix(tests): add nil safe check for running status. [Luiz Pegoraro]
  • Merge pull request #2820 from lpegoraro/fix/pktvisor_integration_tests_fixes [Luiz Henrique Pegoraro]
  • fix(orb-ui): remove opentelemetry field & make backend required (#2824) [joaoguilherme2003]
  • fix(tests): changed expected log messages. [Luiz Pegoraro]
  • fix(agent): fix message level. [Luiz Pegoraro]
  • fix(orb-ui): Expose HTTP error name (#2823) [joaoguilherme2003]
  • fix(agent): add static method for each backend to register default variables and add mechanism to main to provide backend specific env vars added to viper. [Luiz Pegoraro]
  • fix(orb-ui): small fixes (#2822) [joaoguilherme2003]
  • Merge pull request #2770 from orb-community/update-otlp-http-string [Luiz Henrique Pegoraro]
  • Merge pull request #2818 from lpegoraro/fix/multiple_policies_agent [Luiz Henrique Pegoraro]
  • fix(orb-ui): Tags polling conflict in edit mode (#2819) [joaoguilherme2003]
  • Merge branch 'develop' into update-otlp-http-string [joaoguilherme2003]
  • fix(agent): fixing port overriding if not set unless always setting. [Luiz Pegoraro]
  • fix(agent): rolling agent debug mqtt logs back. [Luiz Pegoraro]
  • fix(agent): fix removal of policy. [Luiz Pegoraro]
  • fix(agent): fix unit test. [Luiz Pegoraro]
  • fix(agent): fix metrics level to none disabling telemetry allowing multiple otel backend policies, without port conflict. [Luiz Pegoraro]

v0.27.0

7 months ago

What's new

  • New Release 0.27.0 [Everton H. Taques]
  • improvement(orb-ui): #1191 Delete Selected Modal (#2649) [joaoguilherme2003]
  • fix(orb-ui): V1 Policy View new layout (#2646) [joaoguilherme2003]
  • fixes(orb-ui): Polling stopping | resquest button disabled (#2645) [joaoguilherme2003]
  • fix(orb-ui): Yaml as main and only sink config language (#2644) [joaoguilherme2003]
  • feat(orb-ui): #1190 Loading Animation (#2634) [joaoguilherme2003]
  • fix(orb-ui): Policy add stepper styles (#2635) [joaoguilherme2003]
  • feat(orb-ui): #1185 Search by name on list pages (#2633) [joaoguilherme2003]
  • feat(orb-ui): #eng-1186 improvements on assigned groups component (#2631) [joaoguilherme2003]
  • hotfix(eng-1189): Fix Orb Agent Docker command typo (#2632) [Guilhermo Pazuch]
  • fix(orb-ui): #1177 Policy Add page improvements (#2630) [joaoguilherme2003]
  • fix(orb-ui): Dataset table, add messages on empty table cell (#2628) [joaoguilherme2003]
  • fix(orb-ui): Improve poll control (#2629) [joaoguilherme2003]
  • fix(orb-ui): Minor fixes and updates (#2622) [joaoguilherme2003]
  • fix(orb-ui): Remove duplicated logic on policy view polling control (#2621) [joaoguilherme2003]
  • improvement(orb-ui): Include view password button, reset input field after cancel edit (#2620) [joaoguilherme2003]
  • feat(orb-ui): #1140 Add option to configure polling interval (#2618) [joaoguilherme2003]
  • fix(orb-ui): User being log out after change password fail (#2617) [joaoguilherme2003]
  • feat(orb-ui): #1127 Active polling control (#2616) [joaoguilherme2003]
  • fix(orb-ui): #1097 hide empty description fields and messages on tables (#2605) [joaoguilherme2003]
  • feat(orb-ui): #1110 New profile page (#2615) [joaoguilherme2003]
  • fix(orb-ui): align itens agent key (#2606) [joaoguilherme2003]
  • improvement(orb-ui): #1108 Update input and forms styles according to figma (#2604) [joaoguilherme2003]
  • feat(orb-ui): #1106 Agent View, include provisioning command with config file (#2603) [joaoguilherme2003]
  • Merge pull request #2600 from lpegoraro/fix/maestro_tail_log_lines [Luiz Henrique Pegoraro]
  • fix(orb-ui): Adjustments on agent key window, command with config file (#2602) [joaoguilherme2003]
  • improvement(orb-ui): #1095 Add Group page style and design (#2601) [joaoguilherme2003]
  • fix(maestro): increase log tail on otel-collectors. [Luiz Pegoraro]
  • fix(orb-ui): #124 center align agent key (#2595) [joaoguilherme2003]
  • fix(orb-ui): #1096 Update Matching agent styles (#2596) [joaoguilherme2003]
  • fix(orb-ui): Improve policy view header positioning (#2597) [joaoguilherme2003]
  • Merge pull request #2589 from lpegoraro/fix/stg_errors [Luiz Henrique Pegoraro]
  • feat(maestro): fix probable nil reference error. [Luiz Pegoraro]
  • fix(orb-ui): #1098 Users can't redo CREATE request after a error (#2588) [joaoguilherme2003]
  • fix(eng-13): fix no auth strategy name (#2586) [Guilhermo Pazuch]
  • improvement(orb-ui): #1088 add 100% grid Add Sink page (#2587) [joaoguilherme2003]

v0.26.0

9 months ago

What's new

  • Merge pull request #2528 from orb-community/develop [Luiz Henrique Pegoraro]
  • fix(orb-ui) On backends card, add state colors (#2529) [joaoguilherme2003]
  • fix(orb-ui): #119 sinks states colors (#2530) [joaoguilherme2003]
  • fix(orb-ui): #59 policy states colors (#2531) [joaoguilherme2003]
  • Merge pull request #2524 from orb-community/dependabot/pip/jsonschema-4.18.4 [Luiz Henrique Pegoraro]
  • improvement(orb-ui): #34 New confirmation modal for policy duplication (#2526) [joaoguilherme2003]
  • fix: bump jsonschema from 4.17.3 to 4.18.4 [dependabot[bot]]
  • fix(orb-ui): #78 On agent view, remove error message when a deleted dataset is not found (#2519) [joaoguilherme2003]
  • fix(orb-ui) On active policies, width for low resolutions (#2520) [joaoguilherme2003]
  • Merge pull request #2517 from lpegoraro/fix_maestro [Luiz Henrique Pegoraro]
  • fix(orb-ui): On view sink, fix cards width (#2518) [joaoguilherme2003]
  • revert: version upgrade [Luiz Pegoraro]
  • fix(maestro): not being able to create deployment from database. [Luiz Pegoraro]
  • chore(VERSION): upgrade version. [Luiz Pegoraro]
  • fix(orb-ui): On active policies, add max width for policy name (#2509) [joaoguilherme2003]
  • improvement(orb-ui): On agent credentials, add tooltips on copy and save icons (#2510) [joaoguilherme2003]
  • improvement(orb-ui): On active datasets, add hover on sink list (#2512) [joaoguilherme2003]
  • fix(orb-ui): #900 On sink details modal, uptade fields to the new sink json (#2514) [joaoguilherme2003]
  • fix(orb-ui): On active datasets table, add resizeable columns (#2513) [joaoguilherme2003]
  • fix(policies): fixed not being able to handle event of sinks.remove (#2511) [Luiz Henrique Pegoraro]
  • fix: smoke and sanity integration tests are failing. (#2501) [Luiz Henrique Pegoraro]
  • fix(orb-ui): only expose last error field when the agent is recovery (#2505) [joaoguilherme2003]
  • fix(orb-ui)> sink list, add sink view button on the sink name cell (#2506) [joaoguilherme2003]
  • fix(orb-ui) All list pages, Add resizeble columns (#2507) [joaoguilherme2003]
  • [ENG-16] Agent is exiting with error "BUG reconnection function is nil" [brnvalenca]
  • fix(sinks): overall sinks fixes with custom headers and a few sanity tests fixes (#2500) [Luiz Henrique Pegoraro]
  • fix(sinker): add ownerID to policy call. (#2499) [Luiz Henrique Pegoraro]
  • [ENG-166] Create sink error message (#2492) [brnvalenca]
  • fix: bump docker from 5.0.3 to 6.1.3 (#2478) [dependabot[bot]]
  • fix: bump mkdocs-material from 9.1.17 to 9.1.18 (#2479) [dependabot[bot]]
  • feat(sinker): add policy name and id to scope metrics. (#2488) [Luiz Henrique Pegoraro]
  • Fix/eng 783 fix orbcommunity deploy (#2489) [manrodrigues]
  • fix(sinker): re-add the agentName in the scope attribute 'agent' (#2476) [Luiz Henrique Pegoraro]
  • fix(maestro): add sink id to error message (#2486) [Luiz Henrique Pegoraro]
  • fix: bump go.uber.org/multierr from 1.10.0 to 1.11.0 (#2483) [dependabot[bot]]
  • feat(orb-ui): Policy and Agent View, add refresh button (#2473) [joaoguilherme2003]
  • fix(orb-ui): #90 Add elements name on delete modals (#2474) [joaoguilherme2003]
  • improvement(orb-ui) Agent View, include policy backend on active policies list (#2471) [joaoguilherme2003]
  • fix(ui-modues): update node to 14.17 (#2472) [Everton H. Taques]
  • feat: add custom headers support. (#2457) [Luiz Henrique Pegoraro]
  • feat(orb-ui): #145 Create Policy, option to upload a policy configuration yaml file (#2470) [joaoguilherme2003]
  • fix(orb-ui): #73 add missing name validations policy edit (#2469) [joaoguilherme2003]
  • fix(deps): general bumps on dependencies which had vulnerabilities alerted by dependabot (#2468) [Luiz Henrique Pegoraro]
  • improvement(orb-ui): #153 download agent provisioning command (#2467) [joaoguilherme2003]
  • fix: bump github.com/docker/docker (#2461) [dependabot[bot]]
  • fix: bump github.com/moby/term (#2465) [dependabot[bot]]
  • fix: bump github.com/go-gorp/gorp/v3 from 3.0.2 to 3.1.0 (#2466) [dependabot[bot]]
  • fix(orb-ui): #75 Edit Polic, conflict returning sucess (#2451) [joaoguilherme2003]
  • improvement(orb-ui): #44 expose error when agent fails (#2452) [joaoguilherme2003]
  • fix(orb-ui): #88 filtering sinks by tags not working (#2456) [joaoguilherme2003]

v0.25.0

1 year ago

What's new

  • [ORB-174] (Fix) policy creation with json format (#2358) [brnvalenca]
  • Unmute tests fixed (#2361) [manrodrigues]
  • (feat/fix): Enable Partial Sink Update (#2230) [Guilhermo Pazuch]
  • Fix agent backend message (#2360) [manrodrigues]
  • Cleaning useless files (#2359) [Everton H. Taques]
  • improvement(orb-ui): #765 Add vertical scroll bar in policy display on agent page (#2356) [joaoguilherme2003]
  • fix(orb-ui): remove asteriks on sink and group detailss [joaoguilherme2003]
  • enhancement(orb-ui): #132 Agent View, add messages in blank labels when the agent is new [joaoguilherme2003]
  • fix(orb-ui): #128 Add description filter on groups and sinks lists [joaoguilherme2003]
  • fix(orb-ui): #106 Add filter for unkown and idle sinks, remove filter for removed agents (#2351) [joaoguilherme2003]
  • Orb 768 mute tests sink error and idle (#2355) [manrodrigues]
  • fix(orb-ui): remove asteriks on sink and group details [joaoguilherme2003]
  • enhancement(orb-ui): #132 Agent View, add messages in blank labels when the agent is new [joaoguilherme2003]
  • fix(orb-ui): #128 Add description filter on groups and sinks lists [joaoguilherme2003]
  • feat(orb-ui): #699 Agent View, show how many policies are applied and how many are running (#2349) [joaoguilherme2003]
  • fixing ui tests (#2350) [manrodrigues]
  • fix agent individual workflow (#2347) [Everton H. Taques]
  • [feat] add diode backend on fleet and policies (#2346) [Everton H. Taques]
  • fix(orb-ui): #162 matching agent displayed instead of group details (#2312) [joaoguilherme2003]
  • fix(feat): #215 add the policy status in the matching agents model (#2338) [joaoguilherme2003]
  • [fix] ui on policy add (#2345) [Everton H. Taques]
  • [fix] agent workflow dispatch (#2344) [Everton H. Taques]
  • [fix] condition to run diode (#2343) [Everton H. Taques]
  • fix agent full two backends (#2342) [Everton H. Taques]
  • Add property on right level sinker otlp (#2341) [Leonardo Parente]
  • (feat) add otel logs components to kafka (#2340) [Everton H. Taques]
  • Orb Agent: don't register diode agent (#2339) [Leonardo Parente]
  • Add diode backend (#2316) [Leonardo Parente]
  • fix(orb-ui): #165 disable tags with empty values [joaoguilherme2003]
  • [FIX] standalone agent build (#2334) [Everton H. Taques]
  • Orb Agent: Fix add attribute to otlp scope (#2335) [Leonardo Parente]
  • Add orb specific data on scope metrics attributes and not on each metric attribute (#2333) [Leonardo Parente]
  • Sinker: remove not necessary code to process OTLP data (#2331) [Leonardo Parente]
  • remove not necessary policy track (#2332) [Leonardo Parente]
  • Use End to End OTLP as default OTEL support and remove prometheus scrapper (#2330) [Leonardo Parente]
  • removing sink status check of flow without metrics (#2329) [manrodrigues]
  • get name from scope instead from policy name (#2328) [Leonardo Parente]
  • feat(orb-722): Remove ORB_OTEL_ENABLE=true from provisioning command (#2289) [Guilhermo Pazuch]
  • Add job tag to legacy sinker (#2325) [Leonardo Parente]
  • Change scrap message (#2323) [Leonardo Parente]
  • fix(orb-ui): disable tags with empty values [joaoguilherme2003]
  • Default otlp receiver on Orb agent (#2322) [Leonardo Parente]
  • Update otlp.go (#2321) [Leonardo Parente]
  • Merge pull request #2310 from orb-community/fix-orb-#208 [joaoguilherme2003]
  • Fix end to end when there is only one policy applied (#2320) [Leonardo Parente]
  • Remove sinker timestamp for OTLP (#2319) [Leonardo Parente]
  • [fix] GTAGID on UI dockerfile (#2317) [Everton H. Taques]
  • [feat] add agent full (#2315) [Everton H. Taques]
  • Add instance and job labels on sinker side for end to end otlp (#2314) [Leonardo Parente]
  • change command to set mtu (#2313) [Everton H. Taques]
  • replace OTLP metrics timestamp with sinker timestamp to avoid TSDB issues (#2311) [Leonardo Parente]
  • fix #208 [joaoguilherme2003]
  • Merge pull request #2309 from orb-community/orb-208-fix [joaoguilherme2003]
  • Merge branch 'develop' into orb-208-fix [joaoguilherme2003]
  • fix(orb-ui): orb 208 [joaoguilherme2003]
  • fix(orb-ui): #192 remove green colors in selectors [joaoguilherme2003]
  • fix(orb-ui): #199 remove asterisk policy view (#2298) [joaoguilherme2003]
  • add prometheus auto-discovery on otelcollector (#2306) [Everton H. Taques]
  • remove transform properties (#2307) [Leonardo Parente]
  • fix(orb-ui): #196 URL See Here button on agent credentials (#2296) [joaoguilherme2003]
  • fix(orb-ui): #208 fix label width on dataset details forms (#2299) [joaoguilherme2003]
  • feat(otel): upgrade opentelemetry to v0.75 (#2303) [Leonardo Parente]
  • Clear otlp empty metrics if any (#2300) [Leonardo Parente]
  • fix(orb-ui): #208 fix label width on dataset details forms [joaoguilherme2003]

v0.24.0

1 year ago

What's new

  • Self hosted release 0.24.0 [Everton H. Taques]
  • Clear otlp empty metrics if any (#2300) [Leonardo Parente]
  • using otel true as default for orb agent (#2297) [manrodrigues]
  • documents referring to ns1labs (#2292) [manrodrigues]
  • Remove old docker hub organization (ns1labs) (#2293) [Everton H. Taques]
  • add orbcommunity as base org (#2291) [Everton H. Taques]
  • changing UI modules img to use orbcommunity (#2290) [Everton H. Taques]
  • fix(orb-ui) #146 tooltip on policy view (#2288) [joaoguilherme2003]
  • Test new metrics: flow (top_tos) and dns (histograms and quantiles) (#2286) [manrodrigues]
  • fix(sinks): remove error when there's a config update. (#2287) [Luiz Henrique Pegoraro]
  • fix(orb-ui): #151 - fix name labels for sink and policy (#2284) [joaoguilherme2003]
  • feat(redis): make sure every xadd has a MaxLen property. (#2280) [Luiz Henrique Pegoraro]
  • [FIX] Add MaxLen to avoid redis be filled (#2279) [Everton H. Taques]
  • fix(build:ui): read GTAG from environment variable (#2274) [Guilhermo Pazuch]
  • fix(sinker): add logger to eventstore. (#2276) [Luiz Henrique Pegoraro]
  • Feat(sinker): add messaging counter in otlp method (#2258) [joaoguilherme2003]
  • google analytics (#2273) [Shannon Weyrick]
  • [feat] [ORB-724] add images to orbcommunity hub (#2269) [Everton H. Taques]
  • fix_api_docs (#2272) [manrodrigues]
  • fix(sinks): fix sink errors. (#2270) [Luiz Henrique Pegoraro]
  • Add otlp http parameters and a logic to get free port (#2271) [Leonardo Parente]
  • fix(sinks): add unit tests and validate entirely the partial update for sinks (#2268) [Luiz Henrique Pegoraro]
  • fix(maestro): fix config building errors after update (#2267) [Luiz Henrique Pegoraro]
  • fix(maestro): fix maestro configuration building with incorrect parameters (#2266) [Luiz Henrique Pegoraro]
  • fix(sinks): fixes partial updates in editing an sink. (#2263) [Luiz Henrique Pegoraro]
  • fix_response_report (#2265) [manrodrigues]
  • Fix( go report): token required (#2264) [Everton H. Taques]
  • Update agent.example.yaml (#2261) [manrodrigues]
  • feat(sinks): add support for YAML, following policies standard. (#2260) [Luiz Henrique Pegoraro]
  • pos migration test (#2262) [manrodrigues]
  • inserting tags to separe scenarios in which agents run using auto provisioning (#2259) [manrodrigues]

v0.23.0

1 year ago

What's new

  • Self hosted release 0.23.0 #2254 [Everton H. Taques]
  • [FIX] Making sink warning state as reversible (#2242) [Everton H. Taques]
  • Fix ui dependencies image (#2252) [Everton H. Taques]
  • fix(go.mod): replace to orb-community github. (#2249) [Luiz Henrique Pegoraro]
  • [fix] readme, codecov, go-reportcard (#2248) [Everton H. Taques]
  • [fix] codecov version (#2247) [Everton H. Taques]
  • [feat] run codecov when is merged on branch (#2246) [Everton H. Taques]
  • fix(agent): fix renaming policy erroring and keep scraping (#2243) [Luiz Henrique Pegoraro]
  • Add otlp receiver v0.62 to orb agent (#2223) [Leonardo Parente]
  • Fix down (#2241) [Luiz Henrique Pegoraro]
  • feat(migrate): simplify to only last migration. (#2240) [Luiz Henrique Pegoraro]
  • feat(migrate): simplify to only last migration. (#2239) [Luiz Henrique Pegoraro]
  • feat(migrate): fix last applied tag. (#2238) [Luiz Henrique Pegoraro]
  • Migrate logic (#2237) [Luiz Henrique Pegoraro]
  • feat(migrate): change latest schema version to 3. (#2236) [Luiz Henrique Pegoraro]
  • increasing timeout for test sink status (#2233) [manrodrigues]
  • [ORB-689] sinks status synchronization (#2231) [Everton H. Taques]
  • feat(maestro): fix subscription (#2229) [Luiz Henrique Pegoraro]
  • fix(maestro): fix deletion. (#2227) [Luiz Henrique Pegoraro]
  • fix install kubectl (#2226) [Everton H. Taques]
  • fix(sinker): don't fetch logs older than 5 minutes. (#2225) [Luiz Henrique Pegoraro]
  • fix(maestro): add subgroup to sinker and fix old timestamped logs interfering with status (#2224) [Luiz Henrique Pegoraro]
  • [FIX] set last activity on redis if sink already is active (#2222) [Everton H. Taques]
  • fix(sinker): add activity in metric push in sinker, on change from idle/unknown to active (#2221) [Luiz Henrique Pegoraro]
  • fix(sinker): fix active sink not updating (#2220) [Luiz Henrique Pegoraro]
  • rollback the changes on db file (#2219) [Everton H. Taques]
  • fix(maestro): fix sink deletion propagation to collector and creation event status (#2218) [Luiz Henrique Pegoraro]
  • fix(maestro): remove only changing status in active. to go back from errors like 429. (#2217) [Luiz Henrique Pegoraro]
  • [ORB-669] - Add more changes on README (#2215) [Everton H. Taques]
  • fix(maestro): rollback to complete deployment json (#2216) [Luiz Henrique Pegoraro]
  • WIP: hotfix general css and dataset list table spacings (#2208) [Guilhermo Pazuch]
  • [ORB-673] Set default path for orb-agent.db (#2213) [Everton H. Taques]
  • fix(maestro): remove idle validations. (#2214) [Luiz Henrique Pegoraro]
  • fix(maestro): reverting back to file management due to throttling of … (#2212) [Luiz Henrique Pegoraro]
  • fix(maestro): new configuration handling and creation on kubernetes. (#2211) [Luiz Henrique Pegoraro]
  • add prepare-helm first on run (#2209) [Everton H. Taques]
  • fix(maestro): fix acking messages on error. (#2207) [Luiz Henrique Pegoraro]
  • fix(redis): fixing how maestro and sinker handles errors in reading and handling event errors (#2206) [Luiz Henrique Pegoraro]
  • Revert "fix(redis): add debug logs" (#2205) [Luiz Henrique Pegoraro]
  • tests to validate private image (#2202) [manrodrigues]
  • [FIX] update kind manifests to 1.0.44 (#2203) [Everton H. Taques]
  • fix(redis): Add more logs (#2200) [Luiz Henrique Pegoraro]
  • Small changes on README (#2199) [Everton H. Taques]
  • fix(maestro): change from pod, to deployment and added logs for matching items (#2198) [Luiz Henrique Pegoraro]
  • fix(maestro): clean up code and create wait mechanism for apply deployments (#2197) [Luiz Henrique Pegoraro]
  • fix(maestro): fix extract id. (#2196) [Luiz Henrique Pegoraro]
  • fix(maestro): fix new nil reference error (#2195) [Luiz Henrique Pegoraro]
  • Orb 694 tests otel migration (#2194) [manrodrigues]
  • Fix iteration (#2193) [Luiz Henrique Pegoraro]
  • fix(maestro): fix iteration to be more performatic and less error prone. (#2192) [Luiz Henrique Pegoraro]
  • fix(maestro): fix monitor logic (#2191) [Luiz Henrique Pegoraro]
  • fix(maestro): re-added maestro stream. (#2190) [Luiz Henrique Pegoraro]
  • fix(maestro): fix maestro reading redis and groups (#2189) [Luiz Henrique Pegoraro]
  • fix(maestro): fix maestro reading events. (#2188) [Luiz Henrique Pegoraro]
  • inserting tag on test scenarios with error status on sink (#2187) [manrodrigues]
  • fix(maestro): attempt of different approach on idle and active (#2186) [Luiz Henrique Pegoraro]
  • Dns and Net v2 metrics test (#2173) [manrodrigues]
  • Update README.md (#2181) [manrodrigues]
  • changing scenario descriptions for dry-run execution (#2185) [manrodrigues]
  • feat(maestro): fix error messages (#2184) [Luiz Henrique Pegoraro]
  • Sinker ifs state (#2183) [Luiz Henrique Pegoraro]
  • Sink error message (#2182) [Luiz Henrique Pegoraro]
  • Fine tuning maestro (#2180) [Luiz Henrique Pegoraro]
  • fix(maestro): added fine tuning to maestro. (#2179) [Luiz Henrique Pegoraro]
  • fix(maestro): fix maestro redis proper client. (#2178) [Luiz Henrique Pegoraro]
  • fix(maestro): fix state change to remove the local cache, refactored code, to only redis package have redisClient (#2177) [Luiz Henrique Pegoraro]
  • [FIX] do not skip when lastActivity not found on redis (#2175) [Everton H. Taques]
  • fix(sinks): fix merging of the sinks tags and config. (#2176) [Luiz Henrique Pegoraro]
  • feat(agent): fix context propagation for failure in otel (#2166) [Luiz Henrique Pegoraro]
  • feat(migrate): prevent previous migration from executing in migrate up/down. (#2174) [Luiz Henrique Pegoraro]
  • increasing timeout for sink status because of otel (#2172) [manrodrigues]
  • [FIX] maestro event sourcing to update otel collector (#2171) [Everton H. Taques]
  • fix(maestro): fix failed to parse json (#2170) [Luiz Henrique Pegoraro]
  • feat(maestro): update cache with creation of yaml. (#2169) [Luiz Henrique Pegoraro]
  • [Feat] Remove otel collector when it is idle (#2168) [Everton H. Taques]
  • Fix delete sinks on maestro (#2167) [Everton H. Taques]
  • [FIX] refactoring maestro event sourcing for sink status (#2165) [Everton H. Taques]
  • feat(migrate): add migrate service to default and support openTelemetry in all sinks (#2150) [Luiz Henrique Pegoraro]
  • fix(maestro): sinks status fix on active and errored sinks [Everton H. Taques]

v0.22.0

1 year ago

What's new

  • Self-hosted release 0.22.0 [Everton H. Taques]
  • partial updates for datasets (#2144) [Mariana Cavalcante]
  • hotfix(ui): change referrer policy to 'origin' (#2130) [Guilhermo Pazuch]
  • Add sudo to any mv commands to protected areas (#2142) [Nick Stinemates]
  • [ORB-223] Fix/partial updates policies (#2139) [Mariana Cavalcante]
  • Tests/metrics groups (#2140) [manrodrigues]
  • Tests/metrics groups (#2138) [manrodrigues]
  • fix bug otel collector state (#2136) [Everton H. Taques]
  • metric groups test (#2137) [manrodrigues]
  • ORB-283 (#2134) [Everton H. Taques]
  • testing partial updates for agent groups (#2132) [manrodrigues]
  • Fix/partial updates group (#2127) [Mariana Cavalcante]
  • hotfix(ui): fix dataset refresh after deleting from within policy view (#2131) [Guilhermo Pazuch]
  • fix(orb): add delete callback for button (#2129) [Guilhermo Pazuch]
  • fix ui: not able to edit or delete dataset (#2125) [Guilhermo Pazuch]
  • enabling_tests_to_self_hosted_versions (#2117) [manrodrigues]
  • Improvements on Kind development docs (#2122) [Everton H. Taques]
  • make config field mandatory on sinks creation (#2112) [Mariana Cavalcante]
  • Fix/remove mandatory name editing (#2120) [Mariana Cavalcante]
  • [Feat] Add kind as local k8s development environment (#2102) [Everton H. Taques]
  • Fix repository name (#2119) [Everton H. Taques]
  • [FIX] new repository for orb-live and orb-live-manifest (#2118) [Everton H. Taques]
  • feat(ui): #2091 ui dataset autogenerated names (#2107) [Guilhermo Pazuch]
  • fix validate editing request (#2116) [Mariana Cavalcante]
  • remove mandatory sink name on editing endpoint (#2096) [Mariana Cavalcante]
  • fix latest-debug image (#2110) [etaques]
  • fix(ui): #1589 dataset must not allow agent group editing (#2103) [Guilhermo Pazuch]
  • fix(ui): #1731 fix reload of policy view after edit (#2100) [Guilhermo Pazuch]
  • fix(ui): #1544 Agent Policy Duplicate does not redirect to newly created policy (#2095) [Guilhermo Pazuch]

v0.21.0

1 year ago

What's new

  • Self hosted release 0.21.0 [etaques]
  • Merge pull request #2054 from ns1labs/etaques-patch-1 [Luiz Henrique Pegoraro]
  • fix agent test [etaques]
  • run coverate just when have changes [etaques]
  • Merge pull request #2040 from ns1labs/etaques-patch-1 [Luiz Henrique Pegoraro]
  • Merge pull request #2049 from ns1labs/etaques-patch-2 [Luiz Henrique Pegoraro]
  • fix typo [etaques]
  • [FIX] on update collector to destroy before create [etaques]
  • [FIX] expose healthcheck port (#2048) [etaques]
  • Maestro/debug (#2044) [Luiz Henrique Pegoraro]
  • fix(maestro): fixes hardcoded url (#2042) [Luiz Henrique Pegoraro]
  • remove cp custom (#2041) [Leonardo Parente]
  • [Feat] set default values for pktvisor backend [etaques]
  • enabling tests to wait until agent being created (#2038) [manrodrigues]
  • Fix/reset (#2036) [Luiz Henrique Pegoraro]
  • [FIX] agent message about default_pcap (#2034) [etaques]
  • fix(agent): fix inject (#2035) [Luiz Henrique Pegoraro]
  • fix empty id info (#2033) [Leonardo Parente]
  • Fix/sinker break again (#2032) [Luiz Henrique Pegoraro]
  • fix(agent): fix metric types in switch (#2031) [Luiz Henrique Pegoraro]
  • Fix/metrics interpolation (#2030) [Luiz Henrique Pegoraro]
  • Pass agent_id to orb backends (#2029) [Leonardo Parente]
  • fix(sinker): remove agent groups and ownerID from metrics. (#2028) [Luiz Henrique Pegoraro]
  • Fix/sinker otlp data (#2027) [Luiz Henrique Pegoraro]
  • feat(sinker): fix typos in formats (#2026) [Luiz Henrique Pegoraro]
  • Fix Flow Geoloc metric name (#2025) [Leonardo Parente]
  • tests using root permissions as sanity (#2024) [manrodrigues]
  • adding OTEL config to sink and configuration files (#2019) [manrodrigues]
  • feat(agent): add log per policy in agent, for otlp. (#2016) [Luiz Henrique Pegoraro]
  • Fix flow records total (#2015) [Leonardo Parente]
  • [FIX] Remove datasetIDs and policyIDs from metricsRequest object (#2013) [etaques]
  • fixing_split_pcap_source (#2012) [manrodrigues]
  • feat(agent): prepare to receive and pass orbTags and agentTags along … (#2002) [Luiz Henrique Pegoraro]
  • [FIX] otel sinker panic (#2008) [etaques]
  • agent provisioning commands (#2007) [manrodrigues]
  • [FIX] agent default config path (#2003) [etaques]
  • test policy pcap_source (#1994) [manrodrigues]
  • tweak wording (#2000) [Shannon Weyrick]
  • [Feat] Agent scrap per policy on OpenTelemetry (#1977) [etaques]
  • Dispatch deploy to stg when necessary (#1990) [etaques]
  • feat(standard): gofmt applying to all files in project. (#1988) [Luiz Henrique Pegoraro]
  • feat(sinks): fix decrypt metadata to send to redis (#1989) [Luiz Henrique Pegoraro]
  • [FIX] agent short form (#1982) [etaques]
  • Fix Sinker for flow data (#1984) [Leonardo Parente]
  • [Feat] add changes to otel sinker to match policies sent (#1983) [etaques]
  • refactor(agent): add policy's backend to policyStateInfo on agent's h… (#1975) [Mariana Cavalcante]
  • Update README.md [Richard Boucher]
  • feat(ui): #1392 sink error message (#1950) [Guilhermo Pazuch]
  • set agent default environment values (#1976) [etaques]
  • Logging agentgroup ID (#1970) [etaques]
  • [FIX] dependency missing (#1969) [etaques]
  • feat(agent): allow and use default values only not changed in configuration (#1962) [Luiz Henrique Pegoraro]
  • [FIX] logs information on receiver (#1968) [etaques]
  • [FIX] log lines on kafka fanout exporter (#1966) [etaques]
  • [FIX] remove log line on sinker service (#1964) [etaques]
  • [Feat] add map state on maestro (#1961) [etaques]
  • [Fix] Sinker state checker for otel (#1958) [etaques]
  • Fix/quote remove on sinker redis config(#1957) [Luiz Henrique Pegoraro]
  • feat(maestro): add debug and pass along context for cancellation prop… (#1956) [Luiz Henrique Pegoraro]
  • fix removing auto (#1955) [etaques]
  • feat(maestro): remove quotes from config. (#1953) [Luiz Henrique Pegoraro]
  • [FIX] set reconnect for otel agent (#1952) [etaques]
  • feat(maestro): remove quotes from config. (#1951) [Luiz Henrique Pegoraro]
  • [Feat] Compress otlp payload with brotli algorithm (#1947) [etaques]
  • remove tests (#1948) [etaques]
  • [FIX] kafka metrics topic (#1946) [etaques]
  • [FIX] kafka topic (#1945) [etaques]
  • feat(sinker): fixes panic. (#1944) [Luiz Henrique Pegoraro]
  • fix(maestro-sinker): fix maestro and sinker service integrating them (#1943) [Luiz Henrique Pegoraro]
  • fix(ui): Sink 'backend' property standardization on UI nomenclature. (#1941) [Guilhermo Pazuch]
  • [FIX] Remove cloud api value on entrypoint (#1942) [etaques]
  • feat(ui): Add Policy backend and version information (#1940) [Guilhermo Pazuch]
  • feat(ui): #1930 change orb agent img tag (#1934) [Guilhermo Pazuch]
  • Fix/maestro sinks grpc (#1939) [Luiz Henrique Pegoraro]
  • feat(ui): allow user to select policy backend. (#1938) [Guilhermo Pazuch]
  • feat(ui): Change 'mock' to 'auto' interface (#1933) [Guilhermo Pazuch]
  • fix(ui): Agent Match popup not linking to correct agent FROM agent view. (#1932) [Guilhermo Pazuch]
  • feat(ui): #1866 agent view backend state (#1931) [Guilhermo Pazuch]
  • Fix/maestro sinks grpc (#1937) [Luiz Henrique Pegoraro]
  • feat(sinker): fix encode. (#1936) [Luiz Henrique Pegoraro]
  • feat(sinker): fix sinker creation. (#1935) [Luiz Henrique Pegoraro]

v0.20.0

1 year ago

What's new

  • Self-hosted release 0.20.0 [etaques]
  • [FIX] topic name for delete event from sinks [etaques]
  • [FIX] topic name for delete event [etaques]
  • ignore_ssl_and_certificate_errors default false (#1890) [manrodrigues]
  • feat(maestro) Add maestro service (#1888) [etaques]
  • feat(sinker): prepare methods to export YAML configuration based on s… (#1848) [Luiz Henrique Pegoraro]
  • tests - multiple datasets with same policy - check next hb (#1887) [manrodrigues]
  • click_button_resilient (#1883) [manrodrigues]
  • increase payload limits from agent (#1881) [Shannon Weyrick]
  • fix ui package (#1867) [Guilhermo Pazuch]
  • is_credentials_registered default true (#1879) [manrodrigues]
  • [FIX] golang version 1.19 in production pipe (#1870) [etaques]
  • Add files via upload [Richard Boucher]
  • removing policies that fails to apply (#1868) [manrodrigues]
  • orb-agent improvements on backend error (#1863) [Shannon Weyrick]
  • edit sinks test (#1864) [manrodrigues]
  • fix(ui): fix dataset input feedback text (#1857) [Guilhermo Pazuch]
  • Tests/names conflict (#1861) [manrodrigues]
  • creating and editing elements with already in use name (#1849) [manrodrigues]
  • Add automated tests considering tap_selector for apply policies (#1839) [manrodrigues]
  • adding clean up env command to test's readme [manrodrigues]
  • Api doc (#1850) [manrodrigues]
  • Update golang 1.19 (#1851) [etaques]
  • bearer auth in documentation (#1847) [manrodrigues]
  • [Feat] add auto update docs when it change (#1846) [etaques]
  • fix(orb-ui): #1804 fix tag display on policy view (#1845) [Guilhermo Pazuch]
  • fix sink name input feedback message (#1844) [Guilhermo Pazuch]
  • fixing_ui_tests (#1843) [manrodrigues]
  • feat(otel): enable single sink otel sinking (#1778) [Luiz Henrique Pegoraro]
  • Integration tests via UI (#1796) [manrodrigues]
  • updating docs with searching by tag (#1808) [manrodrigues]
  • fix(sinks): add tags param to url decode for list sinks endpoint (#1806) [Mariana Cavalcante]
  • [FIX] update dependency (#1805) [etaques]
  • [FIX] agent.yaml geo-db params (#1807) [etaques]
  • doc(fleet): fix operationID of matching agents path (#1803) [Mariana Cavalcante]
  • Add Flow Enrichment (#1793) [Leonardo Parente]
  • Doc/update openapi (#1792) [Mariana Cavalcante]
  • dnstap and flow agents test (#1790) [manrodrigues]
  • New development version 0.20.0 [etaques]
  • New development version 0.20.0 [etaques]
  • Self-hosted release 0.19.0 [etaques]
  • Add new flow metrics (#1785) [Leonardo Parente]

v0.19.0

1 year ago

What's new

  • Self-hosted release 0.19.0 [etaques]
  • Add new flow metrics (#1785) [Leonardo Parente]
  • add handler label to sinker from pktvisor JSON (#1776) [Shannon Weyrick]
  • [FIX] agent stop with ctrl+c (#1780) [etaques]
  • [Feat] add geo db as default options on orb agent (#1779) [etaques]
  • inserting logs into the scenario test report when it fails (#1777) [manrodrigues]
  • Update some variables (#1767) [Paula Brasileiro]
  • Merge pull request #1774 from ns1labs/tests/config_file_fix [manrodrigues]
  • Merge branch 'develop' of github.com:ns1labs/orb into tests/config_file_fix [Amanda Rodrigues da Silva]
  • check tags on agent config file [Amanda Rodrigues da Silva]
  • [FIX] prod pipeline (#1770) [etaques]
  • Merge pull request #1769 from ns1labs/tests/config_file_fix [manrodrigues]
  • agent using config file [Amanda Rodrigues da Silva]
  • Feature/tweaks (#1765) [Shannon Weyrick]
  • Extract geodb and fix ctrl+c to stop (#1764) [etaques]
  • Merge pull request #1761 from ns1labs/tests/agent-config-file [manrodrigues]
  • yaml file tests [Amanda Rodrigues da Silva]
  • fix(orb-ui): fix column distribution and html for agent policy list page (#1760) [Guilhermo Pazuch]
  • fix(policy/dataset): add tags to response of dataset and policy list endpoints (#1759) [Mariana Cavalcante]
  • fix(orb-ui): #1715-fix-policy-handler-filters (#1755) [Guilhermo Pazuch]
  • feat(orb-ui): #1696 policy tags list (#1754) [Guilhermo Pazuch]
  • feat(orb-ui): #1695 add tag input for policies (#1753) [Guilhermo Pazuch]
  • fix(ui-test): #1746 Agent group tests (#1747) [Paula Brasileiro]
  • fix(agent): add rpc nil safe. (#1745) [Luiz Henrique Pegoraro]
  • feat(ui-test): 1733: Update an Agent Group (#1742) [Paula Brasileiro]
  • Merge pull request #1744 from ns1labs/fix/sinker_tag_name [manrodrigues]
  • fixing sink tag selector [Amanda Rodrigues da Silva]
  • [Feat] update folder when update prod [etaques]
  • fix(agent): add backoff in waiting pktvisor be in a running state to … (#1689) [Luiz Henrique Pegoraro]
  • [FIX] buildx to override crashpad params needed [etaques]
  • [FIX] update ns1 folder when update prod [etaques]
  • [FIX] buildx [etaques]
  • fix(orb-ui): #1691 matching agents table improvements (#1739) [Guilhermo Pazuch]
  • Expose Flow Geolocation metrics (#1738) [Leonardo Parente]
  • [FIX] Auto crashpad bug (#1737) [etaques]
  • [Feat] Add auto crashpad init (#1736) [etaques]
  • Add crashpad config as comment (#1734) [Leonardo Parente]
  • feat(ui-test): Update sink scenery (#1735) [Paula Brasileiro]
  • fix(orb-ui): #405 fix tag input so it doesnt allow empty/blank spaces as tag key (#1723) [Guilhermo Pazuch]
  • feat(agent): fix pktvisor return 2xx status code. (#1730) [Luiz Henrique Pegoraro]
  • Update orb-agent-entry.sh (#1729) [Leonardo Parente]
  • [Feat] add crashpad on agent docker images (#1728) [etaques]
  • [FIX] add repository dispatch (#1727) [etaques]
  • Merge pull request #1724 from ns1labs/tests/restart_always [manrodrigues]
  • validating containers with and without restart always [Amanda Rodrigues da Silva]
  • feat(orb-ui): #1715 fix policy handlers when empty filters (#1717) [Guilhermo Pazuch]
  • feat(ui-test): #1693 Add Delete sink scenario (#1716) [Paula Brasileiro]
  • Add success range HTTP error code on pktvisor backend (#1705) [Leonardo Parente]
  • fix(orb-ui): fix unable to save policy because input form is undef (#1711) [Guilhermo Pazuch]
  • fix(orb-ui): fix validator error on backend config dynamic form (#1706) [Guilhermo Pazuch]
  • [FIX] ui test for pipeline [etaques]
  • [FIX] ui test for pipeline [etaques]
  • fix(orb-ui): #1534 when click group in agent view, show matching agents (#1688) [Guilhermo Pazuch]
  • feat(orb-ui): #1676 append --restart=always to docker run command (#1687) [Guilhermo Pazuch]
  • fix(orb-ui): #1602 max length input field (#1686) [Guilhermo Pazuch]
  • fix(orb-ui): #1604 remove hover border from sink button (#1684) [Guilhermo Pazuch]
  • Merge pull request #1692 from ns1labs/sink-ui [Paula Brasileiro]
  • fix [pbrasileiro]
  • fix on user credentials [pbrasileiro]
  • @smoke [pbrasileiro]
  • fixing the last step [pbrasileiro]
  • add sink management [pbrasileiro]
  • fix(orb-ui): dns filter object not defined on request to create policy (#1661) [Guilhermo Pazuch]