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

Release v2.1.0 #5763

Merged
merged 42 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ba393dc
add support for better error handling in CLI (#5680)
dejanzele Jul 25, 2024
5fa6097
fix: relative paths in sparse cloning (#5691)
rangoo94 Jul 26, 2024
993d736
feat: lighten colors in UI (#5689)
exu Jul 26, 2024
fba8958
feat: replace Skopeo with Crane (#5692)
rangoo94 Jul 26, 2024
b4e4b32
feat: change the Test Workflow orchestration mechanism to atomic inst…
rangoo94 Jul 26, 2024
3aec24c
build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#5695)
dependabot[bot] Jul 29, 2024
37e2fd1
fix: [TKC-2168] id sequence (#5681)
vsukhin Jul 29, 2024
7c90dfc
fix: populate cloud config without error on noLogin flag (#5697)
exu Jul 30, 2024
de70edb
fix: download artifacts for test workflow run (#5698)
vsukhin Jul 30, 2024
4e42ca9
fix: [TKC-2310] cloud ui url, org id, env id test workflow vars (#5703)
vsukhin Jul 31, 2024
db2b7a4
fix: [TKC-2343] workflow execution url (#5716)
vsukhin Aug 2, 2024
90c3d76
fix: correctly use --ui-prefix and --logs-prefix data (#5723)
rangoo94 Aug 5, 2024
7041c58
fix(TKC-2310): expose expression variables for simple use of organiza…
rangoo94 Aug 5, 2024
1d4e55f
fix: setting up working directory with atomic instructions (#5726)
rangoo94 Aug 5, 2024
6142ee8
build(deps): bump github.com/docker/docker (#5717)
dependabot[bot] Aug 6, 2024
f514d91
add support for cli error code telemetry (#5719)
dejanzele Aug 6, 2024
4eecd0e
feat: avoid getting image metadata from container registry when it is…
rangoo94 Aug 6, 2024
4b1e3af
fix: show "execution aborted before" only when the step was not start…
rangoo94 Aug 6, 2024
fd55b0b
build(deps): bump github/codeql-action from 2.25.3 to 3.25.15 (#5710)
dependabot[bot] Aug 6, 2024
6db6793
build(deps): bump peter-evans/repository-dispatch from 2 to 3 (#5672)
dependabot[bot] Aug 6, 2024
70386ec
build(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 (#5665)
dependabot[bot] Aug 6, 2024
6ece785
build(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.5 (…
dependabot[bot] Aug 6, 2024
2fb42fe
ci: sandbox add outputs (#5730)
ypoplavs Aug 6, 2024
7973b84
fix: sandbox outputs
ypoplavs Aug 6, 2024
026b344
codeowners - test directory updated (#5706)
tkonieczny Aug 6, 2024
8731ddd
feat: workflow examples - expected failures extended (#5707)
tkonieczny Aug 6, 2024
55a85ec
Update sandbox.yaml
ypoplavs Aug 6, 2024
3f1be7f
chore: delete docs from the repository and point to a new one (#5724)
rangoo94 Aug 7, 2024
626757f
workflow examples - cron triggeres removed from definitions (#5745)
tkonieczny Aug 7, 2024
2b17c38
feat(TKC-2217): include Toolkit operations in other containers (#5740)
rangoo94 Aug 7, 2024
d4ae887
build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 (#5742)
dependabot[bot] Aug 8, 2024
b3bfef7
fix: integration tests and matrix test with artifacts for Cypress (#5…
rangoo94 Aug 8, 2024
560b174
feat: add options to control Test Workflows orchestration (#5747)
rangoo94 Aug 8, 2024
9af4cfe
fix: concurrency problems when having a lot of parallel updates (#5754)
rangoo94 Aug 9, 2024
1106f74
fix: controlling issues (#5756)
rangoo94 Aug 13, 2024
fa0bdf1
build(deps): bump chuhlomin/render-template from 1.4 to 1.10 (#5731)
dependabot[bot] Aug 14, 2024
23eaced
build(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#5750)
dependabot[bot] Aug 14, 2024
258e8a6
fix: avoid readable message for EvictionByEvictionAPI (#5757)
rangoo94 Aug 14, 2024
ec74616
fix: properly detect OOMKilled error on GKE (#5761)
rangoo94 Aug 14, 2024
e118496
fix: propagate aborted status correctly on GKE's OOMKilled (#5762)
rangoo94 Aug 14, 2024
fd13a3c
fix: [TKC-2168] id sequence (#5681)
vsukhin Jul 29, 2024
156dc09
chore: go mod tidy
rangoo94 Aug 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LICENSE @kubeshop/testkube-docs
*.md @kubeshop/testkube-docs

/test/ @kubeshop/testkube-qa
/test/ @kubeshop/testkube-qa @kubeshop/testkube

/.github/ @kubeshop/testkube-devops
/goreleaser_files/ @kubeshop/testkube-devops
Expand Down
9 changes: 9 additions & 0 deletions .github/sandbox-comment-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sandbox environment for `{{ .branch_ref }}` has been created.

## URLs

- **Dashboard**: https://dashboard.{{ .branch_ref }}.testkube.dev
- **API**: https://api.{{ .branch_ref }}.testkube.dev
- **Agent**: https://agent.{{ .branch_ref }}.testkube.dev
- **Storage**: https://storage.{{ .branch_ref }}.testkube.dev
- **Websockets**: https://websockets.{{ .branch_ref }}.testkube.dev
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v3.26.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
test-${{ runner.os }}-go-

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v3.26.0
46 changes: 23 additions & 23 deletions .github/workflows/docker-build-api-executors-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release -f goreleaser_files/.goreleaser-docker-build-testworkflow.yml
args: release -f goreleaser_files/.goreleaser-docker-build-${{ matrix.service }}.yml
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
ANALYTICS_TRACKING_ID: ${{secrets.TESTKUBE_API_GA_MEASUREMENT_ID}}
Expand Down Expand Up @@ -177,8 +177,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -248,8 +248,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -316,8 +316,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -441,8 +441,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -509,8 +509,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -668,8 +668,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -740,8 +740,8 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -789,8 +789,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -862,8 +862,8 @@ jobs:
with:
fetch-depth: 0

- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release -f goreleaser_files/.goreleaser-docker-build-testworkflow.yml --snapshot
args: release -f goreleaser_files/.goreleaser-docker-build-${{ matrix.service }}.yml --snapshot
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
ANALYTICS_TRACKING_ID: ${{secrets.TESTKUBE_API_GA_MEASUREMENT_ID}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release -f goreleaser_files/.goreleaser-docker-build-testworkflow.yml --snapshot
args: release -f goreleaser_files/.goreleaser-docker-build-${{ matrix.service }}.yml --snapshot
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
ANALYTICS_TRACKING_ID: ${{secrets.TESTKUBE_API_GA_MEASUREMENT_ID}}
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/docusaurus.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0
- name: Download Artifacts for Linux
uses: actions/download-artifact@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sigstore/cosign-installer@v3.5.0
- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: sigstore/cosign-installer@v3.6.0
- uses: anchore/sbom-action/download-syft@v0.17.0
- name: Download Artifacts for Linux
uses: actions/download-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox-deletion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
owner: ${{ github.repository_owner }}

- name: Repository dispatch
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ steps.app-token.outputs.token }}
repository: kubeshop/testkube-deployment
Expand Down
Loading
Loading