From a78f518422363a93e600e46bd39589c880be184e Mon Sep 17 00:00:00 2001 From: rajeev Date: Tue, 26 Mar 2024 08:11:50 +0530 Subject: [PATCH] replacing tek-engineering with tektronix --- .github/workflows/pr.yml | 14 +++++++------- CHANGELOG.md | 18 +++++++++--------- Cargo.toml | 4 ++-- RELEASE.md | 6 +++--- npm.licenses.json | 2 +- package.json | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d34b517..abae3cd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: name: Style runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -35,7 +35,7 @@ jobs: name: Lint runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -54,7 +54,7 @@ jobs: name: Generate CycloneDX runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -82,7 +82,7 @@ jobs: name: Test runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -165,7 +165,7 @@ jobs: - x86_64-unknown-linux-gnu runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -193,7 +193,7 @@ jobs: runs-on: ubuntu-latest needs: build container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} @@ -263,7 +263,7 @@ jobs: - sbom runs-on: ubuntu-latest container: - image: ghcr.io/tek-engineering/tsp-toolkit-build:latest + image: ghcr.io/tektronix/tsp-toolkit-build:latest credentials: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6d39d..b4d1463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,12 +74,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Feature to retrieve TSP-Link network details -[Unreleased]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/compare/v0.15.0...HEAD -[0.15.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.15.0 -[0.14.1]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.14.1 -[0.13.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.13.2 -[0.13.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.13.0 -[0.12.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.12.2 -[0.12.1]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.12.1 -[0.12.0]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.12.0 -[0.11.2]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/releases/tag/v0.11.2 +[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.15.0 +[0.14.1]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.14.1 +[0.13.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.13.2 +[0.13.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.13.0 +[0.12.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.12.2 +[0.12.1]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.12.1 +[0.12.0]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.12.0 +[0.11.2]: https://github.com/tektronix/tsp-toolkit-kic-cli/releases/tag/v0.11.2 diff --git a/Cargo.toml b/Cargo.toml index 9208514..5f4047f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ resolver = "2" version = "0.15.0" authors = ["Keithley Instruments, LLC"] edition = "2021" -repository = "https://github.com/TEK-Engineering/tsp-toolkit-kic-cli" +repository = "https://github.com/tektronix/tsp-toolkit-kic-cli" #TODO Minimum Supported Rust Version Reasoning: # * Optional dependencies in feature flags was introduced in 1.60 @@ -42,4 +42,4 @@ thiserror = "1.0.58" tmc = { git = "https://github.com/esarver/rusb-usbtmc" } tracing = { version = "0.1.40", features = ["async-await"] } tracing-subscriber = "0.3.18" -tsp-toolkit-kic-lib = { git = "https://github.com/TEK-Engineering/tsp-toolkit-kic-lib.git", tag = "v0.15.0" } +tsp-toolkit-kic-lib = { git = "https://github.com/tektronix/tsp-toolkit-kic-lib.git", tag = "v0.15.0" } diff --git a/RELEASE.md b/RELEASE.md index 5923e66..44a3d6a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -56,15 +56,15 @@ release underneath (see all previous versions for examples). Be sure to add the associated links at the bottom of the file underneath the "Unreleased" reference: ```diff -[Unreleased]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/compare/vX.Y.Z...HEAD -+[X.Y.Z]: https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/compare/v(X.Y.Z-1)...vX.Y.Z +[Unreleased]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/vX.Y.Z...HEAD ++[X.Y.Z]: https://github.com/tektronix/tsp-toolkit-kic-cli/compare/v(X.Y.Z-1)...vX.Y.Z ``` (Where `v(X.Y.Z - 1)` is the previous released version) Be sure to check the merge requests for this past version to make sure everything was added to the changelog. Add anything that was missed (with JIRA issue number). You can do that with a query like the one at this link: -https://github.com/TEK-Engineering/tsp-toolkit-kic-cli/pulls?q=is%3Apr+milestone%3Av0.10.0+ +https://github.com/tektronix/tsp-toolkit-kic-cli/pulls?q=is%3Apr+milestone%3Av0.10.0+ ### 5. Update the Version Information diff --git a/npm.licenses.json b/npm.licenses.json index 4926737..e0fdc2d 100644 --- a/npm.licenses.json +++ b/npm.licenses.json @@ -697,7 +697,7 @@ }, "@tektronix/kic-cli@0.15.0": { "licenses": "Apache*", - "repository": "https://github.com/TEK-Engineering/tsp-toolkit-kic-cli", + "repository": "https://github.com/tektronix/tsp-toolkit-kic-cli", "name": "@tektronix/kic-cli", "version": "0.15.0", "description": "The Keithley Instrument Communicator (KIC) is a command-line application that enables simple communication to an instrument.", diff --git a/package.json b/package.json index 2781414..29f2d9d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TEK-Engineering/tsp-toolkit-kic-cli.git" + "url": "git+https://github.com/tektronix/tsp-toolkit-kic-cli.git" }, "typings": "index.d.ts", "files": [