forked from spring-attic/spring-cloud-dataflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Update k8s deployment files #7
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
github-actions
wants to merge
192
commits into
2.11.x
Choose a base branch
from
github-actions/update-deployment-files
base: 2.11.x
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.
Open
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
spring-attic#5697) Updated docker/login-action to v3
… queries when customer has large number of job executions in history. They experienced queries exceeding 180s. Fixes spring-attic#5695
Resolve "cannot get connection" in SimpleJobServicePostgresTests, SimpleJobServiceMariadbTests.
a3a7bd8 to
f7b706f
Compare
Bump Spring Framework version to 5.3.32
…ommon.security.CommonSecurityAutoConfiguration` that IDE incorrectly identified as not being an AutoConfiguration class. (spring-attic#5729)
Improve method names as same it used for separate and shared configurations. Change to same Oracle as other integration tests.
Remove unnecessary spring-framework-bom section in spring-cloud-dataflow-build-dependencies/pom.xml
[skip ci]
[skip ci]
[skip ci]
[skip ci]
* Bump version of aws-java-sdk-ecr to 1.12.676 Fixes spring-attic#5732 * Remove TestContainers cloud from CI-PR since pull-request jobs don't have access to secrets.
This commit removes any CI triggers on the `2.11.x` branch in favor of `main` branch. Also, the references to spring-cloud-deployer are now using the `main` rather than the `2.9.x` branch.
…5871) Use root provided to determine type of conversion to use. * Added tests when root is specified * Added tests for builder Remove PackagMetadataBuilder, it is not needed Update default constructors to use the safe constructor.
…ases are created. (spring-attic#5878) Fixes spring-attic#5876
spring-attic#5857) * CTR needs to support boot property styles for the tablePrefix property * Add RelaxedNames support for identifying prefixes for Task Explorer schemas Also resolved a bug where if a user specified the prefix on CTR for the apps instead of the apps themselves those props would be ignored
e73be7d to
b9a6687
Compare
…y running DB2 and Oracle specific tests in separate parallel jobs. (spring-attic#5891)
50dbd65 to
092c842
Compare
…ng-cloud-deployer#465 [skip ci] Update paragraph for multiple Init Containers. Fix mariadb mount to be /var/lib/mysql (spring-attic#5875) Fixes spring-attic#5877 Add spaces after columns for clarity. This is done during merge
092c842 to
b5ffda7
Compare
* [Ci] Remove actions that don't add value. Ensure documentation tests are executed. * [Ci] Documentation generation now only use `docs` profile.
Currently it uses the version.taskdefinition property. Add Test to check if user can set app version on schedule Add documentation on how to set version for tasks This includes both Scheduling and Task Launch Update code based on code review comments
1e81f50 to
25fecd3
Compare
* Improve Carvel Deployment Support. * Allow kapp-controller to select default service account. * Provide for specifying allocateLoadBalancerNodePorts and loadBalancerClass on skipper and dataflow server services.
25fecd3 to
f621ea7
Compare
f621ea7 to
20a935e
Compare
20a935e to
6c21555
Compare
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.
Detected a change with
mvn process-resources -P deploymentfiles.This PR were created to align k8s deployment file changes.