v2.0.0-rc.3 #3441
petermetz
started this conversation in
Show and tell
v2.0.0-rc.3
#3441
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.0.0-rc.3 (2024-07-21)
Bug Fixes
Build System
Code Refactoring
Features
Performance Improvements
BREAKING CHANGES
get deleted from GHCR. Though the public APIs of the Typescript code
do not change, still, some parts of the documentation will become invalid
until we update it to match the changes here.
I invested a large amount of effort into doing this documentation update
as part of this change but it is very likely that I've missed a few spots
and therefore it is best to mark this as a breaking change in my opinion
to call attention to the fact that we still have ways to go with updating
the documentation around these container images.
cmd-api-server container image installing their own npm package from
the registry.
The reason for this is that they ended up just being maintenance burden
since we can achieve the exact same things just by re-using the API server's
container image directly.
it's really just the one container image that we use as the base that needs
to deal with them anyway.
files of the packages where previously we had plugin specific container images
defined so that the README.md files have the tutorials that are more up to
date compared to how they were (most of them had the tutorials completely
broken for a long while which was causing a lot of difficulties to the
newcomers who were trying to work with the packages).
burden of keeping separate images for each connector plugin. We hope that
with this simplification we can keep the documentation continuously up to
date since it will require less time do so.
the scope of this change so that we also save on CI resources, another
long-running project that's been in need of some attention from the maintainers.
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com
PluginFactoryPersistanceFabric
This is being done in this pull request because for some reason (that I still don't understand)
the spell checker started failing on these only in the context of this pull request.
The typos were present on the main branch already somehow having passed spellchecking earlier
and every other time since then.
And also
Quality of life improvements and also hoping to get rid of a few of the
vulnerable dependency versions we have in the codebase according to
dependabot.
More similar changes are coming in with further upgrades but I want to
avoid making bigger changes in one go so that it's easier to hunt down
bugs later if something only gets discovered after we've merged a bunch
of these.
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com
type
instead ofskipDecode
flag.cacti-block-formatters.ts
.qscc
to single fileto increase CI speed.
Signed-off-by: Michal Bajer michal.bajer@fujitsu.com
This discussion was created from the release v2.0.0-rc.3.
Beta Was this translation helpful? Give feedback.
All reactions