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

feat: Release v1.17.49 #5520

merged 40 commits into from
May 30, 2024

Conversation

vsukhin
Copy link
Collaborator

@vsukhin vsukhin commented May 30, 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

vsukhin and others added 30 commits May 22, 2024 11:57
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.0 to 7.23.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.23.0.
- [Commits](golang/net@v0.7.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacek Wysocki <[email protected]>
* feat: disable webhooks

* fix: code review comment
Signed-off-by: Luca Comellini <[email protected]>
* fix(testworkflows): fetch logs properly for running services
* chore: extract 100ms as IdleTimeout constant
* chore: avoid getting stack on container logs when the pod is already stopped
* feat: test workflow execution cr

* fix: test workflow execution name

* fix: dep update

* fix: map test workflow execution

* fix: update status during workflow run

* fix: dep update

* fix: dep update

* docs: test workflow executions

* fix: get test workflow execution once

* fix: dep update

* fix: dep update
povilasv and others added 8 commits May 29, 2024 15:26
* Repository dispatch - update tests at dev agent

* repo name fixed

* workflow name fixed
Bumps [formidable](https://github.com/node-formidable/formidable) to 3.5.1 and updates ancestor dependency [superagent](https://github.com/ladjs/superagent). These dependencies need to be updated together.


Updates `formidable` from 2.1.1 to 3.5.1
- [Release notes](https://github.com/node-formidable/formidable/releases)
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-formidable/formidable/commits/v3.5.1)

Updates `superagent` from 8.0.0 to 9.0.1
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
- [Commits](ladjs/superagent@v8.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: formidable
  dependency-type: indirect
- dependency-name: superagent
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](peter-evans/repository-dispatch@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@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.

cmd/debug-server/Dockerfile Dismissed Show dismissed Hide dismissed
contrib/executor/ginkgo/build/agent/Dockerfile Dismissed Show dismissed Hide dismissed
contrib/executor/k6/build/agent/Dockerfile Dismissed Show dismissed Hide dismissed
.github/workflows/agent-test-update-dispatch.yaml Dismissed Show dismissed Hide dismissed
.github/workflows/agent-test-update-dispatch.yaml Dismissed Show dismissed Hide dismissed
.github/workflows/docker-build-api-executors-tag.yaml Dismissed Show dismissed Hide dismissed
.github/workflows/release-dev.yaml Dismissed Show dismissed Hide dismissed
.github/workflows/release-log-server.yaml Dismissed Show dismissed Hide dismissed
.github/workflows/release-log-sidecar.yaml Dismissed Show dismissed Hide dismissed
.github/workflows/release.yaml Dismissed Show dismissed Hide dismissed
Copy link

netlify bot commented May 30, 2024

Deploy Preview for testkube-docs-preview canceled.

Name Link
🔨 Latest commit bec7c5d
🔍 Latest deploy log https://app.netlify.com/sites/testkube-docs-preview/deploys/665880b8f211ff0008d311ec

@vsukhin vsukhin changed the title featL main to dev feat: dev to main May 30, 2024
# Conflicts:
#	api/v1/testkube.yaml
#	cmd/kubectl-testkube/commands/dashboard.go
#	cmd/kubectl-testkube/commands/tests/run.go
#	go.mod
#	go.sum
@vsukhin vsukhin changed the title feat: dev to main feat: Release v1.17.49 May 30, 2024
@vsukhin vsukhin merged commit bec7c5d into main May 30, 2024
43 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.

9 participants