-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into rlim/ephemeral-volume…
…-support
- Loading branch information
Showing
117 changed files
with
4,825 additions
and
2,342 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
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
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,22 +1,22 @@ | ||
{ | ||
"cli": "0.126.5", | ||
"api": "0.126.5", | ||
"shared": "0.126.5", | ||
"terraform/provider": "0.126.5", | ||
"cli": "0.127.3", | ||
"api": "0.127.3", | ||
"shared": "0.127.3", | ||
"terraform/provider": "0.127.3", | ||
"terraform/modules/happy-dns-ecs": "1.5.0", | ||
"terraform/modules/happy-env-ecs": "3.3.0", | ||
"terraform/modules/happy-env-eks": "4.12.2", | ||
"terraform/modules/happy-github-ci-role": "1.5.0", | ||
"terraform/modules/happy-route53": "1.3.0", | ||
"terraform/modules/happy-service-ecs": "2.1.0", | ||
"terraform/modules/happy-service-eks": "3.23.0", | ||
"terraform/modules/happy-service-eks": "3.25.0", | ||
"terraform/modules/happy-stack-ecs": "2.2.0", | ||
"terraform/modules/happy-stack-helm-eks": "0.1.0", | ||
"terraform/modules/happy-stack-eks": "4.28.0", | ||
"terraform/modules/happy-stack-eks": "4.30.0", | ||
"terraform/modules/happy-tfe-okta-app": "3.0.0", | ||
"terraform/modules/happy-tfe-user": "1.3.0", | ||
"terraform/modules/happy-ingress-eks": "2.11.0", | ||
"hvm": "0.126.5", | ||
"hvm": "0.127.3", | ||
"terraform/modules/happy-cloudfront": "1.1.0", | ||
"helm-charts/charts/stack": "0.3.1" | ||
} |
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 |
---|---|---|
|
@@ -287,6 +287,11 @@ happy update mystack | |
happy delete mystack | ||
``` | ||
|
||
### Integration Testing | ||
|
||
All release-please pull requests automatically trigger an Integration Test workflow, which has to complete successfully for Happy | ||
to be released. This workflow does not run automatically on feature pull requests. If you wish to run an integration test on a pull request, add a `happy:integration-test` label to it. | ||
|
||
### Contributing | ||
|
||
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]. | ||
|
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,7 +1,6 @@ | ||
linters: | ||
enable: | ||
- deadcode | ||
- depguard | ||
- errcheck | ||
- errorlint | ||
- forbidigo | ||
|
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.