feat(cache): replace TTL with max-age and use server cache in routes controller #915
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Releaser-pleaser | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request_target: | |
| types: | |
| - edited | |
| - labeled | |
| - unlabeled | |
| concurrency: | |
| group: releaser-pleaser | |
| cancel-in-progress: true | |
| jobs: | |
| releaser-pleaser: | |
| # Do not run on forks. | |
| if: github.repository == 'hetznercloud/hcloud-cloud-controller-manager' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| steps: | |
| - name: releaser-pleaser | |
| uses: apricote/releaser-pleaser@a1ce9493fd3f3abe60f22c37249d257bc10081dc # v0.8.0 | |
| with: | |
| token: ${{ secrets.HCLOUD_BOT_TOKEN }} | |
| extra-files: | | |
| deploy/ccm-networks.yaml | |
| deploy/ccm.yaml | |
| chart/Chart.yaml | |
| chart/.snapshots/default.yaml | |
| chart/.snapshots/full.daemonset.yaml |