File tree 5 files changed +10
-5
lines changed
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.0] - 2024-02-06
11
+
10
12
### Added
11
13
12
14
- ** BREAKING** : settings: new required [ url field] ( https://github.com/cncf/landscape2/blob/8728c797eeef557be21181f77e453134b17cdbf7/docs/config/settings.yml#L30-L36 ) (#475 )
13
15
- Landscape API endpoints (#475 )
14
16
- Provide ability to run GTM containers (#457 )
15
17
- Display upcoming events and make them configurable (#468 )
18
+ - Filters used to url (#485 )
16
19
- Display member end user badge (#471 )
17
20
- Members category to base data set (#470 )
18
21
- More options to logos-preview endpoint (#472 )
19
22
- Allow extra header and footer customization
20
23
21
24
### Fixed
22
25
26
+ - Issue rendering grid (#484 )
23
27
- Issue generating stats (#456 )
24
28
- Issue closing sidebar on mobile devices (#474 )
25
29
- Issue copying ` gtm.js ` file (#459 )
30
+ - Issue displaying loading animation (#486 )
26
31
- Header menu icon alignment (#474 )
27
32
- Issue displaying decimals in stats (#473 )
28
33
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " landscape2"
3
3
description = " Landscape2 CLI tool"
4
- version = " 0.5 .0"
4
+ version = " 0.6 .0"
5
5
license = " Apache-2.0"
6
6
edition = " 2021"
7
7
rust-version = " 1.70"
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ brew install cncf/landscape2/landscape2
58
58
#### Install via shell script
59
59
60
60
``` text
61
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.5 .0/landscape2-installer.sh | sh
61
+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.6 .0/landscape2-installer.sh | sh
62
62
```
63
63
64
64
#### Install via powershell script
65
65
66
66
``` text
67
- irm https://github.com/cncf/landscape2/releases/download/v0.5 .0/landscape2-installer.ps1 | iex
67
+ irm https://github.com/cncf/landscape2/releases/download/v0.6 .0/landscape2-installer.ps1 | iex
68
68
```
69
69
70
70
### Container image
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embed" ,
3
3
"private" : true ,
4
- "version" : " 0.5 .0" ,
4
+ "version" : " 0.6 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " landscape" ,
3
3
"private" : true ,
4
- "version" : " 0.5 .0" ,
4
+ "version" : " 0.6 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " tsc && vite build" ,
You can’t perform that action at this time.
0 commit comments