-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Properties renaming #513
Comments
contact_points |
Also in |
better sooner rather than later. |
What about |
most of the users get confused only on dns and target url. i would prioritize those. |
Yeah hence why I suggest |
not sure. good to have other point of view. @ahmadnassri @Tieske @thefosk |
+1 for All of this changes will delay 0.5.0 - but as @thibaultcha we have to do them sooner or later, so let's do them now.
Massive changes indeed. |
So far all those updated have been done in the code and documented in CHANGELOG.md and UPDATE.md in #518. The update instructions allow users to migrate and update to 0.5.0 without downtime. Developers (@thefosk @Tieske) will have to run a few commands as describe in the PR. Reviews and testing is highly appreciated, especially the migration script but also the state of Kong once migrated. A typical use case would be:
The only work left is udpating the website now (and drop the support for the old rate-limiting schema @thefosk). |
0.5.0 was decided to introduce many breaking changes because we want to correct a few mistakes made along the way. So far, it will introduce those breaking changes:
The database migration is taken care of by the migration script written for the occasion, but the configuration file changes will need to be done manually by users. Everything is explained in UPDATE.yml.
First, it would really help if all those (code, script and documentation) were reviewed since this will be a very important steps for users. @thefosk @Tieske @ahmadnassri
The question now is that we had decided on more things to rename, should we do it now or not?
hosts
property in the configuration file tocontact_points
, as generally used for Cassandra clusters.public_dns
toinbound_dns
.path
toinbound_path
.strip_path
tostrip_inboud_path
.target_url
property toupstream_url
oroutbound_url
.plugins_configurations
(the table and name of the entity itself (in docs etc) toplugins
(even those they are indeed configurations of the said plugins.Please consider each of them individually, and wether or not it is worth renaming it. Some are easy, some will require heavy work on the migration script. The thing is now is a really good time to proceed to those changes to avoid having other painful updates for users in the future.
@thefosk @Tieske @ahmadnassri
The text was updated successfully, but these errors were encountered: