diff --git a/CODEOWNERS b/CODEOWNERS index 1b14d12..a7be79b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,4 +2,4 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -* @osisoft/product-readiness-guild \ No newline at end of file +* @AVEVA/product-readiness-guild \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 34df850..5b7a1fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Version History +## 1.0.30 / 2023-10-13 + +- Migrate Pipelines + ## 1.0.29 / 2022-08-17 - Automate dependabot approval and automerge diff --git a/KarmaUnitTests/package-lock.json b/KarmaUnitTests/package-lock.json index fb075da..621c56d 100644 --- a/KarmaUnitTests/package-lock.json +++ b/KarmaUnitTests/package-lock.json @@ -3,7 +3,7 @@ "lockfileVersion": 1, "dependencies": { "@colors/colors": { - "version": "1.0.29", + "version": "1.0.30", "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true diff --git a/KarmaUnitTests/package.json b/KarmaUnitTests/package.json index 4ce35d8..7316f33 100644 --- a/KarmaUnitTests/package.json +++ b/KarmaUnitTests/package.json @@ -1,5 +1,5 @@ { - "devDe"1.0.29", + "devDe"1.0.30", "jasmine-jquery": "^2.1.1", "jquery": "^3.6.0", "karma": "^6.3.17", diff --git a/README.md b/README.md index 38ce002..2b68d4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PI Web API JQuery Sample -**Version:** 1.0.29 +**Version:** 1.0.30 [![Build Status](https://dev.azure.com/osieng/engineering/_apis/build/status/product-readiness/PI-System/osisoft.sample-pi_web_api-common_actions-jquery?repoName=osisoft%2Fsample-pi_web_api-common_actions-jquery&branchName=main)](https://dev.azure.com/osieng/engineering/_build/latest?definitionId=2662&repoName=osisoft%2Fsample-pi_web_api-common_actions-jquery&branchName=main) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5672b9b..7ff7669 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,21 +21,20 @@ resources: repositories: - repository: OpsGuildAutomationRepo type: git - name: Engineering/OpsGuild.Automation + name: DevOps/opsguild.automation ref: refs/heads/main - repository: templates type: github - name: osisoft/OSI-Samples - endpoint: osisoft/OSI-Samples + name: AVEVA/AVEVA-Samples + endpoint: AVEVA variables: - - template: '/miscellaneous/build_templates/variables.yml@templates' - name: analysisProject value: PIWebAPI_JQuery parameters: - name: pool - default: 00-OSIManaged-Containers + default: DevOps Managed Containers Build - name: containerDemands type: object default: ['Agent.OS -equals Windows_NT']