Skip to content

Ubuntu 20.04 & CodeDeploy agent version 1.1.1 #257

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

Closed
paulthorburn opened this issue Jul 16, 2020 · 2 comments
Closed

Ubuntu 20.04 & CodeDeploy agent version 1.1.1 #257

paulthorburn opened this issue Jul 16, 2020 · 2 comments

Comments

@paulthorburn
Copy link

I have been waiting for the agent that supports Ubuntu 20 and just saw that the latest release added support so went to deploy it and I have run into 2 issues.

  1. The installation script https://aws-codedeploy-us-west-2.s3.us-west-2.amazonaws.com/latest/install does not work on Ubuntu 20.04 so I had to manually build it
  2. When i run the agent my console is being spammed every few seconds with the following message 'Version 2 of the Ruby SDK will enter maintenance mode as of November 20, 2020. To continue receiving service updates and new features, please upgrade to Version 3. More information can be found here: https://aws.amazon.com/blogs/developer/deprecation-schedule-for-aws-sdk-for-ruby-v2/'

Is there a way to suppress the warning?

@Helen1987
Copy link
Contributor

  1. @paulthorburn we had to rollback version 1.1.1, so it is not available via install script installation. We are planning to release version 1.1.2 (that support Ubuntu 20) as soon as we can.
  2. Could you clarify why do you need to disable warning? What issue do you face because of it?

@brndnblck
Copy link
Contributor

The warning message you're seeing is begin generated by your version of Ruby, not the CodeDeploy agent. You can either upgrade to a newer version of Ruby that the agent supports (up to 2.7) or lower the log level and run without warnings in your Ruby runtime.

For the install script issue, I'm going to track this under #264 since v1.1.1 of the CodeDeploy agent is actually deprecated.

@aws aws locked as resolved and limited conversation to collaborators Aug 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants