-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/spoke local portfolios (#68)
- Added spoke-local-portfolios to manifest and accompanying code - Exit status now corresponds to luigi results - Added timeoutInSeconds to manifest for launches Issues: #58, #59 and #72
- Loading branch information
1 parent
1e9a529
commit c378875
Showing
38 changed files
with
3,123 additions
and
1,722 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# This is a list of noteworthy changes made to the project | ||
|
||
|
||
# 2019-06-12 - 0.1.14 | ||
- Added spoke-local-portfolios to manifest and accompanying code | ||
- Exit status now corresponds to luigi results | ||
- Added timeoutInSeconds to manifest for launches | ||
|
||
|
||
# 2019-06-03 - 0.1.0 | ||
- Replaced the deployment engine custom implementation with [Luigu](https://luigi.readthedocs.io). | ||
- Replaced the deployment engine custom implementation with [Luigu](https://luigi.readthedocs.io). |
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,5 @@ | ||
cli | ||
=== | ||
|
||
.. automodule:: servicecatalog_puppet.cli_commands | ||
:members: |
Oops, something went wrong.