Skip to content

Commit

Permalink
Lasso release 4.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: William Ivanski <[email protected]>
  • Loading branch information
wind39 committed Apr 23, 2024
1 parent 3d62c93 commit e40939b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
49 changes: 49 additions & 0 deletions product_docs/docs/lasso/4/describe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@ Hardware info through `lspci`.
**Security impact:** Low &mdash;
No known security impact.

### HTTP(s) proxies in use for package downloads (`linux_http_proxy_configuration`)

Gathers information about HTTP(s) proxies in use for package
downloads. Passwords are redacted.

**Report output:**

* File `/linux/packages-yum-config-manager.data`: YUM configuration
* File `/linux/packages-dnf-config-manager.data`: DNF configuration
* File `/linux/etc_environment.data`: Contents of /etc/environment

**Depth:** Surface

**Security Impact:** *Low* &mdash;
No known security impact.

### Hypervisor (`linux_hypervisor_collector`)

Information about the type of virtualization used, as returned by the
Expand Down Expand Up @@ -344,6 +360,26 @@ Information about the system packages installed using `rpm` or `dpkg`.
**Security impact:** Low &mdash;
No known security impact.

### Installed packages origins (`linux_packages_origin_info`)

Information about the packages origins.

**Report output:**

* File `/linux/packages-apt_conf.data`: `apt` configuration
* File `/linux/packages-apt-cache-policy.data`: `apt` configuration
* File `/linux/packages-apt-list-installed.data`: Repositories that were used to install packages
* File `/linux/packages-yum-repolist.data`: Repositories that are enabled in `yum`
* File `/linux/packages-dnf-module-list.data`: Repositories that are enabled in `dnf`
* File `/linux/packages-dnf-repolist.data`: Repositories that are enabled in `dnf`
* File `/linux/packages-yum-list-installed.data`: Repositories that were used to install packages
* File `/linux/packages-dnf-list-installed.data`: Repositories that were used to install packages

**Depth:** Surface

**Security Impact:** *Low* &mdash;
No known security impact.

### PostgreSQL disk layout (`linux_postgresql_disk_layout`)

List all files in the PostgreSQL data directory using `find` for
Expand Down Expand Up @@ -1958,6 +1994,19 @@ List of tables replicated by pglogical.
**Security impact:** Low &mdash;
No known security impact.

### Database functions (`postgresql_db_pkgs`)

Database packages/functions/procedures with arguments.

**Report output:**

* File `pkgs.out`

**Depth:** Shallow

**Security impact:** Low &mdash;
No known security impact.

### Database functions (`postgresql_db_procs`)

Functions in the database.
Expand Down
16 changes: 16 additions & 0 deletions product_docs/docs/lasso/4/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
title: Release notes
---

## Lasso - Version 4.15.0

Released: 23 Apr 2024

Lasso Version 4.15.0 includes the following enhancements and bug fixes:

| Type | Description | Addresses |
|-----------------|-------------|-----------|
| Feature | Lasso now gathers information about the package origins: list of repositories, repository configuration and HTTP(S) proxies in use for package download, if any. | DC-31 |
| Feature | Lasso now gathers information about the EPAS code packages, including functions and procedures inside the packages. | DC-320 |
| Feature | Packages for Debian 12 ("Bookworm") | DC-888 |
| Improvement | Lasso now shows a hint message if connecting to the database with an user that doesn't have access to the custom schema the edb_wait_states extension was installed on | DC-977 |
| Bug fix | Fix issue where Lasso was trying to set lock_timeout on PostgreSQL older than 9.3 | DC-219 |
| Doc improvement | Lasso bundle is no longer mentioned in the Lasso documentation and Knowledge Base Articles | DC-885 |


## Lasso - Version 4.14.0

Released: 05 Mar 2024
Expand Down

0 comments on commit e40939b

Please sign in to comment.