diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index c06e8f35..b85b58a0 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -34,7 +34,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: "0.163.3" + hugo-version: "0.164.0" extended: true - name: Setup Node uses: actions/setup-node@v6 diff --git a/website/includes/values.yaml b/website/includes/values.yaml index 25a55fbf..a94f29b9 100644 --- a/website/includes/values.yaml +++ b/website/includes/values.yaml @@ -187,6 +187,8 @@ subscriptionServer: issuerKind: "" # -- Issuer name issuerName: "" + # -- Optionally specify the common name (at most 64 characters). Not needed in most scenarios. + commonName: "" # -- Optionally specify additional CA Certificate # @default -- this will contain the "SAP Cloud Root CA" certificate by default additionalCACertificate: | diff --git a/website/package-lock.json b/website/package-lock.json index f7d6b4a1..bab8d65f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -6,9 +6,9 @@ "": { "name": "website", "devDependencies": { - "autoprefixer": "^10.5.2", + "autoprefixer": "^10.5.3", "docsy": "github:google/docsy#semver:v0.15.0", - "hugo-extended": "^0.163.3", + "hugo-extended": "^0.164.0", "postcss-cli": "^11.0.1" } }, @@ -228,9 +228,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001805", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001805.tgz", - "integrity": "sha512-52noaS3DubycKSXaU30TwPGIp+POyQSUVa5jBEq3vkRkY0kjyb3LQgvhU6WGyCcyXqVLWO0Cw0Q6BSdD0kUfVA==", + "version": "1.0.30001806", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz", + "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==", "dev": true, "funding": [ { @@ -457,9 +457,9 @@ "license": "ISC" }, "node_modules/hugo-extended": { - "version": "0.163.3", - "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.163.3.tgz", - "integrity": "sha512-YcH9VBNW9N01cEQ2TsmFEaUikmmFu4dytBLiX2BFWM+IJdejxcSTfIu/bNgGYVJOARYxJTXJwyPqr1zIndNcCQ==", + "version": "0.164.0", + "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.164.0.tgz", + "integrity": "sha512-XhUZ9cI5XkC+Jtg6GMS679dVSAY7j/Fyo2BYDzsuqTKiMzDwr+Ylqd9Ndgvm2sUW+6BKzJCGQWdPI8QnKhVMSQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/website/package.json b/website/package.json index 6d0a3426..18d1f9fd 100644 --- a/website/package.json +++ b/website/package.json @@ -1,9 +1,9 @@ { "name": "website", "devDependencies": { - "autoprefixer": "^10.5.2", + "autoprefixer": "^10.5.3", "docsy": "github:google/docsy#semver:v0.15.0", - "hugo-extended": "^0.163.3", + "hugo-extended": "^0.164.0", "postcss-cli": "^11.0.1" } }