Skip to content

Releases: kyma-project/serverless

v1.0.2

18 Sep 14:23
a518567
Compare
Choose a tag to compare

What has changed

Full changelog: v1.0.1...v1.0.2

v1.0.1

11 Sep 15:40
3203a11
Compare
Choose a tag to compare

What has changed

Full changelog: v1.0.0...v1.0.1

v1.0.0

07 Sep 15:04
744d3a4
Compare
Choose a tag to compare

Changelog

v1.0.0 (2023-09-07)

Full Changelog

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

07 Sep 11:19
278675e
Compare
Choose a tag to compare

What has changed

Full changelog: v0.3.1...v0.3.2

v0.3.1

24 Aug 14:03
7a679a0
Compare
Choose a tag to compare

What has changed

Full changelog: v0.3.0...v0.3.1

v0.3.0

24 Aug 09:35
758c434
Compare
Choose a tag to compare

What has changed

Full changelog: v0.2.2...v0.3.0

v0.2.2

07 Aug 09:55
64e5b4f
Compare
Choose a tag to compare

What has changed

Full changelog: v0.2.1...v0.2.2

v0.2.1

04 Aug 08:33
4d2e932
Compare
Choose a tag to compare

What has changed

Full changelog: v0.2.0...v0.2.1

v0.2.0

25 Jul 10:34
ec8646b
Compare
Choose a tag to compare

Changelog

v0.2.0 (2023-07-25)

Full Changelog

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:

v0.1.0

22 Jun 11:00
ef91948
Compare
Choose a tag to compare

Changelog

v0.1.0 (2023-06-22)

Full Changelog

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: