Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .github references to v14 #467

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/app-common-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azure_functions_core_tools_version: 4.0.5455

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/App/App.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -81,22 +81,22 @@ jobs:
publish_test_report: "true"

- name: Pack Common project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/Common/Common.csproj

- name: Pack Common.Abstractions project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/Common.Abstractions/Common.Abstractions.csproj

- name: Pack FunctionApp project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/FunctionApp/FunctionApp.csproj

- name: Pack WebApp project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/WebApp/WebApp.csproj

Expand All @@ -112,7 +112,7 @@ jobs:
.github/workflows/app-common-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# License and Markdown Check
#
ci_base:
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@v14
secrets:
dh3serviceaccount_privatekey: ${{ secrets.dh3serviceaccount_privatekey }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/databricks-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Databricks/Databricks.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -78,12 +78,12 @@ jobs:
publish_test_report: "true"

- name: Pack SQL Statement Execution project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Databricks/source/SqlStatementExecution/SqlStatementExecution.csproj

- name: Pack Jobs project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Databricks/source/Jobs/Jobs.csproj

Expand All @@ -97,7 +97,7 @@ jobs:
.github/workflows/databricks-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/featuremanagement-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azure_functions_core_tools_version: 4.0.5455

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/FeatureManagement/FeatureManagement.sln
publish_test_report: "true"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/json-serialization-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/JsonSerialization/JsonSerialization.sln
publish_test_report: "true"

- name: Pack JsonSerialization project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/JsonSerialization/source/JsonSerialization/JsonSerialization.csproj

Expand All @@ -71,7 +71,7 @@ jobs:
.github/workflows/json-serialization-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/logging-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Logging/Logging.sln
publish_test_report: "true"

- name: Pack Logging project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Logging/source/Logging/Logging.csproj

- name: Pack LoggingMiddleware project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Logging/source/LoggingMiddleware/LoggingMiddleware.csproj

Expand All @@ -80,7 +80,7 @@ jobs:
.github/workflows/logging-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/messaging-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azure_functions_core_tools_version: 4.0.5455
azurite_version: 3.33.0

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Messaging/Messaging.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -77,7 +77,7 @@ jobs:
publish_test_report: "true"

- name: Pack Communication project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Messaging/source/Communication/Communication.csproj

Expand All @@ -90,7 +90,7 @@ jobs:
.github/workflows/messaging-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/outbox-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Outbox/Outbox.sln
publish_test_report: "true"

- name: Pack Outbox project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Outbox/source/Outbox/Outbox.csproj

- name: Pack Outbox.Abstractions project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Outbox/source/Outbox.Abstractions/Outbox.Abstractions.csproj

Expand All @@ -81,7 +81,7 @@ jobs:
.github/workflows/outbox-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/testcommon-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azurite_version: 3.33.0

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/TestCommon/TestCommon.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -77,17 +77,17 @@ jobs:
publish_test_report: "true"

- name: Pack TestCommon project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/TestCommon/source/TestCommon/TestCommon.csproj

- name: Pack FunctionApp.TestCommon project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/TestCommon/source/FunctionApp.TestCommon/FunctionApp.TestCommon.csproj

- name: Pack DurableFunctionApp.TestCommon project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/TestCommon/source/DurableFunctionApp.TestCommon/DurableFunctionApp.TestCommon.csproj

Expand All @@ -102,7 +102,7 @@ jobs:
.github/workflows/testcommon-bundle-publish.yml

- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.204",
"version": "8.0.100",
ShaBloze marked this conversation as resolved.
Show resolved Hide resolved
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down
5 changes: 5 additions & 0 deletions source/App/documents/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# App Release notes

## Version 14.0.2

- Update .github referencess to v14
- No functional change.

## Version 14.0.1

- Bump various NuGet packages to latest versions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.App.Common.Abstractions</PackageId>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.2$(VersionSuffix)</PackageVersion>
<Title>Azure Function Common Abstractions Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.App.Common</PackageId>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.2$(VersionSuffix)</PackageVersion>
<Title>Azure Function Common Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/FunctionApp/FunctionApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.App.FunctionApp</PackageId>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.2$(VersionSuffix)</PackageVersion>
<Title>Azure Function App Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.App.WebApp</PackageId>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.2$(VersionSuffix)</PackageVersion>
<Title>Azure Web App Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
5 changes: 5 additions & 0 deletions source/Databricks/documents/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Databricks Release Notes

## Version 12.0.2

- Update .github referencess to v14
- No functional change.

## Version 12.0.1

- Bump various NuGet packages to latest versions.
Expand Down
Loading
Loading