Ian Zink
9d3d17aa30
Add missing with clause to release gh action
...
Signed-off-by: Ian Zink <zforce@gmail.com>
1 year ago
Ian Zink
21ea847ff2
Fix missing run statement on release action
...
Signed-off-by: Ian Zink <zforce@gmail.com>
1 year ago
Ian Zink
0619d088ef
Write latest version to get.helm.sh bucket
...
The purpose of this change is leverage this output
for the get-helm script.
It will provide the following benefits:
- Use true semver so a future release of a patch version
so a future release of a patch version does not cause
an unexpected minor/major version downgrade
- Avoid reliance on the github api which has rate limiting.
This will also increase availability by reducing the
number of systems the get-helm script depends on.
- Simplify the script so parsing json is not necessary
- Increase uptime by only requiring the Azure CDN to be
available
Signed-off-by: Ian Zink <zforce@gmail.com>
1 year ago
dependabot[bot]
4283b2cb3d
chore(deps): bump actions/checkout from 3.5.3 to 3.6.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](c85c95e3d7...f43a0e5ff2
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
c3a4122dc6
chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](fac708d667...93397bea11
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
f9e5db39c9
chore(deps): bump actions/checkout from 3.2.0 to 3.5.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](755da8c3cf...c85c95e3d7
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
6e2bddde6a
chore(deps): bump actions/setup-go from 3.5.0 to 4.0.1
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3.5.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](6edd4406fa...fac708d667
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Matt Farina
50c22ed7f9
Bump the Go version
...
Needed to gofmt source to meet changes in style
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
1f263857a0
Add testing to default and release branches
...
Also added a note to the circleci config
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Andrew Block
2f1dffa3e7
Updates based on feedback
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
07821c8037
Removed remaining CircleCI artifacts
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Scott Rigby
b69646482a
Remove job dependency. Should have done when I moved job to new file
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c8efe2086d
Remove check to run only in helm org
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c5dda0995b
Add why comments
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
131f6f39bb
Convert remaining CircleCI config to GitHub Actions
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
6ba17f1762
CircleCI Migration
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago