-
Notifications
You must be signed in to change notification settings - Fork 4
Rebrand #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
cigamit
wants to merge
7
commits into
devel
Choose a base branch
from
rebrand
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Rebrand #17
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4b2394c
A quick pass at rebranding without modifying the CRD
cigamit dbb061f
A quick pass at rebranding without modifying the CRD
cigamit 9183eae
Fix capitalization
cigamit 6565109
A few more changes
cigamit f9a9adc
A few more changes
cigamit 578ce8a
Lets update the election leader
cigamit 5c265b7
A few other minor fixes
cigamit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,50 +1,10 @@ | ||
| # Changelog | ||
|
|
||
| This is a list of high-level changes for each release of `awx-operator`. A full list of commits can be found at `https://github.com/ansible/awx-operator/releases/tag/<version>`. | ||
| This is a list of high-level changes for each release of `ascender-operator`. A full list of commits can be found at `https://github.com/ctrliq/ascender-operator/releases/tag/<version>`. | ||
|
|
||
| # 0.19.0 (Mar 23, 2022) | ||
|
|
||
| - Fix corrupted spec for the service with nodeport type (kurokobo) - dbaf64e | ||
| - Add ability to deploy with OLM & added logo (Christian Adams) - 86c31a4 | ||
| - Fix backup & restore issues with special characters in the postgres password (kurokobo) - 589a375 | ||
| - Use centos:stream8 container where applicable (Shane McDonald)- 12a58d7 | ||
|
cigamit marked this conversation as resolved.
|
||
|
|
||
| # 0.14.0 (Oct 03, 2021) | ||
|
|
||
| - Starting with awx-operator 0.14.0, the project is now based on operator-sdk 1.x. | ||
| - To avoid a headache, you probably want to delete your existing operator Deployment and follow the README. | ||
| - Starting with awx-operator 0.14.0, AWX can only be deployed in the namespace that the operator exists in. See [upgrade docs](./README.md#upgrading) for necessary cleanup actions. (Christian Adams) - 58c3ebf (breaking change) | ||
|
|
||
| # 0.10.0 (Jun 1, 2021) | ||
|
|
||
| - Make tower_ingress_type to respect ClusterIP definition (Marcelo Moreira de Mello) - e37c091 (breaking_change) | ||
| - Add ability to get/create/delete secrets for the awx service account (Christian M. Adams) - 61b3cb4 | ||
| - Added ability to specify annotations to ServiceAccount (Marcelo Moreira de Mello) - 446ac0b | ||
| - Do not shadow other variables (Yanis Guenane) - 223fe98 | ||
| - Do not prepend variables name with tower_ (Yanis Guenane) - 75458d0 (breaking_change) | ||
| - Fully remove finalizer (Christian M. Adams) - fd92050 | ||
| - Use custom pg_dump format for faster restores (Christian M. Adams) - f16d9ac | ||
| - Allow user to specify empty string for storage class on PVC (Christian M. Adams) - 818b837 | ||
| - Unset ownerRefs in the installer instead of the finalizer (Christian M. Adams) - c12a1f0 | ||
| - Make awx-operator compatible with Ansible 2.12 (Alan Rominger) - 5216489 | ||
| - Restore: set proper kind var after deploying AWX CR (Julen Landa Alustiza) - fc4687f | ||
| - Add support for custom service labels (Jeremy Kimber) - fd42802 | ||
| - Rename product specific variable names (Christian M. Adams) - 5ae3636 (breaking_change) | ||
| - Add watcher for backup CR (Christian M. Adams) - fdcc745 | ||
|
|
||
| # 0.9.0 (May 1, 2021) | ||
|
|
||
| - Update playbook to allow for deploying custom image version/tag (Shane McDonald) - 77e7039 | ||
| - Mounts /var/lib/awx/projects on awx-web container (Marcelo Moreira de Mello) - f21ec4d | ||
| - Extra Settings: Allow one to pass extra API configuration settings. (Yanis Guenane) - 1d14ebc | ||
| - PostgreSQL: Properly handle variable name difference when using Red Hat containers (Yanis Guenane) - 2965a90 | ||
| - Deployment type: Make more fields dynamic based on that field (Yanis Guenane) - 4706aa9 | ||
| - Add templated EE volume mount var to operator config (Christian M. Adams) - e55d83f | ||
| - Add NodePort to tower_ingress_type enum (TheStally) - 96b878f | ||
| - Split container image and version in 2 variables (Marcelo Moreira de Mello) - bc34758 (breaking_change) | ||
| - Handles deleting and recreating statefulset and deployment when needed (Marcelo Moreira de Mello) - 597356f | ||
| - Add tower_ingress_type NodePort (stal) - 1b87616 | ||
| - expose settings to use custom volumes and volume mounts (Gabe Muniz) - 8d65b84 | ||
| - Inherit imagePullPolicy to redis container (Marcelo Moreira de Mello) - 83a85d1 | ||
| - Add nodeSelector and tolerations for Postgres pod (Ernesto Pérez) - 151ff11 | ||
| - Added support to override pg_sslmode (Marcelo Moreira de Mello) - 298d39c | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.