Compare commits

...
5 Commits
Author SHA1 Message Date
Automated ReleaseandSubmariner Bot c9232acc07 Update Charts to v0.15.1
Signed-off-by: Automated Release <release@submariner.io>
2023-06-06 03:35:17 +03:00
dependabot[bot]andStephen Kitt bc52796929 Bump tim-actions/get-pr-commits
Bumps [tim-actions/get-pr-commits](https://github.com/tim-actions/get-pr-commits) from 8673d84c368f480628607dbe21c88545811ef23a to 3efc1387ead42029a0d488ab98f24b7452dc3cde.
- [Release notes](https://github.com/tim-actions/get-pr-commits/releases)
- [Commits](https://github.com/tim-actions/get-pr-commits/compare/8673d84c368f480628607dbe21c88545811ef23a...3efc1387ead42029a0d488ab98f24b7452dc3cde)

---
updated-dependencies:
- dependency-name: tim-actions/get-pr-commits
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 15:49:05 +02:00
dependabot[bot]andThomas Pantelis 8fb015b5d2 Bump actions/setup-python from 4.6.0 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/57ded4d7d5e986d7296eab16560982c6dd7c923b...bd6b4b6205c4dbad673328db7b31b7fab9e241c0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 09:43:12 -04:00
Automated ReleaseandStephen Kitt 9aade6f007 Update globalnet ClusterRole permissions
Signed-off-by: Automated Release <release@submariner.io>
2023-05-25 15:25:24 +02:00
Tom PantelisandStephen Kitt beac0758f5 Bump chart version to 0.15.0
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
2023-05-25 15:25:24 +02:00
3 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Get PR commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@8673d84c368f480628607dbe21c88545811ef23a
uses: tim-actions/get-pr-commits@3efc1387ead42029a0d488ab98f24b7452dc3cde
with:
token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
version: v3.6.0
- name: Set up Python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with:
python-version: '3.x'
+1 -3
View File
@@ -17,11 +17,9 @@ endif
export DEPLOYTOOL = helm
GH_URL=https://submariner-io.github.io/submariner-charts/charts
CHARTS_DIR=charts
CHARTS_VERSION=0.14.0
CHARTS_VERSION=0.15.1
HELM_DOCS_VERSION=0.15.0
REPO_URL=$(shell git config remote.origin.url)
SUBCTL_VERSION=$(CHARTS_VERSION)
export SUBCTL_VERSION
# Targets to make
+4 -10
View File
@@ -699,7 +699,6 @@ rules:
- pods
- namespaces
- nodes
- endpoints
verbs:
- get
- list
@@ -709,6 +708,7 @@ rules:
- ""
resources:
- services
- endpoints
verbs:
- create
- get
@@ -729,17 +729,11 @@ rules:
- submariner.io
resources:
- clusterglobalegressips
- clusterglobalegressips/status
- globalegressips
verbs:
- create
- get
- list
- watch
- update
- apiGroups:
- submariner.io
resources:
- globalegressips/status
- globalingressips
- globalingressips/status
verbs:
- create
- get