Releases: holmesb/k8s-sidecar
Releases · holmesb/k8s-sidecar
Quieten logging of unprocessed configmaps
0.0.7
Sidecar now waits for Jenkins CasC to be operational
Merge pull request #7 from scality/feature/default-to-current-namespace feat: limit configmap search to current namespace
Fixed 503 errors during initial reload
Merge pull request #4 from eloo/feature/use-namespace Use NAMESPACE env variable to search on a specific namespace
Removed the SSH reload method
Since REST call can be used to reload Jenkins configuration on-the-fly, I've removed the SSH reload method. So it's aligned with kiwigrid/k8s-sidecar except:
- Jenkins CasC validation boolean output to text file (/app/reload_successful.txt)
- It outputs timestamped & categorised Python logs instead of print statements
- Jenkins user created and files re-owned to it. Root user is not used for increased security.