summaryrefslogtreecommitdiff
path: root/releasenotes/notes/zuul-message-a36f1a6adc7da31c.yaml
blob: 7f9b0853323a20395bb83e617e3fa0c013bcdcc3 (plain)
1
2
3
4
5
6
7
8
---
upgrade:
  - |
    Zuul recently added the job variable :var:`zuul.message`. This can contain
    jinja tags which can cause problems accessing the zuul variable in the job.
    Because of this the message is now base64 encoded and any job evaluating
    this variable needs to be changed from ``{{ zuul.message }}`` to
    ``{{ zuul.message | b64decode }}``.