Skip to content

Releases: bsquizz/ocdeployer

PyYAML security update

20 Apr 20:53
a99dddd
Compare
Choose a tag to compare
Bump pyyaml from 5.3 to 5.4 (#55)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Replace use of 'oc --export'

28 Jan 21:50
f821fc0
Compare
Choose a tag to compare
5.7.9

Fix for '--export' being removed (#54)

Add --version option

27 Jan 21:52
b434dd3
Compare
Choose a tag to compare
Add --version argument (#53)

Run black/isort on this

Avoid secret delete race conditions

27 Jan 20:20
40972a2
Compare
Choose a tag to compare

If multiple ocdeployer processes are running, one process' SecretImporter might delete the secret while another is trying to link it. We now check the data of the desired secret vs the secret in the target namespace to see if it really does need to be imported.

Fix for secret importing

27 Jan 18:09
6bba054
Compare
Choose a tag to compare

If secrets src project and destination project were the same, due to changes in 5.7.5, the secret was deleted before we attempted to import it. This issue has been fixed.

Tweak to secret importing

27 Jan 16:14
034ab30
Compare
Choose a tag to compare

oc delete secrets before they are oc apply'd so that secrets with a null value will be properly updated.

Require sh >= 1.13.1

26 Oct 18:50
Compare
Choose a tag to compare
5.7.4

Require sh >= 1.13.1

Bug fix

23 Oct 02:39
Compare
Choose a tag to compare
5.7.3

Fix wait_for_exists

Bug fix

23 Oct 01:51
Compare
Choose a tag to compare
5.7.2

Fix string format

Add wait_for_exists, add cronjob restype, fix stdout/stderr processing

22 Oct 20:06
79b7455
Compare
Choose a tag to compare