dependabot[bot] and Thomas Pantelis
ba77cf11c4
Bump actions/checkout from 3.3.0 to 3.5.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.3.0 to 3.5.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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...8f4b7f84864484a7bf31766abe9204da3cbe65b3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 09:56:53 -04:00
dependabot[bot] and Stephen Kitt
496c087724
Bump actions/checkout from 3.2.0 to 3.3.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.3.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/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 17:39:38 +01:00
dependabot[bot] and Stephen Kitt
0280e8aaf4
Bump actions/checkout from 3.1.0 to 3.2.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 3.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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 10:50:31 +01:00
dependabot[bot] and Thomas Pantelis
d3afcbf5b3
Bump actions/checkout from 3.0.2 to 3.1.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.0.2 to 3.1.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/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-14 09:21:43 -04:00
Automated Release
dc3f31ab88
Update base image to use stable branch 'release-0.13'
...
Signed-off-by: Automated Release <release@submariner.io >
2022-06-20 08:28:01 +00:00
dependabot[bot] and Daniel Farrell
46997af20e
Bump actions/checkout from 2.3.4 to 3.0.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 3.0.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/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f...2541b1294d2704b0964813337f33b291d3f8596b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 14:01:21 -04:00
Daniel Farrell and Thomas Pantelis
eea398da4e
Use SHAs for GHA versions
...
Per GitHub's security guidelines, GHAs should be pinned using full
length commit SHAs instead of tags.
The SHAs are of the commits currently resolved by the versions.
Even "trusted" GHAs from GitHub developers are pinned because it's
possible their repo rights could be compromised and a malicious GHA
published. These core repos are not frequently substantially updated.
Submariner-internal GHAs are left pinned at devel because we want
automatic updates from Shipyard's shared tooling.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2021-08-24 08:18:22 -04:00
Mike Kolesnik and Thomas Pantelis
6f94f29563
Don't run certain GHA jobs on forks
...
Don't run jobs that aren't triggered on pull request on forks.
Forks aren't likely to need these jobs, and theyre more likely to fail
there.
Signed-off-by: Mike Kolesnik <mkolesni@redhat.com >
2021-05-12 07:35:11 -04:00
Stephen Kitt and Thomas Pantelis
af9332cb53
Track the devel branch for release
...
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2021-02-05 08:23:55 -05:00
Stephen Kitt and Thomas Pantelis
03e931d203
Release charts manually
...
This replicates the process used in the old Travis configuration to
publish updated charts.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-16 09:56:28 -05:00
Stephen Kitt and Thomas Pantelis
34cd37c4c0
Check out the full history for chart-releaser
...
chart-releaser looks at the project history to determine whether a
chart changed, we mustn't limit the fetch depth.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-12 14:03:55 -05:00
Stephen Kitt and Thomas Pantelis
aa2cd102f1
Fix the chart-releaser-action version
...
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-12 07:26:28 -05:00
Daniel Farrell and Thomas Pantelis
7ead45df85
Release Helm charts via helm/chart-releaser GHA
...
Use the official Helm chart releasing GitHub Action instead of our
custom bash.
Travis CI can be removed after this commit, as all tests will have
equivalents for GHAs.
Closes : #71
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2020-11-10 12:33:30 -05:00