-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNEWS
128 lines (79 loc) · 3.1 KB
/
NEWS
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
=========================
buildstream-plugins 2.4.0
=========================
o docker: Support storing ref in project.refs (#66)
o simple_mirror: Added SourceMirror plugin supporting enhanced URL formatting (#80)
o gitlab_lfs_mirror: Added SourceMirror intended for use with GitLab LFS repos (#80)
o Enhanced testing and CI enhancements (#78)
o Resurrecting CI (#81)
=========================
buildstream-plugins 2.3.0
=========================
o pip: support Python 3.12 and future versions (#67)
o cargo, docker: Check tar member paths (#69)
o git: add tagger to annotated tags (fix for recent git versions) (#73)
=========================
buildstream-plugins 2.2.0
=========================
o cargo: Fix mirroring (#55)
o cargo: Support authentication using .netrc (#57)
o docker: Fix authentication when using .netrc (#59)
o docker: Improve flexibility for mirroring (#58)
o cargo: Add support for source mirrors and bearer http authentication (#60, #64)
=========================
buildstream-plugins 2.1.0
=========================
o Guard against malformed URIs in cargo crates (#52)
=========================
buildstream-plugins 2.0.1
=========================
o docker source: Fix "architecture" and "os" configuration options
o Updating some package metadata/links
o Support Python 3.11
=========================
buildstream-plugins 2.0.0
=========================
No changes in 2.0.0 over 1.95.7
==========================
buildstream-plugins 1.95.7
==========================
o meson: Use `meson install` and rename JOBS environment variable (#41)
o meson, cmake: Ensure verbosity (#42)
==========================
buildstream-plugins 1.95.6
==========================
o Removed some deprecated variables from plugins (#34)
o Avoid deprecation warnings in meson (#38)
==========================
buildstream-plugins 1.95.5
==========================
o Updating copyright year in NOTICE file
o Updating setup.py with updated author and documentaiton link
o Updating generated documentation to use new author and copyright
==========================
buildstream-plugins 1.95.4
==========================
o Fixing license headers in source files and ensuring
that LICENSE / NOTICE are included in source distributions
==========================
buildstream-plugins 1.95.3
==========================
o Revert the convenience build-dir attempt for autotools (#29)
o Fix new linting errors
o Manage release version in one place (#33)
==========================
buildstream-plugins 1.95.1
==========================
o Fixing documentation generation
o Updating pylint and correcting errors
o Port cargo plugin to use tomli, this will remove the toml
dependency as tomli will soon be part of the standard library
o Some fixes to the cargo plugin
o Update Source.set_ref() implementations according to last minute
API correction
o Fixed publishing of documentation
o Some enhancements to the variables used in the autotools plugin
==========================
buildstream-plugins 1.95.0
==========================
Initial beta release of buildstream-plugins.