Skip to content

Commit

Permalink
Merge pull request #77 from SumoLogic/hpal_endace_v1.0.1
Browse files Browse the repository at this point in the history
Releasing Endace v1.0.1
  • Loading branch information
himanshu219 authored Jun 18, 2024
2 parents c24ddd1 + 3143663 commit ad8f3ea
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/v2App_Unit_Test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: v2 App Unit Test

on: [pull_request]

jobs:
v2-app-unit-test:
name: "V2 App Unit Test"
runs-on: "ubuntu-latest"
env:
SUMO_APPS_V2_REPO_PATH: ${{ github.workspace }}
TARGET_BRANCH: "origin/${{ github.event.pull_request.base.ref }}"
SOURCE_BRANCH: "origin/${{ github.event.pull_request.head.ref }}"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: |
python3 -m pip install -U pip wheel setuptools
- name: "Install sumoappsuite tool"
run: |
pip3 install $GITHUB_WORKSPACE/scripts/sumologic_appdevutils*.whl
- name: "Generate SCR File"
run: |
sumoappsuite generate-scr-file-v2-app && cat scr_app_list.yaml
- name: "Run Sumo Logic App Tests"
run: |
sumoappsuite run-all-app-tests-v2 -f scr_app_list.yaml -e test_tfApp_installable,test_is_deployable,test_sumo_query,test_threatintel_query,test_update_v2_app
4 changes: 3 additions & 1 deletion scripts/full_app_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apps:
input_name_value: Labs/sauce_labs/*
installable: true
- name: Endace
version: 1.0.0
version: 1.0.1
uuid: 81cff485-32a9-403f-a3d6-04d8d20e8f2c
relativeFolderPath: Endace
demo_input_mapping:
Expand All @@ -47,3 +47,5 @@ apps:
- input_name: default_scope_value2
input_name_value: zeek
installable: true
prevVersions:
- 1.0.0
4 changes: 3 additions & 1 deletion scripts/scr_app_list.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apps:
- name: Endace
version: 1.0.0
version: 1.0.1
uuid: 81cff485-32a9-403f-a3d6-04d8d20e8f2c
relativeFolderPath: Endace
demo_input_mapping:
Expand All @@ -17,3 +17,5 @@ apps:
- input_name: default_scope_value2
input_name_value: zeek
installable: true
prevVersions:
- 1.0.0
Binary file not shown.
4 changes: 4 additions & 0 deletions src/Endace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for Endace

## [1.0.1] - 2024-06-21
### Fixed
- Fixed dashboard queries and updated icon.

## [1.0.0] - 2024-06-08
### Added
- Initial version of the app.
Binary file modified src/Endace/assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Endace/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schemaVersion: '2.0'
name: Endace
version: 1.0.0
version: 1.0.1
description: 'Bring clarity to every incident, alert, or issue with Endace packet
capture evidence integrated directly into the Sumo Logic platform. Endace delivers
scalable, always-on packet capture in on-premise and hybrid cloud environments for
Expand Down

0 comments on commit ad8f3ea

Please sign in to comment.