Releases: kyma-project/serverless
Releases · kyma-project/serverless
v1.0.2
What has changed
- test changes for patch release by @kwiatekus
- fix matching kyma commit for serverless operator v1.0.1 by @kwiatekus
- Release 1.0 (#276) by @pPrecel
- release v1.0.2 by @kwiatekus
- Merge pull request #277 from kwiatekus/release-v1.0.2 by @kwiatekus
- bump-operator-img-release v1.0.2 (#279) by @kwiatekus
- Fix branch for verification images (#281) by @pPrecel
- bump-operator-img-release v1.0.2 (#283) by @kwiatekus
- Bump image (#285) by @pPrecel
Full changelog: v1.0.1...v1.0.2
v1.0.1
What has changed
- Update 04-10-testing-strategy.md by @kwiatekus
- Apply suggestions from code review by @kwiatekus
- Merge pull request #263 from kyma-project/kwiatekus-patch-1 by @kwiatekus
- Adjust serverless overrides paths (#266) by @kwiatekus
- add removing orphaned config maps and secrets (#265) by @anoipm
- Release v1.0.1 (#267) by @kwiatekus
- Bump operator image in security config (#268) by @kwiatekus
Full changelog: v1.0.0...v1.0.1
v1.0.0
Changelog
v1.0.0 (2023-09-07)
Highlights:
The new version of the Serverless module brings the following improvements:
- An improved testbed for Serverless: new contract tests for incoming and emitted CloudEvents and integration test on Gardener
- Fixes for Node.js and Python function runtimes
Fixed bugs:
- Set Warning state when orphaned Functions found at deletion #258 (kwiatekus)
- Provide better sample custom trace collector endpoint #237 (kwiatekus)
- check if data from cache was loaded #233 (anoipm)
- Fixed unreferenced variable in the Node.js Serverless Functions #18047
- Python functions fail to parse incoming cloud events for some cases #18044
Implemented enhancements:
- Integration test for the Serverless module on Gardener (azure) #186
- Describe better the Serverless spec in the resource documentation #236
- Improve the
requireEqualFunc
implementation #240 (pPrecel) - Test if events emitted using utility SDK are conformant with the cloud events spec #18078
- Test Serverless conformance with the CloudEvents specification #17881
v0.3.2
What has changed
- check if data from cache was loaded (#233) by @anoipm
- Provide better sample custom trace collector endpoint (#237) by @kwiatekus
- Improve the requireEqualFunc implementation (#240) by @pPrecel
- Update Security scanner exclusions (#243) by @Cortey
- Add check if serverless images use PR tags (#242) by @MichalKalke
- add descriptions to severless cr spec (#238) by @grego952
- Gardener integration test (#223) by @pPrecel
- Fix
gerdener-integration-test
action (#245) by @pPrecel - Block release on action fail (#246) by @pPrecel
- Get rid of main in release runs (#255) by @pPrecel
- Bump serverless manager version (#256) by @kwiatekus
- Allow running gardener test manually by @kwiatekus
- Merge pull request #257 from kwiatekus/allow-manual-trigerring-for-gardener-test by @kwiatekus
- Set Warning state when orphaned functions found at deletion (#258) by @kwiatekus
- Bump versions in security config (#260) by @kwiatekus
Full changelog: v0.3.1...v0.3.2
v0.3.1
What has changed
- cleanup the README file (#225) by @grego952
- Bump serverelss operator version v0.3.1 (#231) by @kwiatekus
- Added Error Handling (#230) by @Cortey
- Bump image versions in sec config (0.3.1) (#232) by @kwiatekus
- Bump image versions in sec config (0.3.1) (#234) by @kwiatekus
Full changelog: v0.3.0...v0.3.1
v0.3.0
What has changed
- Fix Tracing & Eventing Endpoints Defaulting (#199) by @kwiatekus
- speed up tests (#201) by @m00g3n
- Add template to release assets (#200) by @Cortey
- Remove label (#202) by @Cortey
- Release Bumps (#203) by @Cortey
- Fix for release.sh (#204) by @Cortey
- Change variable assignement (#206) by @Cortey
- Release Script Fix (#207) by @Cortey
- Bump and cleanup (#208) by @Cortey
- Adjust default PVC size to currently installed (#205) by @dbadura
- Unifying release assets names (#209) by @Cortey
- expose aditional config into serverless cr (#192) by @MichalKalke
- Adjust docs to exposing aditional config into serverless cr (#218) by @MichalKalke
- Propagate default presets to webhook overrides (#222) by @kwiatekus
- Preserve existing credentials of internal docker registry (#226) by @kwiatekus
- Bump serverelss operator version (#228) by @kwiatekus
- Bump image versions in sec config (#229) by @kwiatekus
Full changelog: v0.2.2...v0.3.0
v0.2.2
What has changed
- Include serverless workloads images in scanner config (#193) by @kwiatekus
- Change all links to relative ones (#190) by @grego952
- Bump golang runtime to 1.20.7 (#194) by @kwiatekus
- Bump operator image (#195) by @kwiatekus
- Bump serverless-manager version (0.2.2) by @kwiatekus
- Merge pull request #196 from kwiatekus/bump-srvls-mngr-version by @kwiatekus
- Adjust image name in release scripts (#197) by @kwiatekus
- Bump operator image (#198) by @kwiatekus
Full changelog: v0.2.1...v0.2.2
v0.2.1
What has changed
- Add status badge to readme (#169) by @dbadura
- Run k3d upgrade test using k3d registry (#174) by @kwiatekus
- Move the technical docs to serverless-manager (#166) by @grego952
- Cleanup and document Serverless CR (#177) by @kwiatekus
- Improve serverless cr descriptions (#181) by @grego952
- DOCS - Configurability of Serverless (#179) by @kwiatekus
- Automated release workflow for Serverless Operator (#178) by @Cortey
- Bump .version before the release (#182) by @Cortey
- Fix variable name for GH Actions (#183) by @Cortey
- Bump image before release (#184) by @Cortey
- Renaming leftover in script (#185) by @Cortey
- Dynamic tracing configuration (#175) by @dbadura
- Bump version for release (#187) by @Cortey
- Bumps for release (#188) by @Cortey
Full changelog: v0.2.0...v0.2.1
v0.2.0
Changelog
v0.2.0 (2023-07-25)
Implemented enhancements:
- Configure UI for Serverless CR #138
- Docker registry used by serverless should be reflected in serverless CR status #137
- Migrate to the new test framework #124
- Migrate custom cluster-wide external docker registry config into Serverless CR #115
- Generate sereverles internal registry node port number #101
- Rename
serverless-manager-controller-manager
#116 - Add
DO NOT EDIT
disclaimer #113
Fixed bugs:
- Serverless-operator enters CrashLoopBackoff in the uninstallation scenario #161
- Serverless CR does not recover from
ConfigurationCheckErr
condition #133 serverless-docker-registry
is not properly handled #117
Merged pull requests:
- Bump serverless-manager version (v0.2.0) #172 (kwiatekus)
- Remove checking external registry secret type #170 (pPrecel)
- Rename Trace Endoint in UI #164 (kwiatekus)
- Detect serverless docker registry misconfigurations #162 (Cortey)
- Implement upgradability test scenario #160 (pPrecel)
- set status.dockerRegistry from serverless cluster-wide external registry secret when it exists #158 (anoipm)
- Rename to Serverless Operator #2 #157 (Cortey)
- Prepare makefiles for new test-infra dind image #156 (pPrecel)
- Fix a broken link #155 (nataliasitko)
- Renaming Serverless Operator #154 (Cortey)
- Add targets to deploy on k3d #153 (dbadura)
- Unify config creation #152 (dbadura)
- Refactor fix-configurationCheckErr PR #151 (MichalKalke)
- Remove reconciler DO NOT EDIT disclaimer #150 (pPrecel)
- add checking condition statuses in tests #148 (anoipm)
- fix configurationCheckErr #147 (MichalKalke)
- Add Do Not Edit Disclaimer to managed objects #146 (Cortey)
- remove not necessary setServed #145 (anoipm)
- State update refactor cleanup #144 (anoipm)
- State update refactor 2 #143 (anoipm)
- Resolve Node Port conflict #142 (dbadura)
- Move Overview and Tutorials documentation to Serverless manager repo #141 (grego952)
- Registry configuration status #140 (pPrecel)
v0.1.0
Changelog
v0.1.0 (2023-06-22)
Implemented enhancements:
- Generalize API for configuring endpoints of serverless' optional dependencies #100
Fixed bugs:
- The manager does not save last installed configuration #118
- The serverless installed by the serverless-manager is not working corectly with the cli functions #84
serverless-docker-registry
is not properly handled #117
Merged pull requests:
- Bump manager version before release #135 (kwiatekus)
- remove unused resource #131 (anoipm)
- Regenerate manifest when manager is changed #130 (pPrecel)
- Group cache interface arguments #129 (pPrecel)
- fix deletion after error #128 (anoipm)
- Small improvements #127 (dbadura)
- Reimplement cache strategy #126 (pPrecel)
- Generalize api #125 (dbadura)
- Fix orphan check #123 (pPrecel)
- Implement secret cache #122 (pPrecel)