gndrmnn

Results 7 issues of gndrmnn

We have successfully deployed the Zulip botserver using kubernetes and created a first bot with it. This bot and the botserver work nicely and communicate without a problem with our...

Use the new 'verify_checksum' hash value in the yaml files to verify the image integrity after it has been successfully imported. Show a warning, if either the hash algorithm or...

But with the Victoria release the former single MD5 hash was deprecated: https://docs.openstack.org/releasenotes/glance/victoria.html#deprecation-notes in favor of "multihash". While this sounds cool, multihash is only about being able to configure(!) a...

enhancement
upstream

The container is restarted from the tasks changing the docker-compose yaml files. The additional ``state: started`` in the manage task was racing the handler restart, sometimes spawning multiple containers with...

The prepare_filter_for_sending() function contains code for parsing escaped hexadecimal values after ``\`` by using the next two characters. Checking, if they appear to be hex digits and converting them, otherwise...