Shell-operator

Latest version: v0.1.3

Safety actively analyzes 630907 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.0.10

What's Changed
* feat: add support from proxying JSON logs from hooks by dulvac in https://github.com/flant/shell-operator/pull/383
* fix: set debug log level for snapshot info by diafour in https://github.com/flant/shell-operator/pull/376
* fix: update alpine to address CVE-2022-28391 by yankay in https://github.com/flant/shell-operator/pull/395
* chore: update go modules to fix CVE-2021-38561 and CVE-2022-27191 by diafour in https://github.com/flant/shell-operator/pull/396
updates from dependabot:
* chore(deps): bump actions/cache from 2.1.7 to 3.0.1 by dependabot in https://github.com/flant/shell-operator/pull/378
* chore(deps): bump actions/setup-go from 2 to 3 by dependabot in https://github.com/flant/shell-operator/pull/380
* chore(deps): bump actions/cache from 3.0.1 to 3.0.2 by dependabot in https://github.com/flant/shell-operator/pull/381
* chore(deps): bump docker/login-action from 1.14.1 to 2.0.0 by dependabot in https://github.com/flant/shell-operator/pull/392
* chore(deps): bump docker/setup-buildx-action from 1 to 2 by dependabot in https://github.com/flant/shell-operator/pull/393
* chore(deps): bump docker/setup-qemu-action from 1.2.0 to 2.0.0 by dependabot in https://github.com/flant/shell-operator/pull/394

New Contributors
* yankay made their first contribution in https://github.com/flant/shell-operator/pull/395

**Full Changelog**: https://github.com/flant/shell-operator/compare/v1.0.9...v1.0.10
**Milestone**: [1.0.10](https://github.com/flant/shell-operator/milestone/29?closed=1)

Check [README](https://github.com/flant/shell-operator/blob/master/README.md) for more information and [/examples](https://github.com/flant/shell-operator/tree/master/examples) for the inspiration.

1.0.9

What's Changed
* fix: set defaults for creating rate limiter if hook execution settings is empty but not nil. by name212 in https://github.com/flant/shell-operator/pull/360
* fix: update versions to address CVE-2022-23806 by diafour in https://github.com/flant/shell-operator/pull/370
* chore(deps): bump actions/checkout from 2.4.0 to 3 by dependabot in https://github.com/flant/shell-operator/pull/365
* chore(deps): bump actions/setup-python from 2.3.2 to 3 by dependabot in https://github.com/flant/shell-operator/pull/363
* chore(deps): bump docker/login-action from 1.13.0 to 1.14.1 by dependabot in https://github.com/flant/shell-operator/pull/364

New Contributors
* name212 made their first contribution in https://github.com/flant/shell-operator/pull/360

**Full Changelog**: https://github.com/flant/shell-operator/compare/v1.0.8...v1.0.9
**Milestone**: [1.0.9](https://github.com/flant/shell-operator/milestone/28?closed=1)

Check [README](https://github.com/flant/shell-operator/blob/master/README.md) for more information and [/examples](https://github.com/flant/shell-operator/tree/master/examples) for the inspiration.

1.0.8

What's Changed

* feat(debug): command to get snapshots by diafour in https://github.com/flant/shell-operator/pull/345
* feat: runtime config for "live" debugging options by diafour in https://github.com/flant/shell-operator/pull/352
* fix: enable FullTimestamp output for logrus color mode by kacuragi87 in https://github.com/flant/shell-operator/pull/351
* fix(testing): speedup binding context generator by nabokihms in https://github.com/flant/shell-operator/pull/354
* chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2 by dependabot in https://github.com/flant/shell-operator/pull/350
* chore(deps): bump docker/login-action from 1.12.0 to 1.13.0 by dependabot in https://github.com/flant/shell-operator/pull/355
* chore(deps): bump actions/github-script from 5 to 6 by dependabot in https://github.com/flant/shell-operator/pull/353

New Contributors
* kacuragi87 made their first contribution in https://github.com/flant/shell-operator/pull/351

**Full Changelog**: https://github.com/flant/shell-operator/compare/v1.0.7...v1.0.8
**Milestone**: [1.0.8](https://github.com/flant/shell-operator/milestone/27?closed=1)

Check [README](https://github.com/flant/shell-operator/blob/master/README.md) for more information and [/examples](https://github.com/flant/shell-operator/tree/master/examples) for the inspiration.

1.0.7

What's Changed

* chore(deps): bump docker/login-action from 1.10.0 to 1.12.0 by dependabot in https://github.com/flant/shell-operator/pull/344
* bump kubectl version from 1.19.11 to 1.21.8 by MrBeast in https://github.com/flant/shell-operator/pull/347

New Contributors
* MrBeast made their first contribution in https://github.com/flant/shell-operator/pull/347

**Full Changelog**: https://github.com/flant/shell-operator/compare/v1.0.6...v1.0.7
**Milestone**: [1.0.7](https://github.com/flant/shell-operator/milestone/26?closed=1)

Check [README](https://github.com/flant/shell-operator/blob/master/README.md) for more information and [/examples](https://github.com/flant/shell-operator/tree/master/examples) for the inspiration.

1.0.6

What's Changed

* ref(ci): rename master to main by diafour in https://github.com/flant/shell-operator/pull/338
* Added warnings in validation webhooks by RomanenkoDenys in https://github.com/flant/shell-operator/pull/343

New Contributors
* RomanenkoDenys made their first contribution in https://github.com/flant/shell-operator/pull/343

**Full Changelog**: https://github.com/flant/shell-operator/compare/v1.0.5...v1.0.6
**Milestone**: [1.0.6](https://github.com/flant/shell-operator/milestone/25?closed=1)

Check [README](https://github.com/flant/shell-operator/blob/master/README.md) for more information and [/examples](https://github.com/flant/shell-operator/tree/master/examples) for the inspiration.

1.0.5

ADD pods-hook.sh /hooks


Push to registry, create rbac and create a Pod or Deployment:


apiVersion: v1
kind: Pod
metadata:
​name: shell-operator
spec:
​containers:
​- name: shell-operator
​image: registry.mycompany.com/shell-operator:monitor-pods
​imagePullPolicy: Always
​serviceAccountName: monitor-pods-acc


Check [README](https://github.com/flant/shell-operator/blob/master/README.md) for more information and [/examples](https://github.com/flant/shell-operator/tree/master/examples) for the inspiration.

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.