-
Notifications
You must be signed in to change notification settings - Fork 13
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
Clean up agent install #724
Merged
Merged
Conversation
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
github-actions bot
pushed a commit
that referenced
this pull request
Sep 30, 2022
## [1.26.1-rc.2](v1.26.1-rc.1...v1.26.1-rc.2) (2022-09-30) ### Bug Fixes * **platform:** Clean up agent install ([#724](#724)) ([ec59cf9](ec59cf9))
github-actions bot
pushed a commit
that referenced
this pull request
Oct 12, 2022
# [1.27.0-arc-ci-prompt.1](v1.26.0...v1.27.0-arc-ci-prompt.1) (2022-10-12) ### Bug Fixes * **dev:list:** fixing spelling ([#723](#723)) ([7b37daa](7b37daa)) * **dev:** support home directory for volume host_path ([e13e5e1](e13e5e1)) * **platform:** Clean up agent install ([#724](#724)) ([ec59cf9](ec59cf9)) * **register:** Ask user for account if they do not have access to the one specified in the architect.yml file ([9a6e413](9a6e413)) * **spec:** Add validation for replicas/scaling ([#726](#726)) ([6d42c48](6d42c48)) ### Features * **deploy:** Add runtime type validation for k8s deployment ([#730](#730)) ([5ace7d8](5ace7d8)) * **ingress:** Throw an error if using an unsupported protocol with ingresses. ([1255186](1255186))
github-actions bot
pushed a commit
that referenced
this pull request
Oct 13, 2022
# [1.27.0-arc-muesch.1](v1.26.0...v1.27.0-arc-muesch.1) (2022-10-13) ### Bug Fixes * **dev:list:** fixing spelling ([#723](#723)) ([7b37daa](7b37daa)) * **dev:** support home directory for volume host_path ([e13e5e1](e13e5e1)) * **platform:** Clean up agent install ([#724](#724)) ([ec59cf9](ec59cf9)) * **register:** Ask user for account if they do not have access to the one specified in the architect.yml file ([9a6e413](9a6e413)) * **spec:** Add validation for replicas/scaling ([#726](#726)) ([6d42c48](6d42c48)) ### Features * **deploy:** Add runtime type validation for k8s deployment ([#730](#730)) ([5ace7d8](5ace7d8)) * **ingress:** Throw an error if using an unsupported protocol with ingresses. ([1255186](1255186)) * **register:** Support remote volumes ([f05fd50](f05fd50))
github-actions bot
pushed a commit
that referenced
this pull request
Oct 24, 2022
# [1.27.0](v1.26.0...v1.27.0) (2022-10-24) ### Bug Fixes * **deploy:** Tmp remove protocol validation ([1217783](1217783)) * **dev:list:** fixing spelling ([#723](#723)) ([7b37daa](7b37daa)) * **dev:** support home directory for volume host_path ([e13e5e1](e13e5e1)) * **env:create:** Env create platform flag ([#739](#739)) ([3b7105c](3b7105c)) * **platform:** Clean up agent install ([#724](#724)) ([ec59cf9](ec59cf9)) * **register:** Ask user for account if they do not have access to the one specified in the architect.yml file ([9a6e413](9a6e413)) * **spec:** add deploy block to serviceconfig ([491850d](491850d)) * **spec:** Add validation for replicas/scaling ([#726](#726)) ([6d42c48](6d42c48)) ### Features * **cli:** Deprecated flags/commands ([#737](#737)) ([4961854](4961854)) * **cli:** platforms -> clusters ([#732](#732)) ([ae05772](ae05772)) * **deploy:** Add runtime type validation for k8s deployment ([#730](#730)) ([5ace7d8](5ace7d8)) * **ingress:** Throw an error if using an unsupported protocol with ingresses. ([1255186](1255186)) * **secrets:** Add platform secret functionality ([5f63d23](5f63d23))
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Overview
Just clean up some of the code for agent creation. This also fixes a bug where the crb was not being generated on the M1.
Tests
Tested on M1, WSL2 and DO.
All tests still pass.