Skip to content

Commit 29eb1fa

Browse files
authored
Release navivelink v0.2.0 (#572)
1 parent ddf1d74 commit 29eb1fa

File tree

13 files changed

+101
-58
lines changed

13 files changed

+101
-58
lines changed

CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0](https://github.com/TraceMachina/nativelink/compare/v0.1.0..v0.2.0) - 2023-12-21
6+
7+
8+
9+
### ⛰️ Features
10+
11+
- Add Nix formatters and linters to pre-commit hooks ([#561](https://github.com/TraceMachina/nativelink/issues/561)) - ([d823964](https://github.com/TraceMachina/nativelink/commit/d8239640a9fa26c932a4c234ee2d263837159388))
12+
13+
### 🐛 Bug Fixes
14+
15+
- Fix kill_all_waits_for_all_tasks_to_finish test stuck on windows ([#525](https://github.com/TraceMachina/nativelink/issues/525)) - ([143a5a1](https://github.com/TraceMachina/nativelink/commit/143a5a178028c3d94e4623a67eef8a2d58e7cca7))
16+
- Fix missing timeouts in tests ([#553](https://github.com/TraceMachina/nativelink/issues/553)) - ([c54c51c](https://github.com/TraceMachina/nativelink/commit/c54c51cf91847e48e84cf75a69a2531fc4478776))
17+
18+
### 🛠️ Refactor
19+
20+
- Update Rust crate async-lock to v3 ([#548](https://github.com/TraceMachina/nativelink/issues/548)) - ([6c555bb](https://github.com/TraceMachina/nativelink/commit/6c555bb4e777af1563219102a34571ce02178c89))
21+
- Update OSSF domain ([#558](https://github.com/TraceMachina/nativelink/issues/558)) - ([82603d2](https://github.com/TraceMachina/nativelink/commit/82603d23f01df3cd26bf8005001df35de6f050b7))
22+
- Update actions/checkout action to v4 ([#556](https://github.com/TraceMachina/nativelink/issues/556)) - ([0d18d36](https://github.com/TraceMachina/nativelink/commit/0d18d36c572db73db00c6e4b22d436d7bc5983af))
23+
- Update actions/checkout action to v3.6.0 ([#541](https://github.com/TraceMachina/nativelink/issues/541)) - ([5dce4ce](https://github.com/TraceMachina/nativelink/commit/5dce4ce6f08562a47d8fc0c3d1c2f57d06550ad8))
24+
- Update dependency rules_python to v0.27.1 ([#546](https://github.com/TraceMachina/nativelink/issues/546)) - ([6ef8b6c](https://github.com/TraceMachina/nativelink/commit/6ef8b6cb233acf33de475f9f61129bfe6d90c571))
25+
- Update dependency rules_rust to v0.34.1 ([#547](https://github.com/TraceMachina/nativelink/issues/547)) - ([637f283](https://github.com/TraceMachina/nativelink/commit/637f2834138f86be45c12cf46623de539148fe24))
26+
- Update dependency @google-cloud/compute to v4.1.0 ([#544](https://github.com/TraceMachina/nativelink/issues/544)) - ([dbac23a](https://github.com/TraceMachina/nativelink/commit/dbac23afa27f55c662f8a1d0539cc8fc82717afe))
27+
28+
### ⬆️ Bumps & Version Updates
29+
30+
- Update LLVM and rust toolchains ([#557](https://github.com/TraceMachina/nativelink/issues/557)) - ([1726a1a](https://github.com/TraceMachina/nativelink/commit/1726a1af0e3e3fd61373b1c791a5993f94590024))
31+
- Update Rust crate tokio to 1.35.1 ([#535](https://github.com/TraceMachina/nativelink/issues/535)) - ([c6f8b8a](https://github.com/TraceMachina/nativelink/commit/c6f8b8ab58e3fbef77a1b4db68b1955557444fd0))
32+
- Update Rust crate tokio-rustls to 0.25.0 & rustls-pemfile to 2.0.0 ([#540](https://github.com/TraceMachina/nativelink/issues/540)) - ([cb76d18](https://github.com/TraceMachina/nativelink/commit/cb76d189d3187a043aed4e29962f6fa1c97616b1))
33+
34+
### ⚙️ Miscellaneous
35+
36+
- Publish SemVer-tagged images on tag pushes to main ([#569](https://github.com/TraceMachina/nativelink/issues/569)) - ([758c5d7](https://github.com/TraceMachina/nativelink/commit/758c5d7268a2cacf7dc3ae11f2b0f83007d6b6bb))
37+
- S3 Store credential provider ([#494](https://github.com/TraceMachina/nativelink/issues/494)) - ([1039ea0](https://github.com/TraceMachina/nativelink/commit/1039ea044ddeacc21361841751eb7ba29651178c))
38+
- Reorder README for Simplicity ([#563](https://github.com/TraceMachina/nativelink/issues/563)) - ([b12dfb8](https://github.com/TraceMachina/nativelink/commit/b12dfb843a0702f42f888d4babfb4f909ba8381f))
39+
- fix a typo ([#560](https://github.com/TraceMachina/nativelink/issues/560)) - ([ff6d097](https://github.com/TraceMachina/nativelink/commit/ff6d0975666588d1373bcc6e315f24c4a30a0786))
40+
- Remove many of the large-* images in CI ([#552](https://github.com/TraceMachina/nativelink/issues/552)) - ([de0ae1e](https://github.com/TraceMachina/nativelink/commit/de0ae1eaa92155ab45b69cf61fa48c221ee78a42))
41+
42+
### ❌️ Breaking Changes
43+
44+
- [Breaking] Rename cas executable to nativelink ([#573](https://github.com/TraceMachina/nativelink/issues/573)) - ([ddf1d74](https://github.com/TraceMachina/nativelink/commit/ddf1d74ba952a825e88bc68ed1efd67c6386d190))
45+
546
## [0.1.0] - 2023-12-20
647

748

@@ -185,6 +226,8 @@ All notable changes to this project will be documented in this file.
185226

186227
### 🛠️ Refactor
187228

229+
- Update dependency mintlify to v4.0.80 ([#536](https://github.com/TraceMachina/nativelink/issues/536)) - ([7564e5e](https://github.com/TraceMachina/nativelink/commit/7564e5e15e39cdf20f5f868a883af8a0ff7b566c))
230+
- Update Rust crate http to ^0.2.11 ([#530](https://github.com/TraceMachina/nativelink/issues/530)) - ([ca146ac](https://github.com/TraceMachina/nativelink/commit/ca146ac97a3a22213af4358e0c2d1ebe8fbee6f9))
188231
- MacOS enable flake nix builds ([#529](https://github.com/TraceMachina/nativelink/issues/529)) - ([e1d35d6](https://github.com/TraceMachina/nativelink/commit/e1d35d661801d70c41babf48f9a0a10a8fe975a7))
189232
- Update native-cargo.yaml Runner Group ([#511](https://github.com/TraceMachina/nativelink/issues/511)) - ([e1843f1](https://github.com/TraceMachina/nativelink/commit/e1843f17c3f957fb8542b6ffcc6784ee2b417ad1))
190233
- Migrate L2 announcements and LB-IPAM to cilium ([#505](https://github.com/TraceMachina/nativelink/issues/505)) - ([df6f5b9](https://github.com/TraceMachina/nativelink/commit/df6f5b94fcc111c66b1f36e7626fd0c7326bcb57))
@@ -326,7 +369,7 @@ All notable changes to this project will be documented in this file.
326369

327370
### ⚙️ Miscellaneous
328371

329-
- Release nativelink 0.1.0 - ([9d91a88](https://github.com/TraceMachina/nativelink/commit/9d91a8887bb879be4002412ac0db437cbba96a31))
372+
- Release nativelink 0.1.0 ([#533](https://github.com/TraceMachina/nativelink/issues/533)) - ([395674f](https://github.com/TraceMachina/nativelink/commit/395674f2b888cf825035bf0f34d34005ea73de07))
330373
- MacOS use non darwin iconv ([#534](https://github.com/TraceMachina/nativelink/issues/534)) - ([2e4a131](https://github.com/TraceMachina/nativelink/commit/2e4a131fb246d16c9d3082b6f231eaad1a85e357))
331374
- Mark GCP & AWS terraform experimental ([#522](https://github.com/TraceMachina/nativelink/issues/522)) - ([910ad03](https://github.com/TraceMachina/nativelink/commit/910ad035ce59d8ba5335c46057fd55ab651fabb0))
332375
- Decouple toolchain generation and execution hashes ([#523](https://github.com/TraceMachina/nativelink/issues/523)) - ([0be8a3a](https://github.com/TraceMachina/nativelink/commit/0be8a3a0950fc6e5810dcb2d83ab348c741134e7))

Cargo.Bazel.lock

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "668f99242a0de85cd44405f6f026db36e97a04f938f4be4b54e160f75801dd2a",
2+
"checksum": "ef3f549949ae55d037c220df63e888a71b7c95ca1b5b2a606be479d11e0bfbb2",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -8133,9 +8133,9 @@
81338133
},
81348134
"license": "MIT/Apache-2.0"
81358135
},
8136-
"nativelink 0.0.0": {
8136+
"nativelink 0.2.0": {
81378137
"name": "nativelink",
8138-
"version": "0.0.0",
8138+
"version": "0.2.0",
81398139
"repository": null,
81408140
"targets": [],
81418141
"library_target_name": null,
@@ -8213,13 +8213,13 @@
82138213
"selects": {}
82148214
},
82158215
"edition": "2021",
8216-
"version": "0.0.0"
8216+
"version": "0.2.0"
82178217
},
82188218
"license": null
82198219
},
8220-
"nativelink-config 0.1.0": {
8220+
"nativelink-config 0.2.0": {
82218221
"name": "nativelink-config",
8222-
"version": "0.1.0",
8222+
"version": "0.2.0",
82238223
"repository": null,
82248224
"targets": [
82258225
{
@@ -8251,13 +8251,13 @@
82518251
"selects": {}
82528252
},
82538253
"edition": "2021",
8254-
"version": "0.1.0"
8254+
"version": "0.2.0"
82558255
},
82568256
"license": null
82578257
},
8258-
"nativelink-error 0.1.0": {
8258+
"nativelink-error 0.2.0": {
82598259
"name": "nativelink-error",
8260-
"version": "0.1.0",
8260+
"version": "0.2.0",
82618261
"repository": null,
82628262
"targets": [
82638263
{
@@ -8301,13 +8301,13 @@
83018301
"selects": {}
83028302
},
83038303
"edition": "2021",
8304-
"version": "0.1.0"
8304+
"version": "0.2.0"
83058305
},
83068306
"license": null
83078307
},
8308-
"nativelink-proto 0.1.0": {
8308+
"nativelink-proto 0.2.0": {
83098309
"name": "nativelink-proto",
8310-
"version": "0.1.0",
8310+
"version": "0.2.0",
83118311
"repository": null,
83128312
"targets": [
83138313
{
@@ -8356,13 +8356,13 @@
83568356
"selects": {}
83578357
},
83588358
"edition": "2021",
8359-
"version": "0.1.0"
8359+
"version": "0.2.0"
83608360
},
83618361
"license": null
83628362
},
8363-
"nativelink-scheduler 0.1.0": {
8363+
"nativelink-scheduler 0.2.0": {
83648364
"name": "nativelink-scheduler",
8365-
"version": "0.1.0",
8365+
"version": "0.2.0",
83668366
"repository": null,
83678367
"targets": [
83688368
{
@@ -8456,13 +8456,13 @@
84568456
],
84578457
"selects": {}
84588458
},
8459-
"version": "0.1.0"
8459+
"version": "0.2.0"
84608460
},
84618461
"license": null
84628462
},
8463-
"nativelink-service 0.1.0": {
8463+
"nativelink-service 0.2.0": {
84648464
"name": "nativelink-service",
8465-
"version": "0.1.0",
8465+
"version": "0.2.0",
84668466
"repository": null,
84678467
"targets": [
84688468
{
@@ -8555,13 +8555,13 @@
85558555
"selects": {}
85568556
},
85578557
"edition": "2021",
8558-
"version": "0.1.0"
8558+
"version": "0.2.0"
85598559
},
85608560
"license": null
85618561
},
8562-
"nativelink-store 0.1.0": {
8562+
"nativelink-store 0.2.0": {
85638563
"name": "nativelink-store",
8564-
"version": "0.1.0",
8564+
"version": "0.2.0",
85658565
"repository": null,
85668566
"targets": [
85678567
{
@@ -8723,13 +8723,13 @@
87238723
],
87248724
"selects": {}
87258725
},
8726-
"version": "0.1.0"
8726+
"version": "0.2.0"
87278727
},
87288728
"license": null
87298729
},
8730-
"nativelink-util 0.1.0": {
8730+
"nativelink-util 0.2.0": {
87318731
"name": "nativelink-util",
8732-
"version": "0.1.0",
8732+
"version": "0.2.0",
87338733
"repository": null,
87348734
"targets": [
87358735
{
@@ -8847,13 +8847,13 @@
88478847
],
88488848
"selects": {}
88498849
},
8850-
"version": "0.1.0"
8850+
"version": "0.2.0"
88518851
},
88528852
"license": null
88538853
},
8854-
"nativelink-worker 0.1.0": {
8854+
"nativelink-worker 0.2.0": {
88558855
"name": "nativelink-worker",
8856-
"version": "0.1.0",
8856+
"version": "0.2.0",
88578857
"repository": null,
88588858
"targets": [
88598859
{
@@ -8983,7 +8983,7 @@
89838983
],
89848984
"selects": {}
89858985
},
8986-
"version": "0.1.0"
8986+
"version": "0.2.0"
89878987
},
89888988
"license": null
89898989
},
@@ -17859,15 +17859,15 @@
1785917859
},
1786017860
"binary_crates": [],
1786117861
"workspace_members": {
17862-
"nativelink 0.0.0": "",
17863-
"nativelink-config 0.1.0": "nativelink-config",
17864-
"nativelink-error 0.1.0": "nativelink-error",
17865-
"nativelink-proto 0.1.0": "nativelink-proto",
17866-
"nativelink-scheduler 0.1.0": "nativelink-scheduler",
17867-
"nativelink-service 0.1.0": "nativelink-service",
17868-
"nativelink-store 0.1.0": "nativelink-store",
17869-
"nativelink-util 0.1.0": "nativelink-util",
17870-
"nativelink-worker 0.1.0": "nativelink-worker"
17862+
"nativelink 0.2.0": "",
17863+
"nativelink-config 0.2.0": "nativelink-config",
17864+
"nativelink-error 0.2.0": "nativelink-error",
17865+
"nativelink-proto 0.2.0": "nativelink-proto",
17866+
"nativelink-scheduler 0.2.0": "nativelink-scheduler",
17867+
"nativelink-service 0.2.0": "nativelink-service",
17868+
"nativelink-store 0.2.0": "nativelink-store",
17869+
"nativelink-util 0.2.0": "nativelink-util",
17870+
"nativelink-worker 0.2.0": "nativelink-worker"
1787117871
},
1787217872
"conditions": {
1787317873
"aarch64-apple-darwin": [

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33

44
[package]
55
name = "nativelink"
6-
version = "0.0.0"
6+
version = "0.2.0"
77
edition = "2021"
88

99
[profile.release]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
⚠️ This software is very early in development and still in an alpha state with many quirks. If you use our ambitious project and please share feedback.
1+
⚠️ This software is very early in development and still in an alpha state with many quirks. If you use our ambitious project please share feedback.
22

33
# Native Link
44

@@ -20,7 +20,7 @@ Below, you will find a few different options for getting started with Native Lin
2020
### 🦀 Installing with Cargo
2121

2222
```bash
23-
cargo install --git https://github.com/TraceMachina/nativelink
23+
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
2424
```
2525

2626
### ⚙️ Configuration

nativelink-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nativelink-config"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

nativelink-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nativelink-error"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
autobins = false
66
autoexamples = false

nativelink-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "nativelink-proto"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition = "2021"
1010
autobins = false
1111
autoexamples = false

nativelink-scheduler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nativelink-scheduler"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)