summaryrefslogtreecommitdiffstats
path: root/docs/release-notes.md
blob: bbd41c1d3e5451a723f7fd0965602d4d14a05929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Release notes

## Upcoming stream-metadata-go 0.4.4 (unreleased)

Changes:



## stream-metadata-go 0.4.3 (2023-06-28)

Changes:

- Add support for Hyper-V images


## stream-metadata-go 0.4.2 (2023-06-01)

Changes:

- Drop support for Go 1.17
- Add release notes doc


## stream-metadata-go 0.4.1 (2023-01-30)

Changes:

- Add support for Secure Execution


## stream-metadata-go 0.4.0 (2022-08-11)

- Drop vendored dependencies
- Drop support for Go 1.15 and 1.16
- Fix tests


## stream-metadata-go 0.3.0 (2022-04-15)

- Switch KubeVirt image struct from `SingleImage` to new `ContainerImage`
- Add `ContainerImage.DigestRef` field so we can record both the recommended
  pullspec and one that includes the digest


## stream-metadata-go 0.2.1 (2022-04-08)

- Add support for VirtualBox images


## stream-metadata-go 0.2.0 (2022-04-05)

- Rename `RegionObject`/`RegionImage` to `SingleObject`/`SingleImage`;
  add compatibility aliases
- Drop `KubeVirtContainerDisk` types in favor of generic ones


## stream-metadata-go 0.1.8 (2022-03-15)

- Add support for KubeVirt images


## stream-metadata-go 0.1.7 (2022-01-25)

- Fix Windows build by dropping renameio dependency


## stream-metadata-go 0.1.6 (2021-11-29)

- Add support for Nutanix images


## stream-metadata-go 0.1.5 (2021-11-02)

- Add support for IBMCloud/PowerVS images
- Add `GcpImage.Release` field in stream metadata
- Drop `omitempty` from mandatory GcpImage fields


## stream-metadata-go 0.1.4 (2021-10-06)

- Make `Artifact.Signature` `omitempty`


## stream-metadata-go 0.1.3 (2021-09-16)

- Add `Metadata.Generator` field


## stream-metadata-go 0.1.2 (2021-09-15)

- Add support for Alibaba Cloud (`aliyun`) cloud images


## stream-metadata-go 0.1.1 (2021-07-20)

- Add support for Azure Stack images


## stream-metadata-go 0.1.0 (2021-04-26)

- Initial release