You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Configure the .NET Core runtime version. | Supports `Net6.0`, and `Net8.0`. <br> You can configure through a **runtimeconfig.json** or MSBuild Project file. <br> The default runtime is `6.0.*`. | N/A | N/A |
535
+
| Configure the .NET Core runtime version. | Supports `Net8.0`, and `Net9.0`. <br> You can configure through a **runtimeconfig.json** or MSBuild Project file. <br> The default runtime is `8.0.*`. | N/A | N/A |
536
536
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
537
537
| Integrate with the Dynatrace and New Relic APM agents. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
538
538
| Enable configuration of labels on the created image. | Configures both OCI-specified labels with short environment variable names and arbitrary labels using a space-delimited syntax in a single environment variable. |`BP_IMAGE_LABELS` <br> `BP_OCI_AUTHORS` <br> See more environment variables [here](https://github.com/paketo-buildpacks/image-labels). |`--build-env BP_OCI_AUTHORS=<value>`|
@@ -557,7 +557,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify a Go version. | Supports `1.21.*`, `1.22.*`. The default value is `1.21.*`.<br> The Go version is automatically detected from the app's **go.mod** file. You can override this version by setting the `BP_GO_VERSION` environment variable at build time. |`BP_GO_VERSION`|`--build-env BP_GO_VERSION=1.22.*`|
560
+
| Specify a Go version. | Supports `1.22.*`, `1.23.*`. The default value is `1.22.*`.<br> The Go version is automatically detected from the app's **go.mod** file. You can override this version by setting the `BP_GO_VERSION` environment variable at build time. |`BP_GO_VERSION`|`--build-env BP_GO_VERSION=1.23.*`|
561
561
| Configure multiple targets. | Specifies multiple targets for a Go build. |`BP_GO_TARGETS`|`--build-env BP_GO_TARGETS=./some-target:./other-target`|
562
562
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
563
563
| Integrate with Dynatrace APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
@@ -571,7 +571,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify a Node version. | Supports `16.*`, `18.*`, `19.*`, `20.*`. The default value is `20.*`. <br>You can specify the Node version via an **.nvmrc** or **.node-version** file at the application directory root. `BP_NODE_VERSION` overrides the settings. |`BP_NODE_VERSION`|`--build-env BP_NODE_VERSION=20.*`|
574
+
| Specify a Node version. | Supports `18.*`, `20.*`, `22.*`. The default value is `20.*`. <br>You can specify the Node version via an **.nvmrc** or **.node-version** file at the application directory root. `BP_NODE_VERSION` overrides the settings. |`BP_NODE_VERSION`|`--build-env BP_NODE_VERSION=20.*`|
575
575
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
576
576
| Integrate with Dynatrace, Elastic, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
577
577
| Enable configuration of labels on the created image. | Configures both OCI-specified labels with short environment variable names and arbitrary labels using a space-delimited syntax in a single environment variable. |`BP_IMAGE_LABELS` <br> `BP_OCI_AUTHORS` <br> See more environment variables [here](https://github.com/paketo-buildpacks/image-labels). |`--build-env BP_OCI_AUTHORS=<value>`|
0 commit comments