From 145a5f5933532c8c2f276fa2dca19e30029fb2a6 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sun, 24 Nov 2024 12:53:38 -0700 Subject: [PATCH 1/2] feat!: Release Open WebUI v0.4.2 --- charts/open-webui/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index b8a35d2..77b38e2 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: open-webui -version: 3.8.0 -appVersion: 0.4.1 +version: 4.0.0 +appVersion: 0.4.2 home: https://www.openwebui.com/ icon: >- https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png From 83c5a02a281e9fbed4d48608b523017fbafe8177 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sun, 24 Nov 2024 12:54:21 -0700 Subject: [PATCH 2/2] Remove semantic release job for now --- .github/workflows/helm-release.yml | 60 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 096f808..b0f2a52 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -8,42 +8,42 @@ on: - "charts/**" jobs: - semantic-release: - runs-on: ubuntu-latest - steps: - # Checkout repo - - name: Checkout - uses: actions/checkout@v4 + # semantic-release: + # runs-on: ubuntu-latest + # steps: + # # Checkout repo + # - name: Checkout + # uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 'lts/*' - - name: Install dependencies - run: npm install - - name: Release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release + # - name: Setup Node.js + # uses: actions/setup-node@v3 + # with: + # node-version: 'lts/*' + # - name: Install dependencies + # run: npm install + # - name: Release + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # run: npx semantic-release - - name: Install yq - run: | - wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq &&\ - chmod +x yq + # - name: Install yq + # run: | + # wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq &&\ + # chmod +x yq - - name: Get version - id: get_version - run: | - echo "VERSION=$(cat charts/open-webui/Chart.yaml | ./yq -r '.version')" >> $GITHUB_OUTPUT + # - name: Get version + # id: get_version + # run: | + # echo "VERSION=$(cat charts/open-webui/Chart.yaml | ./yq -r '.version')" >> $GITHUB_OUTPUT - - name: Commit Chart.yaml - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: 'chore(release) bump version to ${{ steps.get_version.outputs.VERSION }}' - file_pattern: 'charts/open-webui/Chart.yaml' + # - name: Commit Chart.yaml + # uses: stefanzweifel/git-auto-commit-action@v4 + # with: + # commit_message: 'chore(release) bump version to ${{ steps.get_version.outputs.VERSION }}' + # file_pattern: 'charts/open-webui/Chart.yaml' release: - needs: semantic-release + #needs: semantic-release permissions: contents: write packages: write