-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from Skarlso/add-gitlab-source
feat: add gitlab as a source type
- Loading branch information
Showing
10 changed files
with
435 additions
and
71 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,14 @@ | ||
apiVersion: delivery.crd-bootstrap/v1alpha1 | ||
kind: Bootstrap | ||
metadata: | ||
name: bootstrap-sample | ||
namespace: crd-bootstrap-system | ||
spec: | ||
interval: 10s | ||
source: | ||
gitlab: | ||
owner: Skarlso | ||
repo: gitlab-test-1 | ||
manifest: manifest.yaml # defined as an Other type link asset | ||
version: | ||
semver: v0.0.2 |
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,9 @@ | ||
# Release v0.6.0 | ||
|
||
| :boom: WARNING | | ||
|------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| This release is not backwards compatible! It broke how `GitHub` sources are defined. Instead of `gitHub` it is now `github`. Note the uppercase `h`. | | ||
|
||
This release adds `GitLab` as a possible source. | ||
|
||
For more information, check out pr [#62](https://github.com/Skarlso/crd-bootstrap/pull/62). |
Oops, something went wrong.