Adding package changelogs#675
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.
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.
In the package-registry: https://github.com/elastic/package-registry/pulls?q=is%3Apr+is%3Aclosed+MySQL+integration
(manual prepare: elastic/package-registry#323)
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.
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.
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
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.
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.
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.
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.
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) |
mtojek
left a comment
There was a problem hiding this comment.
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.ymlfiles for every package.changelog.yml.Related issues