Compare commits

...
2 Commits
Author SHA1 Message Date
Automated ReleaseandThomas Pantelis f5dc8a4bb9 Update Submariner dependencies to v0.21.0-m3
Signed-off-by: Automated Release <release@submariner.io>
2025-06-25 14:31:46 -04:00
dependabot[bot]andThomas Pantelis 1bf542bfa7 Bump actions/stale in the github-actions group
Bumps the github-actions group with 1 update: [actions/stale](https://github.com/actions/stale).


Updates `actions/stale` from 816d9db1aba399a7f70277f1a2b01a4d21497fdd to f78de9780efb7a789cf4745957fa3374cbb94fd5
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/816d9db1aba399a7f70277f1a2b01a4d21497fdd...f78de9780efb7a789cf4745957fa3374cbb94fd5)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: f78de9780efb7a789cf4745957fa3374cbb94fd5
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-18 09:34:09 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@816d9db1aba399a7f70277f1a2b01a4d21497fdd
- uses: actions/stale@f78de9780efb7a789cf4745957fa3374cbb94fd5
with:
days-before-issue-stale: 120
days-before-pr-stale: 14
+1 -1
View File
@@ -17,7 +17,7 @@ endif
export DEPLOYTOOL = helm
GH_URL=https://submariner-io.github.io/submariner-charts/charts
CHARTS_DIR=charts
CHARTS_VERSION=0.21.0-m2
CHARTS_VERSION=0.21.0-m3
HELM_DOCS_VERSION=0.15.0
REPO_URL=$(shell git config remote.origin.url)