diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..465aa07c --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +name: dependabot + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.github/workflows/installer.build.yml b/.github/workflows/installer.build.yml index 6b115ea5..baf65d40 100644 --- a/.github/workflows/installer.build.yml +++ b/.github/workflows/installer.build.yml @@ -43,12 +43,12 @@ jobs: - name: Set up environment variable run: echo "ZITI_EDGE_TUNNEL_BUILD=${{ github.event.inputs.zet }}" >> $GITHUB_ENV - name: Git Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: persist-credentials: false - - uses: microsoft/setup-msbuild@v1 + - uses: microsoft/setup-msbuild@v - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 - if: github.event_name == 'push' run: echo "GIT_BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" >> $env:GITHUB_ENV - if: github.event_name == 'pull_request' @@ -71,7 +71,7 @@ jobs: run: choco install advanced-installer --version="$(cat .\adv-inst-version)" --yes - name: Setting up VERSION env var run: echo "VERSION=$(cat .\version)" >> $env:GITHUB_ENV - - uses: nuget/setup-nuget@v1 + - uses: nuget/setup-nuget@v2 with: nuget-api-key: ${{ secrets.NuGetAPIKey }} nuget-version: '5.8.1' diff --git a/release-streams/ctrlha-alpha.json b/release-streams/ctrlha-alpha.json index 201a0cbd..4e0775f2 100644 --- a/release-streams/ctrlha-alpha.json +++ b/release-streams/ctrlha-alpha.json @@ -1,12 +1,12 @@ { - "name": "2.5.0.4", - "tag_name": "2.5.0.4", - "published_at": "2024-07-30T14:53:31Z", - "installation_critical": false, - "assets": [ - { - "name": "Ziti.Desktop.Edge.Client-2.5.0.4.exe", - "browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.4-alpha/Ziti.Desktop.Edge.Client-2.5.0.4.exe" - } - ] + "name": "2.5.0.5", + "tag_name": "2.5.0.5", + "published_at": "2024-09-17T22:53:03Z", + "installation_critical": false, + "assets": [ + { + "name": "Ziti.Desktop.Edge.Client-2.5.0.5.exe", + "browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.5/Ziti.Desktop.Edge.Client-2.5.0.5.exe" + } + ] } diff --git a/version b/version index 389b437a..6b972160 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0.5 \ No newline at end of file +2.5.0.6 \ No newline at end of file