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 v1.17.49 #5520

Merged
merged 40 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
edc2568
fix: use tse id param
vsukhin May 22, 2024
236f1fd
fix: added human readable log format (#5479)
exu May 23, 2024
28c2e39
build(deps-dev): bump @babel/traverse in /test/cli-tests (#4788)
dependabot[bot] May 23, 2024
3f67575
chore(deps): bump golang.org/x/net (#5321)
dependabot[bot] May 23, 2024
fac4609
feat: [TKC-1948] disable webhooks (#5472)
vLia May 23, 2024
f4940f7
fix(testworkflows): don't resolve environment variables if they are d…
rangoo94 May 23, 2024
b903d35
feat: added simple job and events debug to the test run command (#5488)
exu May 24, 2024
6821d40
fix: added no-login option for OnPrem to bypass login ask (#5484)
exu May 24, 2024
38efb7a
fix(testworkflows): replace `services[k].logs` to be expression inste…
rangoo94 May 24, 2024
381f25c
fix(testworkflows): support objects passed to matrix/shards (#5491)
rangoo94 May 24, 2024
005a4fd
fix(testworkflows): strange duration for fatal errors (#5492)
rangoo94 May 24, 2024
a9d6589
fix: add email to the on prem install telemetry (#5495)
nicufk May 24, 2024
1d82a6f
fix: fix semantic errors and generate openapi files (#5497)
vLia May 24, 2024
d219354
Bump Go to 1.22
lucacome Apr 17, 2024
948f881
tests - run script updated with workflow targets (#5500)
tkonieczny May 27, 2024
f62d60b
fix(testworkflows): fetch logs properly for running services (#5502)
rangoo94 May 27, 2024
4f98bae
fix(testworkflows): mount tarballs when needed (i.e. content.tarball …
rangoo94 May 28, 2024
6d7a3cb
fix(testworkflows): expose service's description (#5504)
rangoo94 May 28, 2024
3bae2be
feat: [TKC-1840] test workflow execution cr (#5478)
vsukhin May 28, 2024
189657a
fix: agent send healthcheck each 5 seconds (#5508)
exu May 29, 2024
f7bbea5
fix: port-forward minio when opening the dashboard for enterprise (#5…
nicufk May 29, 2024
3b1d55f
fix: dashboard undefined error (#5510)
nicufk May 29, 2024
801d12b
fix: add output option
vsukhin May 22, 2024
abf0b61
feat: run output fro test
vsukhin May 28, 2024
78f4cbf
feat: output for test suite run
vsukhin May 28, 2024
1488827
feat: output test workflow run
vsukhin May 28, 2024
d5e758c
fix: check renderer error
vsukhin May 28, 2024
37d546c
fix: check for pretty output
vsukhin May 28, 2024
16c375c
fix: combine the check
vsukhin May 28, 2024
5bd9944
fix: pass stdout parameter
vsukhin May 29, 2024
10f8ed7
feat: [TKC-2063] Delete testworkflow output when workflow is deleted …
povilasv May 29, 2024
0784ad4
feat: workflow - repository dispatch - update tests (#5511)
tkonieczny May 29, 2024
dce2f4c
feat: [TKC-2063] add testworkflow delete output command mapping (#5513)
povilasv May 30, 2024
fc68515
fix: removed ui from main file (#5452)
exu May 30, 2024
2bf480f
chore(deps): bump formidable and superagent in /test/cli-tests (#5339)
dependabot[bot] May 30, 2024
d7de000
chore(deps): bump peter-evans/repository-dispatch from 2 to 3 (#5515)
dependabot[bot] May 30, 2024
477895b
--- (#5465)
dependabot[bot] May 30, 2024
7f6f421
fix in endpoints
ypoplavs May 30, 2024
7cbf8cc
Merge branch 'main' into develop
vsukhin May 30, 2024
bec7c5d
fix: slaves env name
vsukhin May 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/agent-test-update-dispatch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Dispatch - update tests at dev agent
Dismissed Show dismissed Hide dismissed

on:
push:
branches:
- develop
paths:
- test/**

jobs:
dispatch:
name: Dispatch - update tests at dev agent
runs-on: ubuntu-latest
steps:
- name: Update tests at dev agent
uses: peter-evans/repository-dispatch@v3
Dismissed Show dismissed Hide dismissed
with:
repository: kubeshop/testkube-cloud-api
event-type: create_update_tests
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- 'cmd/**'
- 'pkg/**'
- 'internal/**'
- 'contrib/**'
- 'contrib/**'
schedule:
- cron: '00 12 * * 1-5'

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: stable

- name: Get Go environment
id: go-env
Expand Down
45 changes: 22 additions & 23 deletions .github/workflows/docker-build-api-executors-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
env:
ALPINE_IMAGE: alpine:3.19.0
BUSYBOX_IMAGE: busybox:1.36.1-musl
GO_VERSION: 1.21.5

permissions:
id-token: write # needed for keyless signing with cosign
Expand All @@ -20,7 +19,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up Docker Buildx
id: buildx
Expand All @@ -32,7 +31,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -87,7 +86,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up Docker Buildx
id: buildx
Expand All @@ -99,7 +98,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -143,7 +142,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up Docker Buildx
id: buildx
Expand All @@ -155,7 +154,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -225,7 +224,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0
Dismissed Show dismissed Hide dismissed

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -237,7 +236,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -296,7 +295,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -308,7 +307,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -364,7 +363,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -376,7 +375,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -443,7 +442,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Docker Cache
Expand Down Expand Up @@ -489,7 +488,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -501,7 +500,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -557,7 +556,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -569,7 +568,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -648,7 +647,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -716,7 +715,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -788,7 +787,7 @@
uses: docker/setup-qemu-action@v3

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0
Dismissed Show dismissed Hide dismissed

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -837,7 +836,7 @@
uses: actions/checkout@v4

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/download-syft@v0.15.11
- uses: anchore/sbom-action/download-syft@v0.16.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -849,7 +848,7 @@
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/docker-build-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
env:
ALPINE_IMAGE: alpine:3.19.0
BUSYBOX_IMAGE: busybox:1.36.1-musl
GO_VERSION: 1.21.5

jobs:
api:
Expand All @@ -24,7 +23,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -82,7 +81,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -140,7 +139,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -209,7 +208,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -271,7 +270,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -330,7 +329,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -432,7 +431,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -498,7 +497,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -557,7 +556,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down Expand Up @@ -615,7 +614,7 @@ jobs:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version: stable
cache: false

- name: Go Cache
Expand Down
Loading
Loading