These are always in a specific format and in ascending order
This the multi-page printable view of this section. Click here to print.
Change Logs
Represents the
CHANGELOG-XX.XX.XX
of a given version1 - CHANGELOG - v1.3
Represents the
CHANGELOG
for v1.3Changelog 1.3
[1.3.0] YYYY-MM-DD
Added
- #1487 - Add RabbitMQ monitoring
- #2600 - Change lambdastack output structure
- #2655 - Add 'repmgr node check' to upgrade preflight checks and auto-tests
- #2643 - Restructure lscli project folder
- #2666 - Project re-structure part 2
- #2547 - Refactoring and removal of old code from Ansible inventory creator and upgrade
- #2644 - Add validation to check hostnames for on-prem deployment
- #2703 - Add tests for docker and kubelet cgroup driver
Fixed
- #2497 - Fix lambdastack apply --full region values
- #1743 - Virtual machine "kind" mismatch
- #2656 - WAL files are not removed from $PGDATA/pg_wal directory
- #1587 - Duplicated SANs for K8s apiserver certificate
- #1661 - Changing the default Kubernetes certificate location results in a cluster deployment error
Updated
- Upgrade Flannel to v0.14.0
- Upgrade Calico and Canal to v3.20.2
- Upgrade Coredns to v1.7.0
- Upgrade Kubernetes dashboard to v2.3.1
- Upgrade Kubernetes metrics-scraper to v1.0.7
- #2093 - Upgrade K8s to v1.19.15
- #2494 - Duplicated MOTD after ssh to servers
- #1974 - [documentation] Azure Files Persistent Volume Support
- #2454 - Remove dependencies for K8s v1.17
- #2537 - [PostgreSQL] [upgrade] Do not remove new packages automatically in rollback
- #2180 - [documentation] Missing clear information about supported CNI plugins
Deprecated
Breaking changes
Known issues
2 - CHANGELOG - v1.4
Represents the
CHANGELOG
for v1.4Changelog 1.4
[1.4.0] YYYY-MM-DD
Added
- Added
lsio
shell script in root directory of repo to easily launch the docker image or pull it down and launch - Added
build-docker-image.sh
(in .devcontainer) that makes it easier to build a LambdaStack Docker Image. This only stores it in your default local registry on your machine - Added
push-docker-image-to-registry.sh
(in .devcontainer) to push your LambdaStack image to the LambdaStack Docker Hub public registry. Runbuild-docker-image.sh
and then runpush-docker-image-to-registry.sh
to build and push to the public registry - Added color to the docker image bash shell and made it easier to see
Fixed
Updated
- Changed default
use_public_ips: False
touse_public_ips: True
. This makes it easier to jumpstart and begin learning BUT it creates a security flaw since all IPs should be private and you access to the clusters should be secured via VPN or direct connect - Changed default yaml config files to be consistent across platforms
- Changed docs to support better Troubleshooting for Kubernetes and easier understanding of LambdaStack and Kubernetes