Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Release/v2.0.11 #5677

Merged
merged 21 commits into from
Jul 23, 2024
Merged

feat: Release/v2.0.11 #5677

merged 21 commits into from
Jul 23, 2024

Conversation

vsukhin
Copy link
Collaborator

@vsukhin vsukhin commented Jul 22, 2024

Pull request description

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Breaking changes

Changes

Fixes

povilasv and others added 20 commits July 10, 2024 11:47
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(performance): buffer the logs sent from the container, to avoid sending message for each line
* feat(performance): batch Test Workflow's result updates
* fix(testworkflows): handle getting long container logs after the log rotation happens
   @see {@link https://stackoverflow.com/a/68673451}
* feat(testworkflows): optimize reading timestamp from Kubernetes logs
* feat(testworkflows): optimize buffering logs
* feat(testworkflows): use native channel instead of heavier Channels for WatchInstrumentedPod
* feat(testworkflows): increase buffer size for logs buffering
* fix(testworkflows): displaying events (#5652)

* feat: remove test workflow notifications

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: remove duplicated param

Signed-off-by: Vladislav Sukhin <[email protected]>

* featL refactor disable webhooks

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: dep update

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: add deprecated cli param

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: update docs

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: remove enable flag

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: update webhooks docs

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: add disable webhooks to execution

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: show more fields in twe

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: pass disable webhooks for test suites

Signed-off-by: Vladislav Sukhin <[email protected]>

* fixL format execution output

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: pass disable webhooks flag to execute operation

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: rename var

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: dep update

Signed-off-by: Vladislav Sukhin <[email protected]>

---------

Signed-off-by: Vladislav Sukhin <[email protected]>
Co-authored-by: Dawid Rusnak <[email protected]>
* fix: sync docs

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: remove on state changed

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: unit tests

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: add new webhook events

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: remove link

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: remove slack events

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: support new evenys in webhooks

Signed-off-by: Vladislav Sukhin <[email protected]>

* docs: new event types

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: unit test for event types

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: unit tests for events

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: unit tests for exetended event type

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: add parallel unit tests

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: unit tests for emitter

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: add break

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: add nil check

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: test suite event end time

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: dep update

Signed-off-by: Vladislav Sukhin <[email protected]>

* fix: doc typo

Signed-off-by: Vladislav Sukhin <[email protected]>

---------

Signed-off-by: Vladislav Sukhin <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

if: startsWith(github.event.pull_request.head.ref, 'sandbox/')
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
owner: ${{ github.repository_owner }}

- name: Repository dispatch
uses: peter-evans/repository-dispatch@v2

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -0,0 +1,25 @@
name: Remove sandbox environment

Check failure

Code scanning / Scorecard

Token-Permissions High

score is 0: no topLevel permission defined
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
Copy link

netlify bot commented Jul 22, 2024

Deploy Preview for testkube-docs-preview failed.

Name Link
🔨 Latest commit 22b4eca
🔍 Latest deploy log https://app.netlify.com/sites/testkube-docs-preview/deploys/669e3a3bfdd5b70008dfcede

@vsukhin vsukhin marked this pull request as ready for review July 22, 2024 10:54
@vsukhin vsukhin requested review from a team as code owners July 22, 2024 10:54
@vsukhin vsukhin merged commit 8e635ae into main Jul 23, 2024
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants