-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename project to Kargo Render (#185)
Signed-off-by: Kent <[email protected]>
- Loading branch information
Showing
52 changed files
with
337 additions
and
331 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
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,3 +1,3 @@ | ||
# Code of conduct | ||
|
||
See https://bookkeeper.akuity.io/contributor-guide/code-of-conduct/ | ||
See https://kargo-render.akuity.io/contributor-guide/code-of-conduct/ |
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,3 +1,3 @@ | ||
# Bookkeeper contributor guide | ||
# Kargo Render contributor guide | ||
|
||
See https://bookkeeper.akuity.io/contributor-guide/ | ||
See https://kargo-render.akuity.io/contributor-guide/ |
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 |
---|---|---|
@@ -1,46 +1,46 @@ | ||
# Bookkeeper -- Environment Branches Utility | ||
# Kargo Render -- Rendered Branches Utility | ||
|
||
![CI](https://github.com/akuity/bookkeeper/actions/workflows/ci.yaml/badge.svg) | ||
[![codecov](https://codecov.io/gh/akuity/bookkeeper/branch/main/graph/badge.svg?token=MRKMA584M9)](https://codecov.io/gh/akuity/bookkeeper) | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/f5d7d99b-ca3a-4477-a10b-67fb7a8328a9/deploy-status)](https://app.netlify.com/sites/docs-bookkeeper-akuity-io/deploys) | ||
![CI](https://github.com/akuity/kargo-render/actions/workflows/ci.yaml/badge.svg) | ||
[![codecov](https://codecov.io/gh/akuity/kargo-render/branch/main/graph/badge.svg?token=MRKMA584M9)](https://codecov.io/gh/akuity/kargo-render) | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/f5d7d99b-ca3a-4477-a10b-67fb7a8328a9/deploy-status)](https://app.netlify.com/sites/docs-kargo-render-akuity-io/deploys) | ||
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) | ||
|
||
<img width="80" align="left" src="logo.png" style="right-margin: 20px"/> | ||
|
||
Placeholder | ||
|
||
🟡 Bookkeeper is highly experimental at this time and breaking | ||
🟡 Kargo Render is highly experimental at this time and breaking | ||
changes should be anticipated between pre-GA minor releases. | ||
|
||
<br clear="left"/> | ||
|
||
## Getting Started | ||
|
||
Read more about Bookkeeper in our [docs](https://bookkeeper.akuity.io). | ||
Read more about Kargo Render in our [docs](https://kargo-render.akuity.io). | ||
|
||
This documentation is very new, so please open issues against this repository if | ||
you encounter any difficulties with it. | ||
|
||
## Roadmap | ||
|
||
Visit our [Roadmap](https://bookkeeper.akuity.io/roadmap) for frequently updated | ||
details about what we've accomplished so far and what we're currently working | ||
on. | ||
Visit our [Roadmap](https://kargo-render.akuity.io/roadmap) for frequently | ||
updated details about what we've accomplished so far and what we're currently | ||
working on. | ||
|
||
## Contributing | ||
|
||
The Bookkeeper project accepts contributions via GitHub pull requests. | ||
The Kargo Render project accepts contributions via GitHub pull requests. | ||
|
||
Visit our | ||
[Bookkeeper Contributor Guide](https://bookkeeper.akuity.io/contributor-guide/) | ||
[Kargo Render Contributor Guide](https://kargo-render.akuity.io/contributor-guide/) | ||
for more info on how to get started quickly and easily. | ||
|
||
## Support & Feedback | ||
|
||
To report an issue, request a feature, or ask a question, please open an issue | ||
[here](https://github.com/akuity/bookkeeper/issues). | ||
[here](https://github.com/akuity/kargo-render/issues). | ||
|
||
## Code of Conduct | ||
|
||
Participation in the Bookkeeper project is governed by the | ||
[Contributor Covenant Code of Conduct](https://bookkeeper.akuity.io/contributor-guide/code-of-conduct/). | ||
Participation in the Kargo Render project is governed by the | ||
[Contributor Covenant Code of Conduct](https://kargo-render.akuity.io/contributor-guide/code-of-conduct/). |
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,17 +1,17 @@ | ||
name: akuity-bookkeeper | ||
name: kargo-render | ||
description: Publish rendered manifests to an environment branch | ||
inputs: | ||
personalAccessToken: | ||
description: A personal access token that allows Bookkeeper to write to your repository | ||
description: A personal access token that allows Kargo Render to write to your repository | ||
required: true | ||
targetBranch: | ||
description: The environment branch for which you want to render manifests | ||
required: true | ||
allowEmpty: | ||
description: Whether to allow rendered manifests to be empty. If false this is disallowed as a safeguard against scenarios where a bug of any kind might otherwise cause Bookkeeper to wipe out the contents of the target branch in error. | ||
description: Whether to allow rendered manifests to be empty. If false this is disallowed as a safeguard against scenarios where a bug of any kind might otherwise cause Kargo Render to wipe out the contents of the target branch in error. | ||
required: false | ||
default: 'false' | ||
runs: | ||
using: docker | ||
image: docker://ghcr.io/akuity/bookkeeper:v0.1.0-rc.24 | ||
entrypoint: bookkeeper-action | ||
image: docker://ghcr.io/akuity/kargo-render:v0.1.0-rc.25 | ||
entrypoint: kargo-render-action |
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
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,5 @@ | ||
package action | ||
|
||
import libLog "github.com/akuity/bookkeeper/internal/log" | ||
import libLog "github.com/akuity/kargo-render/internal/log" | ||
|
||
var logger = libLog.LoggerOrDie() |
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
Oops, something went wrong.