-
Notifications
You must be signed in to change notification settings - Fork 136
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
feat: Release/v2.0.11 #5677
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
492446e
feat: [TKC-2194] improve workflow execution telemetry (#5648)
povilasv 40e4ee9
TKC-2161: skip tls verification when saving logs if STORAGE_SKIP_VERI…
dejanzele b7f8118
build(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (#5649)
dependabot[bot] 1443737
feat(performance): improve Log Processing performance (#5647)
rangoo94 a15368d
Merge tag 'v2.0.7' into develop-v2.0.7
ed382 f44d150
fix(testworkflows): displaying events (#5652)
rangoo94 aa1326b
fix(testworkflows): storing logs for the services (#5656)
rangoo94 1db9d56
fix(testworkflows): storing logs for the services (#5656)
rangoo94 3b1a4b9
Merge pull request #5655 from kubeshop/release-v2.0.8
ed382 4665fbd
feat: [TKC-2194] fix workflow execution telemetry (#5659)
povilasv 6e72f45
Merge pull request #5663 from kubeshop/release-2.0.9-v2
ed382 bb5f7bd
feat: [TKC-2208] refactor webhook disabling (#5658)
vsukhin 4e3477f
add support for defining TTL for image credentials cache (#5660)
dejanzele 565b4e7
add dispatch (#5667)
ypoplavs 1d1cbbe
add dispatch (#5667)
ypoplavs e214d9e
Merge pull request #5670 from kubeshop/release/2.0.11
ypoplavs ab73b19
fix a typo in CI for sandbox (#5671)
ypoplavs b614f25
add sandbox deletion (#5674)
ypoplavs af6ac02
fix: [TKC-2209] add webhooks events (#5666)
vsukhin 22b4eca
Merge branch 'main' into develop
vsukhin 31ad168
fix: read correctly parallel template (#5678)
rangoo94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Remove sandbox environment | ||
|
||
on: | ||
pull_request: | ||
types: [closed] | ||
|
||
jobs: | ||
delete: | ||
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 |
||
id: app-token | ||
with: | ||
app-id: ${{ secrets.APP_ID }} | ||
private-key: ${{ secrets.PRIVATE_KEY }} | ||
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 |
||
with: | ||
token: ${{ steps.app-token.outputs.token }} | ||
repository: kubeshop/testkube-deployment | ||
event-type: sandbox_env_delete | ||
client-payload: '{"ref_name": "${{ github.event.pull_request.head.ref }}"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check failure
Code scanning / Scorecard
Token-Permissions High