Skip to content

Commit

Permalink
update: bump sysdig to 0.38.1 (#190)
Browse files Browse the repository at this point in the history
* update: bump sysdig to 0.38.1

sysdig-CLA-1.0-signed-off-by: Roberto Scolaro <[email protected]>

Signed-off-by: Roberto Scolaro <[email protected]>

* fix(ci): reenable node 16 in GHA

sysdig-CLA-1.0-signed-off-by: Roberto Scolaro <[email protected]>

Signed-off-by: Roberto Scolaro <[email protected]>

---------

Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo authored Jul 18, 2024
1 parent 14d967e commit 466804d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
outputs:
semver: ${{ steps.get_settings.outputs.semver }}
version: ${{ steps.get_settings.outputs.version }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
Expand All @@ -32,6 +34,7 @@ jobs:
BUILDER: "sysdiglabs/sysdig-inspect-builder:0.2"
SEMVER: ${{ needs.build-settings.outputs.semver }}
VERSION: ${{ needs.build-settings.outputs.version }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

runs-on: ubuntu-latest
container:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
BUILDER: "sysdiglabs/sysdig-inspect-builder:0.2"
VERSION: ${{ github.ref_name }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
needs: [build-sysdig-inspect]
env:
VERSION: ${{ github.ref_name }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Download artifacts (linux-amd64 deb)
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SYSDIG_VERSION="0.37.1"
SYSDIG_VERSION_MAC="0.37.1"
SYSDIG_VERSION="0.38.1"
SYSDIG_VERSION_MAC="0.38.1"

# Env parameters
# - CLEANUP (default: true)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sysdig-inspect",
"version": "0.11.0",
"version": "0.12.0",
"description": "Sysdig Inspect",
"repository": {
"type": "git",
Expand Down

0 comments on commit 466804d

Please sign in to comment.