-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1b7953
commit 57198c0
Showing
5 changed files
with
70 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }} | ||
apiVersion: jenkins.io/v1 | ||
kind: Release | ||
metadata: | ||
creationTimestamp: "2021-04-08T14:40:17Z" | ||
deletionTimestamp: null | ||
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' | ||
spec: | ||
commits: | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
chore: fix failing tests | ||
sha: a6036ab628c1af64cff52d92a27222e453d19323 | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
fix: lets force the fetch | ||
in case a user force pushes to a tag | ||
sha: fafb2699edc276c14e4df5d1c7627a7aa2f5e283 | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
chore: regen docs | ||
sha: 8715e55ecf4860f118a22db6b9772aaf834774d3 | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
fix: add regex to exclude changes from triggering release | ||
sha: 5ef519a222763ae78a7d0f0d3de2751330cc7787 | ||
gitHttpUrl: https://github.com/jenkins-x/lighthouse | ||
gitOwner: jenkins-x | ||
gitRepository: lighthouse | ||
name: '{{ .Chart.Name }}' | ||
releaseNotesURL: https://github.com/jenkins-x/lighthouse/releases/tag/v1.0.21 | ||
version: 1.0.21 | ||
status: {} | ||
|
||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters