Skip to content

Releases: holmesb/k8s-sidecar

Quieten logging of unprocessed configmaps

09 May 21:26
Compare
Choose a tag to compare
0.0.3.1

Delaying after Jenkins is contactable, as get 503 errors if attempt t…

0.0.7

16 Mar 15:56
bf2c6b6
Compare
Choose a tag to compare

More helpful error when 403 occurs

Sidecar now waits for Jenkins CasC to be operational

26 Nov 16:23
617571a
Compare
Choose a tag to compare
Merge pull request #7 from scality/feature/default-to-current-namespace

feat: limit configmap search to current namespace

Fixed 503 errors during initial reload

25 Nov 18:27
92aa169
Compare
Choose a tag to compare
Merge pull request #4 from eloo/feature/use-namespace

Use NAMESPACE env variable to search on a specific namespace

Removed the SSH reload method

19 Nov 10:52
9505bcb
Compare
Choose a tag to compare

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.