-
Notifications
You must be signed in to change notification settings - Fork 0
Add release-based continuous delivery mode to service specs #140
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
Open
pablovilas
wants to merge
18
commits into
beta
Choose a base branch
from
feature/release-based-continuous-delivery
base: beta
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.
Conversation
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
Release 1.3.0
Release 1.3.1
Release 1.4.0
* [feature]: Added support for external DNS using dns endpoint * [feature]: waiting on balancer recognition for route * [chore]: rename dns type to 'external_dns' in mninus * [chore]: revert values.yaml * [chore]: get information from providers for gateways * [chore]: rework, we now apply the dns ednpoint only on scope creation * [chore]: rework, we now apply the dns ednpoint only on scope creation * [chore]: pr review * [feature] define a component name with maximum 63 characters based on namespace and application slug * feat: log improvements (#58) * [fixes][route53]: we create the record on both hosted zones * [feature] ignore not found errors when deleting k8s objects * [feature] set default memory to 128 MB * [feature] Add missing labels to k8s objects + Allow to delete extra gPRC ports (#68) * [feature] Add missing labels to k8s objects * [feature] add script to delete all objects related to a deployment_id * feat: add Pod Disruption Budget (PDB) support (#64) * feat: add Pod Disruption Budget (PDB) support - Add POD_DISRUPTION_BUDGET configuration to values.yaml - Integrate PDB settings into deployment build_context using jq - Create pdb.yaml.tpl template with standard annotations and labels - Support for configurable maxUnavailable (percentage or number) * [feature]: pod disruption budget build tpl * [feature]: private and public domains (#65) * [feature] add support for web sockets inbound traffic (#69) --------- Co-authored-by: Sebastian Nallar <sebastiansaidnallar@gmail.com> Co-authored-by: Sebastian Nallar <95891104+sebasnallar@users.noreply.github.com> Co-authored-by: Javi <javier.solis@nullplatform.io>
Release 1.5.0
Release 1.5.1
This reverts commit dde9e65.
Release 1.10.0
chore: update changelog (#135)
- Add mode field (branch/release) to continuous_delivery schema - Add releases field for semver regex pattern matching - Update UI schema with conditional display rules for mode/branches/releases - Updated specs: k8s, azure, azure-aro, scheduled_task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
modefield (branch/release) tocontinuous_deliveryschema in service specsreleasesfield for semver regex pattern matching for release-based deploymentsChanges
This PR adds support for release-based continuous delivery alongside the existing branch-based CD: