See https://github.blog/2022-04-12-git-security-vulnerability-announced/
for context. git now refuses to handle repositories which don't belong
to the current user by default; such repositories need to be
explicitly marked as safe, in the global configuration for the current user.
This fixes the failing release job.
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
Add Dependabot configuration to automatically update GitHub Actions on
the release-0.12 branch.
This will facilitate quick updates while using SHA-based versions.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
All docs.github.com URLs return 403 Forbidden, although they work.
This seems to be a new behavior, as it was working less than a week ago.
This happens in CI across submariner-io repos and locally.
$ curl -I https://docs.github.com/
HTTP/2 403
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
For quicker updates and easier, more consistent maintenance.
SHA-based versions should always be used to be sure the code we pull in
can't be changed without us, for security reasons at least. Dependabot
now supports SHA-based versions for GHAs. This patch should facilitate
their continued use.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Use the yamlint make target provided by Shipyard instead of a third
party GitHub action for running the same tool.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This adds a feature, but nothing that seems relevant to us.
github.com/tim-actions/get-pr-commits/compare/v1.1.0...v1.2.0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Bumps the version of markdown-link-check from 3.8.7 to 3.9.3.
Changes base image from node:alpine to node:lts-alpine.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Remove tests for Kubernetes 1.20, as it is End of Life and Submariner
supports all versions upstream-Kubernetes supports and no EOL versions.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
2022-03-14 09:31:40 +01:00
19 changed files with 222 additions and 207 deletions
description:"Use default Submariner operator image or specify a custom one"
label:Use default Submariner operator image
@@ -17,7 +18,7 @@ questions:
description:"Submariner Operator Image Tag"
type:string
label:Submariner Operator Image Tag
- variable:defaultSubmarinerImages
- variable:defaultSubmarinerImages
default:true
description:"Use default Submariner images or specify custom ones"
label:Use default Submariner images
@@ -35,27 +36,27 @@ questions:
description:"Submariner Images Tag (shared for all non-operator images)"
type:string
label:Submariner Images Tag
- variable:submariner.clusterId
- variable:submariner.clusterId
default:""
description:"Enter a unique cluster ID to identify this cluster"
type:string
label:"Cluster ID"
group:"Configuration"
required:true
- variable:ipsec.psk
- variable:ipsec.psk
default:""
description:"Enter the pre-shared key for the IPsec Cable Engine"
type:string
label:"IPsec Pre-Shared Key"
group:"Configuration"
required:true
- variable:broker.server
- variable:broker.server
type:string
default:""
group:"Broker Configuration"
label:"Broker Server"
description:"Broker server to use (without the https://)"
- variable:broker.insecure
- variable:broker.insecure
type:boolean
default:false
show_subquestion_if:false
@@ -68,37 +69,37 @@ questions:
description:"Base64 encoded broker ca.crt"
label:"Broker CA encoded in base64"
default:""
- variable:broker.token
- variable:broker.token
type:string
group:"Broker Configuration"
label:"Broker Token"
description:"Bearer token for broker"
- variable:broker.namespace
- variable:broker.namespace
type:string
group:"Broker Configuration"
label:"Broker Namespace"
description:"Enter namespace to use on central broker"
- variable:submariner.clusterCidr
- variable:submariner.clusterCidr
default:""
description:"Enter the cluster CIDR (i.e. 10.42.0.0/16) for this cluster"
type:string
label:"Cluster CIDR"
group:"CIDR Configuration"
required:true
- variable:submariner.serviceCidr
- variable:submariner.serviceCidr
default:""
description:"Enter the service CIDR (i.e. 10.43.0.0/16) for this cluster"
type:string
label:"Service CIDR"
group:"CIDR Configuration"
required:true
- variable:submariner.serviceDiscovery
- variable:submariner.serviceDiscovery
type:boolean
default:false
group:"Advanced Configuration"
description:"Enable multicluster service discovery"
label:"Service Discovery Enabled"
- variable:broker.globalnet
- variable:broker.globalnet
type:boolean
default:false
group:"Broker Configuration"
@@ -112,31 +113,31 @@ questions:
label:"Globalnet CIDR"
group:"CIDR Configuration"
required:false
- variable:submariner.natEnabled
- variable:submariner.natEnabled
type:boolean
default:false
group:"Advanced Configuration"
description:"If the gateway nodes for this cluster are behind 1:1 NAT, you should enable NAT"
label:"NAT Enabled"
- variable:submariner.debug
- variable:submariner.debug
type:boolean
default:false
group:"Advanced Configuration"
description:"Enable submariner debug mode"
label:"Submariner Debug Enabled"
- variable:ipsec.debug
- variable:ipsec.debug
type:boolean
default:false
group:"Advanced Configuration"
description:"Enable Charon debug mode"
label:"Charon Enabled"
- variable:submariner.cableDriver
- variable:submariner.cableDriver
type:string
default:""
group:"Advanced Configuration"
description:"Cable driver implementation"
label:"Cable Driver"
- variable:submariner.healthcheckEnabled
- variable:submariner.healthcheckEnabled
type:boolean
default:true
group:"Advanced Configuration"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.