Skip to content

Releases: jenkinsci/configuration-as-code-plugin

v1.45 🌈

25 Oct 08:33
configuration-as-code-1.45
c82ecb4
Compare
Choose a tag to compare

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

v1.44 🌈

09 Oct 09:16
configuration-as-code-1.44
d2ff43d
Compare
Choose a tag to compare

📦 Dependency updates

📝 Documentation updates

  • Documentaion section moved up (#1474) @reethikprasad
  • Include README details of how to set the CasC config location using Java Property instead of Environment Variable (#1457) @patkinson01

v1.43 🌈

03 Aug 17:29
configuration-as-code-1.43
1f8afb9
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix validation message not showing on recent core (#1443) @timja

📦 Dependency updates

v1.42 🌈

21 Jul 13:37
configuration-as-code-1.42
4c1885c
Compare
Choose a tag to compare

💥 Breaking changes

🚀 New features and improvements

  • SecretResolver support file and base64 variable expansion (#1408) @jetersen

🐛 Bug Fixes

  • Escape newSource field when checking it's value via Ajax. (#1402) @haidaraM

📝 Documentation updates

👻 Maintenance

🚦 Tests

  • Update pipeline-model-definition integration tests to use docker-workflow (#1416) @dwnusbaum
  • Add test for mailer-plugin user property (#1312) @timja

v1.41 🌈

24 May 21:56
configuration-as-code-1.41
db1b8ba
Compare
Choose a tag to compare

With extension ordinal sorting we now have full control of the load order within Configuration as Code, so now Credentials will be configured first and seed job will be configured last.

We also added support for root level yaml anchors which needs to be prefixed with x-.
See the ec2 demo for a good example.

🚀 New features and improvements

🐛 Bug Fixes

  • Close those file handles 😅 (#1398) @jetersen
  • Allow configuring max aliases for a collection (#1375) @jetersen
  • sort Attributes and RootElementConfigurator according to Extension ordinal (#1394) @jetersen
  • HeteroDescribableConfigurator fix for interface as a target (#1387) @umlublin

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

v1.40 🌈

07 May 16:07
configuration-as-code-1.40
1e2c54f
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

v1.39 🌈

15 Apr 15:24
configuration-as-code-1.39
f524a0e
Compare
Choose a tag to compare

🐛 Bug Fixes

🚀 New features and improvements

  • set category name to Configuration for Jenkins v2.226+ (#1358) @jetersen

📝 Documentation updates

👻 Maintenance

v1.38 🌈

30 Mar 07:05
configuration-as-code-1.38
59c5ff7
Compare
Choose a tag to compare

💥 Breaking changes

This release includes a minimum version increase for Jenkins core to 2.222 to address a race condition in initialisation. Jenkins core now supports proxy configuration without the need for our custom configurator, but the password field name changed to secretPassword, see the demo if this affects you.

  • Bump baseline jenkins core to 2.222 for milestones / system read + cleanup (#1293) @timja

🚀 New features and improvements

🐛 Bug Fixes

  • Allow multiple symbols when importing, exporting first one (#1308) @timja
  • Fix classloading in snakeyaml (#1340) @timja

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • Bump baseline jenkins core to 2.222 for milestones / system read + cleanup (#1293) @timja

🚦 Tests

v1.37 🌈

29 Mar 14:01
configuration-as-code-1.37
699a96e
Compare
Choose a tag to compare

💥 Do not use this release! 💥

This release was broken, it caused #1339, fixed in #1340, released in v1.38 🌈

v1.36 🌈

28 Feb 14:53
configuration-as-code-1.36
3bc0851
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Prevent null pointer when exporting file credentials (#1282) @timja
  • Stop exporting users and throwing nullpointer (#1280) @timja

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🚦 Tests