Skip to content
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

649 liveness probe port path #896

Merged
merged 5 commits into from
Apr 25, 2023
Merged

649 liveness probe port path #896

merged 5 commits into from
Apr 25, 2023

Conversation

mtgoncalves1
Copy link
Contributor

@mtgoncalves1 mtgoncalves1 commented Apr 20, 2023

Overview

Warn the user if the component they register or deploy uses liveness_probe path and port. I set the removal date to be October of 2023 but do let me know when is the best time. Also, we need to merge the docs first.

Tests

Add to the hello-world service:

    liveness_probe:
      port: 3000
      path: /

Then run

  • $ architect-local register

Screenshot 2023-04-18 at 9 59 24 PM

  • $ architect-dev register
  • $ architect-deploy hello-world

Screenshot 2023-04-19 at 10 18 32 PM

Docs

architect-team/documentation#36

@mtgoncalves1 mtgoncalves1 self-assigned this Apr 20, 2023
@zach-j-dev zach-j-dev requested review from zach-j-dev and removed request for zach-j-dev April 20, 2023 15:26
Copy link
Contributor

@TylerAldrich TylerAldrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code and tests all look good to me - only question is about the date we want to say we'll remove support for path and port by, just want to make sure that's accurate

src/commands/deploy.ts Outdated Show resolved Hide resolved
@TylerAldrich TylerAldrich merged commit 9e2104c into rc Apr 25, 2023
@TylerAldrich TylerAldrich deleted the 649-liveness_probe_port_path branch April 25, 2023 15:40
github-actions bot pushed a commit that referenced this pull request Apr 25, 2023
# [1.39.0-rc.6](v1.39.0-rc.5...v1.39.0-rc.6) (2023-04-25)

### Features

* **spec:** deprecate liveness_probe port and path keys ([#896](#896)) ([9e2104c](9e2104c))
TylerAldrich added a commit that referenced this pull request Apr 26, 2023
github-actions bot pushed a commit that referenced this pull request Apr 26, 2023
# [1.39.0](v1.38.0...v1.39.0) (2023-04-26)

### Bug Fixes

* **dev:** Require dev port selected is 80, 443, or between 1024-65535  ([#895](#895)) ([c35a27b](c35a27b))
* **error:** Provide better error messages when you have conflicting subdomains ([3d8b2e1](3d8b2e1))
* **exec:** Catch error when trying to hit accounts endpoint and fallback to allowing user to select a local env ([#897](#897)) ([8cd0732](8cd0732))
* **revert:** Revert deprecation warnings for liveness_probe keys ([cc7653d](cc7653d))
* **spec:** Add safe float type to avoid precision loss on yaml.load ([#894](#894)) ([e14e0cd](e14e0cd))

### Features

* **dev:** Automatic cache cleanup ([#857](#857)) ([8b46457](8b46457))
* **init:** Handle Docker Compose environment variable interpolation formats ([#881](#881)) ([6c30882](6c30882))
* **spec:** deprecate liveness_probe port and path keys ([#896](#896)) ([9e2104c](9e2104c))
@github-actions
Copy link

🎉 This PR is included in version 1.39.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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants