-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into schristoff_defaultingparams
- Loading branch information
Showing
7 changed files
with
61 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: "Porter Operator v1.0.0 is here!" | ||
description: "Announcing the Porter Operator's v1.0.0 release" | ||
date: "2023-09-28" | ||
authorname: "Sarah Christoff" | ||
author: "@schristoff" | ||
tags: ["operator", "v1"] | ||
--- | ||
|
||
Porter Operator v1.0.0 is finally here! 🎉 | ||
|
||
## What is the Porter Operator? | ||
|
||
The Porter Operator gives you a native, integrated experience for managing your bundles from Kubernetes. It is the recommended way to automate your bundle pipeline with support for GitOps. | ||
|
||
## What's new in v1? | ||
|
||
|
||
### Outputs | ||
🚨 Outputs is currently WIP, we will be following up shortly with the | ||
ability for outputs to work after an installation upgrade. | ||
|
||
|
||
Our biggest feature by far is the Outputs API. Being able to share outputs between bundles, | ||
services, and allow users to retrieve outputs from bundles is a must have. By creating the | ||
`installation.outputs` CRD we are now able to expose those outputs. We leverage the work done | ||
in Porter to turn a gRPC server which enables for these outputs to be shared for a variety of | ||
use cases. | ||
|
||
### Delete all the things! | ||
|
||
There were a myriad of issues we were running into when trying to delete resources. One of these issues being that a finalizer would block the deletion of a namespace. By updating one of our reconcilers to check that a deletion timestamp was set, the deletion of namespaces which have operator resources is now able to occur. | ||
|
||
The `TTLSecondsAfterFinished` agent configuration option is out, which allows users to set the time limit of a job that has finished its execution. This defaults to 600 seconds, but in the long term should allow for easier debugging. | ||
|
||
### Checkout the Operator Demo | ||
If you'd like to take the Operator for a spin please go through out [Quickstart here](https://porter.sh/docs/operator/quickstart/). However, if you're looking for something with more fun tools included, [Brian DeGeeter](https://github.com/bdegeeter) has this amazing [porter-argo-demo](https://github.com/bdegeeter/porter-argo-demo). | ||
|
||
|
||
## Recognizing our key contributors | ||
None of this would have been possible without the following: | ||
|
||
[Carolyn Van Slyck](https://github.com/carolynvs) | ||
|
||
[Yingrong Zhao](https://github.com/VinozzZ) | ||
|
||
[Brian DeGetter](https://github.com/bdegeeter) | ||
|
||
[Steven Gettys](https://github.com/sgettys) | ||
|
||
[Troy Connor](https://github.com/troy0820) | ||
|
||
|
||
|
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,2 +1,2 @@ | ||
github.com/imfing/hextra v0.2.5 h1:lOuQAHxkehJ3PQsDMe+BHnh4Ig4pyZbjhqnUUuBsrE8= | ||
github.com/imfing/hextra v0.2.5/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= | ||
github.com/imfing/hextra v0.4.0 h1:IwPL9eRAn2ukdhgaJHe5fPm1L/U0c5i5JkyPkyOZ9Qk= | ||
github.com/imfing/hextra v0.4.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= |
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