Skip to content

Tags: aliKlarna/shell-operator

Tags

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flant#347 from MrBeast/main

bump kubectl version from 1.19.11 to 1.21.8

v1.0.6

Toggle v1.0.6's commit message
fix(ci): push latest image along with released tag

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flant#324 from flant/migrate_to_go_1_16

Migrate to Go 1.16

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ref: object patcher and patch collector (flant#308)

* ref: object patcher and patch collector

- add ignoreIfMissing option for patch operations

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flant#277 from flant/dependabot/github_actions/act…

…ions/github-script-v4.0.2

chore(deps): bump actions/github-script from v3 to v4.0.2

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flant#270 from flant/fix-discussions-links

fix: change forum link

v1.0.0-rc.2

Toggle v1.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flant#250 from flant/feat_conversion_binding

feat: support for conversion webhooks

v1.0.0-rc.1

Toggle v1.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>