-
Notifications
You must be signed in to change notification settings - Fork 462
Adding package changelogs #675
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
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
f95f714
to
ec5cea2
Compare
packages/mysql/changelog.yml
Outdated
changes: | ||
- description: initial release | ||
type: enhancement # can be one of: enhancement, bugfix, breaking-change | ||
link: TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mtojek, any chance you could help me track down the initial PR that introduced the mysql
package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the package-registry: https://github.com/elastic/package-registry/pulls?q=is%3Apr+is%3Aclosed+MySQL+integration
(manual prepare: elastic/package-registry#323)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring in favor of #675 (comment).
packages/nginx/changelog.yml
Outdated
changes: | ||
- description: initial release | ||
type: enhancement # can be one of: enhancement, bugfix, breaking-change | ||
link: TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mtojek, any chance you could help me track down the initial PR that introduced the nginx
package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the package-registry: https://github.com/elastic/package-registry/pulls?q=is%3Apr+is%3Aclosed+nginx+integration+
I would vote for: elastic/package-registry#346
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring in favor of #675 (comment).
packages/redis/changelog.yml
Outdated
changes: | ||
- description: initial release | ||
type: enhancement # can be one of: enhancement, bugfix, breaking-change | ||
link: TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mtojek, any chance you could help me track down the initial PR that introduced the redis
package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks so much! I will use #21 as the link for the redis
, mysql
, nginx
, system
, and aws
packages initial changelog entries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I removed the post as I believe there might be something before, but let's stick to this: #21 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I left system
alone as I found an even older PR that introduced the 0.0.3
version: #8.
Pinging @elastic/integrations (Team:Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the CI is happy, I'm happy too :)
Actually, now that this PR is ready, I will update |
I just added a commit to this PR to update the dependency on |
CI is failing on two system tests: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fintegrations/detail/PR-675/19/tests. Re-running to see if this is a flaky failure: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fintegrations/detail/PR-675/20/tests. Also re-running the |
The same two system tests failed again so this doesn't appear to be a flaky failure.
All tests passed on this Will investigate both system test failures in this PR tomorrow. |
It looks really weird what happened here. I wonder if it's not due to other changes in elastic-package. EDIT: Regarding the zoom integration I would consider it as temporary patch, although the docker-compose with EDIT2: I think that more packages came to master: #477 |
44ffaed
to
71bc36f
Compare
Thanks for the fixes, @mtojek! Any idea why these issues only came up with the newer version of And thanks for the heads up about #477. I will update this PR with |
I suppose that they're related with 7.12.0 bump. I don't have an idea if sth has been added to filebeat/metricbeat there. |
Hmm, same test failures as before. Plus now we have 3 skipped tests too for the |
Did you apply the suggested fixes for zoom and kubernetes? I don't see them here: https://github.com/elastic/integrations/pull/675/files |
I thought I did when I rebased this PR on |
Sorry for the confusion, I didn't put them on master, but in a side branch (just to investigate problems with this PR). For reference: #703 |
618b978
to
3cffc5e
Compare
Ah, sorry, I missed that. I will cherry-pick those commits over to this PR now, thanks! |
Most likely you will need some formatting as well. |
... and |
What does this PR do?
This PR does the following:
changelog.yml
files for every package.changelog.yml
.Related issues