Files
nplus/ai/jsonl/history.jsonl

24 lines
18 KiB
Plaintext
Raw Permalink Normal View History

2025-01-24 16:18:47 +01:00
{"chapter": "Version History", "level": 1, "text": ""}
{"chapter": "November 2024, beta 160", "level": 2, "text": "- Added a startup probe for nstl\n"}
{"chapter": "November 2024, beta 159", "level": 2, "text": "- Added .instance.stage to identify a stage\n"}
{"chapter": "November 2024, beta 158", "level": 2, "text": "- Added service.name for Open Telemetry\n"}
{"chapter": "Oktober 2024, beta 157", "level": 2, "text": "- Latest ERP-Proxy Version by Ceyoniq. This also has been **renamed** to **erpproxy** to match the **eprcmis** connector chart naming\n- First BETA of ERP-CMIS Connector in directory **erpcmis**\n- Added the possibility to add Annotations to Payloads, for the use with OpenTelemetry\nAlso see [here](https://opentelemetry.io/docs/kubernetes/operator/automatic/)\n- Also added hard coded openTelemetry support for convenience\n- Fixed a bug where the prepper chart waited for post sync in argo deployments\n"}
{"chapter": "Oktober 2024, beta 156", "level": 2, "text": "- nscale ERP Proxy Chart now available. There is still a bug in this first image by Ceyoniq, so the chart will not bring up a running\nsystem yet. But the Values are in, so you can start setting up the instances.\n"}
{"chapter": "Oktober 2024, beta 155", "level": 2, "text": "- Added the possibility to use configMaps and secrets in the generic mount interface.\nPlease see the *generic* example for details\n"}
{"chapter": "September 2024, release 1.2.1500", "level": 2, "text": "- Update to nscale 9.2.1502\n- Added value `logForwarder.db` to set a fully qualified path to the database file, in case you do not want to have it along the logs.\nExample:\n```\nlogForwarder:\n- name: Accounting\npath: \"/opt/ceyoniq/nscale-server/storage-layer/accounting/*.csv\"\ndb: \"/opt/ceyoniq/nscale-server/storage-layer/logsdb/logs.db\"\n```\n- BASEFOLDER Value Typo corrected in SharePoint. Is now `Values.nappl.baseFolder`\n- The default value for `doInitialCrawl` was a bool. It is now a string `false` which is correct.\n- You can now add any extra Annotation to services and ingresses.\nExample:\n```\nglobal:\ningress:\nannotations:\nnginx.org/proxy-read-timeout: \"20s\"\nservice:\nannotations:\nconsul.hashicorp.com/service-sync: \"true\"\n```\n- Add `.this.ingress.proxyReadTimeout` to set this extra annotation to ingress objects\n- Ports can now be disabled in NetworkPolicies, if you use a CNI driver that does not support them.\nThis is especially for the \"endPort\" Attribute, that is currently not supported by Cilium.\n- Added port 443 to the egress in Network Policies for Pods accessing the K8s API\n- there was a duplicate podDisruptionBudget. Fixed it.\n- Fixed a bug with respect to Volume Names / Static Volumes and Storage Classes\n- Correction of documentation regarding `global.pullSecretOverride` (wrong, missing s) and `global.pullSecretsOverride` (correct)\n- Fixed a bug where PAM could not communication with JOBSNAPPL in a HA scenario\n"}
{"chapter": "August 2024, release 1.2.1400", "level": 2, "text": "- Fixed bugs regarding KubePing Protocol in Version < 9.1\n- Fixed bugs regarding tenant-chart-agro. Be aware: It was the .helmignore after all.\n- Added nscale 9.1.1506 to versions and released the chart version to repo\n- The Application Chart now waits a minute before executing to prevent race condition problems\n- Setting SERVER_BASE_URL in Application Layer for SAML redirects to work\n- Added Liveness Probes\n- Added the possibility to define *PodDisruptionBudgets* for any component.\n- Added a readyness probe to postgres\n- reviewed the resource consumption and added better requests and limits. Also see the sample *resources*\n- Working on the documentation\n- updated sharepoint chart to meet the latest specs from Ceyoniq\n- Sharepoint Connector is now a StatefulSet\n- SharePoint DoInitialCrawl now defaults to false\n- Changed nstl and sharepoint updateStrategy to OnDelete\n- Update Sharepoint to version 9.2.1400\n- Update nscale auf 9.2.1402\n- The nstl HID Check was disabled by default, as it only made sense when using multiple volumes. Now, we habe pTemp since a few builds, so it makes\nsense now to store the hid file to pTemp. Therefore a new pTemp directory *hid* has been created to hold this file. The new sample *hid* shows how to turn this feature on.\n- nstl checks the *audit.log* size when starting up. After an update, the log directory on emptydir got deleted when re-creating the new pod. This caused\nthe audit log to be empty and caused an error. The log directory of nstl has also now moved to pTemp to avoid this.\n- Added *limitations.md* to the docs directory and READMEs\n- Update jsonl structure to get AI Support Assistent running\n- Health Check des SP Connectors nun auf `/nscale_spc/images/icons/PowerPoint.svg`\n- Added *generic mounts* to be able to add any pre provisioned PV to a container. Like a smb, nfs oder cifs share with migration data for pipeliner for example.\n- Moved the nstl cluster service to the nstl chart and made sure the default ports etc. are used correctly\n- Bugfix in domain name\n- Adding *Service* configuration section to most components. This section can be used to disable a components service (along with the potential ingress) to\nbe able to configure cluster services for retrieval (used in the SharePoint scenario). Please see the sharepoint sample for more information\n- Adding a clusterService configuration as an additional option to achieve above goal\n- Commented the SharePoint Probe out, because it needs work\n- New Instance Group Feature\nYou can set an alternative `.instance.group` to bundle multiple Instances together. This will allow traffic to be passed beween all instances within this group.\nThis is ment to be used for large instances that you might want to split up. Please see the `group` sample.\n- Fixed a bug in the resolver, preventing sliced maps to be deepCopied into .this\n- Fixed a bug concerning Postgres PullSecrets\n- Added pullSecretsOverride\n- waitFor can now be turned off if you feel argoWaves are all you need:\n```\nutils.disableWait: true\n```\n- argoCD Waves can now be turned off if you feel waitFor is all you need:\n```\nutils.disableWave: true\n```\n- Added FluentBit:2.0 as default LogForwarder e.g. for the Accounting Log.\n- Changed the default argoCD waves to make sure the prepper runs first\n- Fixed a bug, where the condition of the sharepoint instances were all bound to the same key\n- Adding *Maintenance Mode*, to start pods without starting the service, providing the possibility to gain access to the container to perform recovery tasks that need to be done offline. In order to do this:\n- All *waitFor* definitions are ignored\n- All *Health Checks* are ignored\n- The container starts in idle\n- Application Jobs are disabled\nYou can put a component, an instance or the whole environment into maintenance.\n- Adding a new values map: `.instance` holding `.instance.version` currently, showing the nscale Version installed (pinning the nappl)\n- Adding downward compatability for
{"chapter": "July 2024, release 1.2.1303", "level": 2, "text": "- customizingMode as new switch in *web*\n- fixed a bug with timezone data\n- Add a key to switch off certificate generation if no issuer is set: createSelfSignedCertificate\n- Added tcps as port with 3006 to nstl\n- Fixed a bug with the resolver in combination with the instance name: Resolving was too late for some\nString operations.\n- Normalized all examples that no more includes are used in templates (are not necessary any more) and also\nsingle quotes are normalized to double quotes for strings, as we now do not need to use double quotes for the\nincludes any more.\n- Adding nscale Web tls and completing Zerotrust Mode\n- Changed the default of priorityClasses: It is now OFF. See FAQ for documentation\n- global flags and defaults for TZDATA / Timezone setting\nBig things:\n- An all new Values sub-system:\n- You can now stage **any** value!\n- You can now override **any** value on **any** stage!\n- This also works with your own values for your custom charts\n- templates used in values are automatically and recursively resolved. This also works with your custom values!\n- Update to nscale 9.2.1302\n- Many cleanups\nBreaking Changes:\n- new .Values section: *meta*\n- *nscaleVersion* is now in section meta\n- *componentVersion* is now in section meta\n- *ports* is now in section meta\n- *type* is now in section meta\n- *wave* is now in section meta\n- *commercial.tenant* is now in section meta\n- *commercial.provider* is now in section meta\nNon breaking Changes:\n- *this*\nIn code, you can now refer to `.this.*` instead of `.Values.*`.\n*this* is build from .Values (for component values), .Values.global (for instance values) and .Values.global.environment (for environment values) automatically\n- automatic resolver\nafter condensing the `.Values` into `.this`, a new recursive resolving function now looks for any template used in values and resolves it (using `.this` values)\n- new .Values section: *override*\nThis section is automatically applied to all .this, overwriting any existing value.\n*override* is also subject to automativ compression and resolving\n- Helper functions are moved from _helper.tpl to a new map in code, accessible via `$.component`.\nif you used helper functions in your templates, you need to port them. They are still working, but are depricated.\n- *_depricated.tpl* now holds depricated functions. They resolve to the new function / value and are subject for being removed in future majors.\n- new debugging mechanism:\nYou might want to debug your values and functions and helm lacks some important functionality for this, like a callstack.\nThe new debug feature now provides this functionality. You can call `nplus.debug.enter` and `nplus.debug.leave` in your code to\nadd this functionality to your own definitions.\n- debugging Values:\nif debugging is enabled, Values are reported in the component custom resource. Just search for `DEBUG` in `helm template` code.\n- to enable debug, set `debug: true` on any level. Example:\n```\nglobal:\nenvironment:\nutils:\ndebug: true\n```\n- debug also adds strict mode, so depricated functions are failing\n- *init function*\nif you want to use the new functionality (.this, .component, ...) in your template, call `include \"nplus.init\"` as first line in your code.\nIt initializes automatically\n- new .component section with calculated values for you to use in your templates.\n- fixed a bug, where nappl sync wave is after application sync wave (ArgoCD)\n- Sorting and Documenting the default ArgoCD Waves (see quickstart-argo)\nBreaking changes:\n- renamed nstlIPRange to nstlIpRange\n- In Application Chart, renamed .Values.rs to .Values.rs.host\n- In Application Chart, renamed .Values.nstl to .Values.nstl.host\n- changes in database Values.yaml, please check if you used it\nNon breaking changes:\n- Added nstlIpRange to the Storage Layer Chart to allow to open egress connections from internal Storage Layer to servers outside the cluster\n- New *defaultConfig* possibility to add default config files to C
{"chapter": "June 2024, release 1.2.1204", "level": 2, "text": "- RMS now including HA Mode (see samples)\n- Fixes a problem, that the SNC Files are not in the NAPPL lib directory\n- Encrypt Sample\n- ZeroTrust Mode\n- Code cleanup\n"}
{"chapter": "June 2024, release 1.2.1203", "level": 2, "text": "- Allow Application Scripts to run before and after globally and per DocArea\n- Add more logging to DAV Container\n- Add PAM and SharePoint Connector to dsl\n"}
{"chapter": "June 2024, release 1.2.1202", "level": 2, "text": "- Allow multiple nscale SharePoint Connector instances with a separate configuration each\n- Allow Certificate Stores to be defined as configMaps OR secrets\n- current alpha Version of nscale SharePoint Connector for testing\n"}
{"chapter": "June 2024, release 1.2.1201", "level": 2, "text": "- Fixed a bug in nscale Web due to the read only file system\n- Added SNC support to access SAP Server\n- Added Java Certificate Keystores (cacerts and component.store)\n"}
{"chapter": "June 2024, release 1.2.1200", "level": 2, "text": "- Update to nscale Version 9.2.1200\n- Adding nscale PAM (Process Automation Modeler) helm chart\n- Adding nscale SharePoint Connector helm Chart\n- Adding O365 Sample (with SP Connector)\n- Support extra fonts (like Microsoft Core Fonts)\n- Allow calling global or local custom installation scripts during initialization (application chart)\n- Add Applications to Health Status\n- Adding a *Zero Trust* Example (`zerotrust.yaml`). The functionality is not yet completely implemented, so this is alpha status.\n- Temporarily adding Custom Project API container (\"dms-api\") to the instance\n- Alpha Version of Ports cleanup\n"}
{"chapter": "May 2024, Release 1.2.11xx", "level": 2, "text": "- Support envFrom in all components, with secretRef. Set the secret name in `envSecret`\n- Support whitelisting in ingresses\n- Add Inter Pod AntiAffinity\n- Now using kube-linter for pre-release checking\n- Supporting CNI NetworkPolicies\n"}
{"chapter": "Apr 2024, Release 1.2.1004", "level": 2, "text": "- Test with nscale 9.2\n- Operator Web GUI switch\n- Deny in all ingresses\n- Added Priority Classes\n- Added Budgets\n- Support for volumeName in PVC to supress dynamic provisioning of PVs\n- Support for kubePing **and** KUBERNETES Discovery for Cluster Communication\n- Documentation Updates\n- Updates to dsl (nstl and operator)\n- Bug Fixes\n"}
{"chapter": "Mar 2024, Release 1.1.1501", "level": 2, "text": "- Added the Operator\n- Web GUI for Monitoring\n- RBAC enhancements\n- Remote Management Server (RMS) Preview\n"}
{"chapter": "Feb 2024, Release 1.1.1401", "level": 2, "text": "- Added Administrator Client\n"}
{"chapter": "Jan 2024, Release 1.1.1302", "level": 2, "text": "- Changed Packaging to enable new helm Repo (gitea)\n- Update dsl (C4) config files\n- Added support for up to 4 Storage Layer\n"}
{"chapter": "Jan 2024, Release 1.1.1301", "level": 2, "text": "- Fixed Application Chart Security Settings\n- Added possibility to easily overwrite Versions\n(see versions/*.yaml and e90 Example)\n- Added Charts for nscale Administrator (RAP) and WebDAV Connector\n- Added nstl Cluster (up to 4 Storage Layer)\n- Added support for Docker Desktop Kubernetes\n"}
{"chapter": "Jan 2024, Release 1.1.1300", "level": 2, "text": "- Added Security Features:\n- root-less Container\n- dropped capabilities (all)\n- read only root file systems on all container\n- Prohibit Privilege Escalation\n- New Toolbox Image\n- new (controlled source) \"wait\" function\n- new (controlled source) \"webdav server\" function\n- Change DB Image to bitnami beacuse of better support for security features.\n- User 1001 instead of 999\n- no chown necessary\n- support for read-only root\n- Support multi-temp paths (because of read-only root)\n"}
{"chapter": "23 December Release", "level": 2, "text": "- Security Features:\n- Support for Illumio Labels and Gates\n"}