Skip to content

Releases: jenkinsci/configuration-as-code-plugin

2077.v41f1011a_5110

16 Apr 22:22
41f1011

Choose a tag to compare

🚀 New features and improvements

  • Resolve Descriptor generic type to derive natural names in DescriptorConfigurator (#2834) @somiljain2006

👻 Maintenance

  • Fix collection type resolution in DefaultConfiguratorRegistry (#2833) @somiljain2006
  • Refactor SecretSourceResolver map initialization and clarify UpdateCenterConfigurator intent (#2832) @somiljain2006

2074.va_57f83f7a_10b_

14 Apr 23:45
a57f83f

Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

  • Adapt build status icon for ci.jenkins.io permissions change (#2831) @MarkEWaite

2072.v9049f43b_ff3c

13 Apr 16:03
9049f43

Choose a tag to compare

🐛 Bug fixes

  • Fix collection-to-set conversion causing type mismatch in JCasC setters (#2829) @somiljain2006

2071.vea_ed8d491f81

13 Apr 09:26
eaed8d4

Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

2069.vb_a_36d7a_570c8

11 Apr 08:16
ba36d7a

Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

🚦 Tests

  • Add test coverage for certificate credentials in SystemCredentialsTest (#2823) @somiljain2006

2065.v7a_20a_b_d84088

06 Apr 18:56
7a20abd

Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

  • Rely on jenkinsci organization release drafter configuration (#2818) @MarkEWaite

📦 Dependency updates

2061.vc08919f7fc37

30 Mar 13:36
c08919f

Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

📦 Dependency updates

2056.v6a_e126e16620

24 Mar 09:46
6ae126e

Choose a tag to compare

🚀 New features and improvements

  • Resolve environment variables before descriptor lookup in HeteroDescribableConfigurator (#2805) @somiljain2006

📦 Dependency updates

2053.vb_0da_47381a_25

10 Mar 15:01
b0da473

Choose a tag to compare

👷 Changes for plugin developers

  • Remove jsr305 as a compile/runtime dependency and add jakarta annotation support to DataBoundConfigurator (#2798) @apuig

If a plugin now fails due to a missing javax.annotation.Nonnull, you can either

  • Remove all optional parameters from the DataBoundConstructor and add @DataBoundSetter to the setter methods
  • Change the import to jakarta.annotation.Nonnull (which is already on the classpath)

📝 Documentation updates

  • Reorganize documentation structure and introduce developer guide (#2786) @Heller07
  • Change SSHLauncher to ssh in examples of usage (#2785) @it-praktyk

📦 Dependency updates

2037.v8e5349845172

28 Jan 17:37
8e53498

Choose a tag to compare

🚀 New features and improvements