Tom Pantelis
028400610b
Generate CRD and RBAC yaml templates from submariner-operator
...
The submariner-operator repo is the source of truth for the
CRD and RBAC resource yaml used by subctl and the ACM add-on so
we should use it for the helm charts as well. This will avoid
having to duplicate changes from the submariner-operator repo.
All the yaml is assembled in the pkg/embeddedyamls/yamls.go file
in submariner-operator so download and extract the yaml into
template files in the chart templates directories which can then
be included in other manifest files.
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2025-01-21 22:59:29 -05:00
Stephen Kitt and Thomas Pantelis
4967ab1b72
Add a YAML extraction script
...
This is intended for use with pkg/embeddedyamls/yamls.go from the
operator.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2025-01-20 12:25:48 -05:00
Tom Pantelis
967541e5ec
Add submariner-operator RBAC create permission for events
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2025-01-08 12:57:59 -05:00
Automated Release and Submariner Bot
669d864337
Update Submariner dependencies to v0.20.0-m3
...
Signed-off-by: Automated Release <release@submariner.io >
v0.20.0-m3
2025-01-07 13:49:10 +02:00
Automated Release and Submariner Bot
11da695ea9
Update Submariner dependencies to v0.20.0-m2
...
Signed-off-by: Automated Release <release@submariner.io >
2025-01-02 20:33:15 +02:00
Tom Pantelis
0e2e31ae73
Enable leader election in the operator
...
The operator no longer runs leader-for-life election so enable
leader-with-lease via the CLI arg in the pod spec.
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-12-13 01:08:54 -05:00
Automated Release and Submariner Bot
c0e1ee4c37
Update Submariner dependencies to v0.20.0-m1
...
Signed-off-by: Automated Release <release@submariner.io >
v0.20.0-m1
2024-11-27 17:42:47 +02:00
dependabot[bot] and Thomas Pantelis
a6081f9455
Bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [actions/setup-python](https://github.com/actions/setup-python ).
Updates `actions/checkout` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683 )
Updates `actions/setup-python` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/f677139bbe7f9c59b41e40162b753c062f5d49a3...0b93645e9fea7318ecaed2b359559ac225c90a2b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 03:18:24 -05:00
Automated Release and Submariner Bot
1f0c66930e
Update Submariner dependencies to v0.20.0-m0
...
Signed-off-by: Automated Release <release@submariner.io >
v0.20.0-m0
2024-10-31 11:47:01 +02:00
Tom Pantelis
ef2c4cba86
Bump latest (1.31) and oldest (1.28) tested K8s versions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-10-07 15:06:34 -04:00
dependabot[bot] and Stephen Kitt
2bc9596588
Bump the github-actions group with 3 updates
...
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file ) and [actions/stale](https://github.com/actions/stale ).
Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938 )
Updates `peter-evans/create-issue-from-file` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/peter-evans/create-issue-from-file/releases )
- [Commits](https://github.com/peter-evans/create-issue-from-file/compare/24452a72d85239eacf1468b0f1982a9f3fec4c94...e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd )
Updates `actions/stale` from 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 to f69122271d990fd11f5594ccff2296f00ff59b49
- [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/3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6...f69122271d990fd11f5594ccff2296f00ff59b49 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: peter-evans/create-issue-from-file
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/stale
dependency-type: direct:production
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-01 18:44:40 +02:00
Tom Pantelis
5cf3f48cd8
Add clusterset IP CIDR configuration to the operator chart
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-09-11 07:54:32 -04:00
Automated Release and Submariner Bot
cfebd2c93a
Update Submariner dependencies to v0.19.0-m3
...
Signed-off-by: Automated Release <release@submariner.io >
v0.19.0-m3
2024-09-05 11:02:53 +03:00
dependabot[bot] and Thomas Pantelis
167e6a8799
Bump actions/setup-python in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python ).
Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...f677139bbe7f9c59b41e40162b753c062f5d49a3 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-02 06:37:55 -04:00
Tom Pantelis
c458483968
Remove dependabot config for release 0.14
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-08-20 05:52:46 -04:00
Automated Release and Submariner Bot
cdd86cf19f
Update Submariner dependencies to v0.19.0-m2
...
Signed-off-by: Automated Release <release@submariner.io >
v0.19.0-m2
2024-08-16 19:03:54 +03:00
dependabot[bot] and Stephen Kitt
64ca0deb62
Bump actions/setup-python in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python ).
Updates `actions/setup-python` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/82c7e631bb3cdc910f68e0081d67478d79c6982d...39cd14951b08e74b54015e9e001cdefcf80e669f )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-22 17:31:53 +02:00
Automated Release and Submariner Bot
9376b31107
Update Submariner dependencies to v0.19.0-m1
...
Signed-off-by: Automated Release <release@submariner.io >
v0.19.0-m1
2024-07-22 18:00:24 +03:00
Stephen Kitt and Submariner Bot
f406805d57
Remove extra space in YAML file
...
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-07-22 18:00:24 +03:00
dependabot[bot] and Thomas Pantelis
525d5cc7af
Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-20 08:19:59 -04:00
Tom Pantelis
561bf2d2b8
Add dependabot config for release-0.18
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-06-20 08:10:57 -04:00
Automated Release and Submariner Bot
fd88fcff1d
Update Submariner dependencies to v0.19.0-m0
...
Signed-off-by: Automated Release <release@submariner.io >
v0.19.0-m0
2024-06-13 11:36:51 +03:00
Tom Pantelis
6c093ebca2
Adjust globalnet RBAC permissions
...
Globalnet now annotates Gateways instead of nodes.
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-06-03 15:03:23 -04:00
dependabot[bot] and Thomas Pantelis
d3bce36afe
Bump actions/checkout from 4.1.4 to 4.1.6 in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...a5ac7e51b41094c92402da3b24376905380afc29 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 07:15:07 -04:00
Tom Pantelis
301db56c91
Remove node update RBAC permission for route agent
...
Re: https://github.com/submariner-io/submariner/pull/3010
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-21 17:56:46 -04:00
Thomas Pantelis and GitHub
eb336236f3
Add RBAC access to finalizers for the operator role ( #515 )
...
On Openshift, the operator failed with error
"\"submariner-gateway\" is forbidden: cannot set blockOwnerDeletion
if an ownerReference refers to a resource you can't set finalizers on"
Openshift enables OwnerReferencesPermissionEnforcement, so
in order to set blockOwnerDeletion for an object, the user needs
update permission for the finalizers subresource of the referenced
owner. In this case the owner is the Submariner object.
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-21 12:28:13 +03:00
Tom Pantelis and Stephen Kitt
1b251e84cf
Reduce lighthouse-agent RBAC permissions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
Tom Pantelis and Stephen Kitt
f037f15dc0
Reduce lighthouse-coredns RBAC permissions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
Tom Pantelis and Stephen Kitt
b4720fad02
Reduce submariner-globalnet RBAC permissions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
Tom Pantelis and Stephen Kitt
6f632767b3
Reduce submariner-routeagent RBAC permissions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
Tom Pantelis and Stephen Kitt
ab6d482b9e
Reduce submariner-gateway RBAC permissions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
Tom Pantelis and Stephen Kitt
01a4312a89
Reduce submariner-operator RBAC permissions
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
Tom Pantelis and Stephen Kitt
ae72e4bb5d
Add Makefile.shipyard to .gitignore
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-05-06 17:46:32 +02:00
dependabot[bot] and Thomas Pantelis
a6f99ab9cc
Bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [azure/setup-helm](https://github.com/azure/setup-helm ).
Updates `actions/checkout` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...0ad4b8fadaa221de15dcec353f45205ec38ea70b )
Updates `azure/setup-helm` from 3.5 to 4
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](https://github.com/azure/setup-helm/compare/5119fcb9089d432beecbf79bb2c7915207344b78...fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: azure/setup-helm
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-01 07:59:15 -04:00
Automated Release and Submariner Bot
d1805991eb
Update Submariner dependencies to v0.18.0-m3
...
Signed-off-by: Automated Release <release@submariner.io >
v0.18.0-m3
2024-04-30 18:40:47 +03:00
dependabot[bot] and Thomas Pantelis
a3ed300574
Bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [actions/setup-python](https://github.com/actions/setup-python ).
Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633 )
Updates `actions/setup-python` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/0a5c61591373683505ea898e09a3ea4f39ef2b9c...82c7e631bb3cdc910f68e0081d67478d79c6982d )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-02 11:32:46 -04:00
Automated Release and Submariner Bot
c83ec2d623
Update Submariner dependencies to v0.18.0-m2
...
Signed-off-by: Automated Release <release@submariner.io >
v0.18.0-m2
2024-04-02 16:57:42 +03:00
Automated Release and Submariner Bot
2a5326a2c3
Update Submariner dependencies to v0.18.0-m1
...
Signed-off-by: Automated Release <release@submariner.io >
v0.18.0-m1
2024-03-11 17:12:51 +02:00
Tom Pantelis
fd1141e423
Add dependabot config for release-0.17
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-03-04 11:19:19 -05:00
dependabot[bot] and Thomas Pantelis
50528943fe
Bump the github-actions group with 1 update
...
Bumps the github-actions group with 1 update: [tim-actions/get-pr-commits](https://github.com/tim-actions/get-pr-commits ).
Updates `tim-actions/get-pr-commits` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/tim-actions/get-pr-commits/releases )
- [Commits](https://github.com/tim-actions/get-pr-commits/compare/3efc1387ead42029a0d488ab98f24b7452dc3cde...198af03565609bb4ed924d1260247b4881f09e7d )
---
updated-dependencies:
- dependency-name: tim-actions/get-pr-commits
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-04 10:56:05 -05:00
Daniel Farrell and Thomas Pantelis
e416a2d206
Add committers to Makefile
...
To allow more folks to help make releases.
Relates-to: submariner-io/submariner#2900
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2024-02-07 04:24:48 -05:00
Tom Pantelis
6914e5bfd5
Use K8s 1.29 as latest in E2E
...
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2024-02-06 12:07:18 -05:00
Stephen Kitt and Thomas Pantelis
7685e7ae06
Add vthapar as code owner
...
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-02-06 06:47:06 -05:00
dependabot[bot] and Thomas Pantelis
0bb5a6b8fd
Bump the github-actions group with 1 update
...
Bumps the github-actions group with 1 update: [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file ).
Updates `peter-evans/create-issue-from-file` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/peter-evans/create-issue-from-file/releases )
- [Commits](https://github.com/peter-evans/create-issue-from-file/compare/433e51abf769039ee20ba1293a088ca19d573b7f...24452a72d85239eacf1468b0f1982a9f3fec4c94 )
---
updated-dependencies:
- dependency-name: peter-evans/create-issue-from-file
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 07:58:46 -05:00
Automated Release and Submariner Bot
5709918844
Update Submariner dependencies to v0.18.0-m0
...
Signed-off-by: Automated Release <release@submariner.io >
v0.18.0-m0
2024-01-29 20:17:36 +02:00
Automated Release and Submariner Bot
11a94293d2
Update Submariner dependencies to v0.17.0-m3
...
Signed-off-by: Automated Release <release@submariner.io >
v0.17.0-m3
2024-01-03 18:14:58 +02:00
Tom Pantelis
2a0c7261bf
Group dependabot updates in a single PR
...
...per package-ecosystem.
Signed-off-by: Tom Pantelis <tompantelis@gmail.com >
2023-12-21 10:15:03 -05:00
dependabot[bot] and Thomas Pantelis
9c6bb7984c
Bump actions/setup-python from 4.7.1 to 5.0.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...0a5c61591373683505ea898e09a3ea4f39ef2b9c )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-21 09:38:01 -05:00
dependabot[bot] and Stephen Kitt
721c761b15
Bump actions/stale
...
Bumps [actions/stale](https://github.com/actions/stale ) from b69b346013879cedbf50c69f572cd85439a41936 to 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6.
- [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/b69b346013879cedbf50c69f572cd85439a41936...3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-21 14:31:15 +01:00
Stephen Kitt and Thomas Pantelis
fbd99b4784
Drop release-0.13 from dependabot config
...
It's obsolete.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2023-12-21 00:55:18 -05:00