worker icon indicating copy to clipboard operation
worker copied to clipboard

Worker for Vela (Target's official Pipeline Automation Framework)

Results 27 worker issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/go-vela/worker). ## Open The following updates have all...

using `pull: on_start` and dynamic image tags you could get the worker to crash when verifying pipelines that look like this: ``` version: "1" environment: PRIV_IMAGE: "${VELA_BUILD_MESSAGE}" DYNAMIC_TAG: "${VELA_BUILD_NUMBER}" steps:...

Closes https://github.com/go-vela/community/issues/546 Allow stages to continue executing their steps despite failures in other stages (so long as user specifies `continue: true` in their pipeline. Dependent on https://github.com/go-vela/types/pull/247

see https://github.com/go-vela/.github/pull/8

Part of https://github.com/go-vela/community/issues/585 This adds some integration tests for the exec() function. It only adds them for the docker runtime, as it is currently hanging for kubernetes. I will fix...

enhancement

This is an alternate implementation of #279 using the `SharedInformer` infra to watch events introduced in #519. Closes #279 ## Overview The Docker Runtime surfaces image pull errors naturally because...

feature

This aims to hopefully help workaround intermittent errors returned by the Vela server by adding a retryable http client created by [go-retryablehttp](https://github.com/hashicorp/go-retryablehttp). Do folks think we should override the [default...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | `v26.0.0+incompatible` -> `v26.0.2+incompatible` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v26.0.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies