Tags: qixiaobo/shell-operator
Tags
chore(deps): bump actions/cache from 2.1.6 to 2.1.7 (flant#335) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/github-script from 4.0.2 to 4.1 (flant#310) Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.0.2...v4.1) --- updated-dependencies: - dependency-name: actions/github-script 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>
Merge pull request flant#250 from flant/feat_conversion_binding feat: support for conversion webhooks
feat: use hooks as a validating webhook handlers (flant#223) feat: use hooks as a validating webhook handlers - new binding type `kubernetesValidating` - add documentation and example - some ci enhancements: build dev image for amd64 only, remove -v from tests Co-authored-by: Andrey Klimentyev <[email protected]>
Merge pull request flant#211 from flant/feat_exponential_backoff feat: exponential backoff for hook retries
PreviousNext