Skip to content

Releases: constellation-rs/constellation

v0.2.0-alpha.2 - 2020-07-15

15 Jul 07:43
27dc89d
Compare
Choose a tag to compare

Changes:

  • 27dc89d Merge pull request #69 from constellation-rs/dependabot/cargo/serde_closure-0.3
  • 32174ed remove kubernetes feature from CI as it breaks cross builds
  • cafd24b v0.2.0-alpha.2
  • d8f9480 fixups
  • 5269c63 Update serde_closure requirement from 0.2 to 0.3
  • cb7edd6 Merge pull request #61 from constellation-rs/resource-limit-stress
  • 617458b tester check fabric output to ensure correct number of processes spawned and exited
  • 80a72b4 test no rogue fds given to spawned processes
  • 5297103 reduce test iterations
  • 62afd91 fix
See More
  • eddab79 Add tests for resource limits

This list of changes was auto generated.

v0.2.0-alpha.1 - 2020-02-08

08 Feb 14:34
Compare
Choose a tag to compare

Changes:

  • 9be16ba Merge pull request #59 from constellation-rs/ui
  • a850852 v0.2.0-alpha.1
  • d8e4e93 fix readme
  • f995725 ignore doc test until the math is const
  • d315ce0 fix systemstat musl linking issue
  • 1c624e6 add musl build to windows and mac ci
  • ecaa57e make Cpu and Mem typed; refactor tester
  • 5b728fa clippy clean
  • 3e9fa67 introduce "strict" feature; minor cleanup
  • 2c433bd Merge pull request #55 from constellation-rs/fork2
See More
  • e433cda check fabric stdout/stdin close
  • 82a932f remove i686-apple-darwin from CI
  • 5a5f510 Merge remote-tracking branch 'origin/dependabot/cargo/nix-0.16' into fork2
  • 51114ab bump palaver to alpha
  • e55da4f bump iterations again
  • a05d7e5 don't block testing on stdout/err being shut
  • 543a002 rerun CI with extra logging
  • a85a2a7 re-add non-racy signalling
  • d92edca disable racy killing till a portable workaround is found
  • d4ad84e orphan processes we don't wait on
  • ec4c2b5 Merge pull request #54 from constellation-rs/unique-pids
  • 04febb5 Merge remote-tracking branch 'template/master' into unique-pids
  • d2ec973 move 7 byte Pid format logic to one place
  • a4f6741 include 128 bits entropy in pid
  • 8be7d44 ensure Pid::new is called once per new process
  • dd79ab3 Update nix requirement from 0.15 to 0.16
  • bd2e1ea Merge pull request #5 from alecmocatta/alecmocatta-patch-1
  • 8fd1663 Add .editorconfig for tab_width = 4
  • a5969ff Merge pull request #4 from alecmocatta/mergify-fix
  • c643f53 Remove mistaken condition from mergify config
  • f64bc9e Merge pull request #3 from alecmocatta/wip-label
  • 6093903 spaces rather than hyphens in wip label
  • b818eba Merge pull request #2 from alecmocatta/auto-releases
  • 2608725 Add endpoint parameter for automating releases

This list of changes was auto generated.

v0.1.10 - 2020-01-20

20 Jan 13:42
742da09
Compare
Choose a tag to compare

Changes:

  • 742da09 Merge pull request #53 from constellation-rs/cargo-deploy
  • 00b8969 add constellation bin to fake docker project to avoid balking on default-run
  • 5f0703d fix azure badges
  • 69be85c placate clippy
  • ea9216c v0.1.10
  • 2abd9eb use clap for cargo-deploy; remove upstreamed cargo metadata structs

This list of changes was auto generated.

v0.1.9 - 2020-01-20

20 Jan 00:36
06075b7
Compare
Choose a tag to compare

Changes:

  • 06075b7 Merge pull request #52 from constellation-rs/docopt-fix
  • 628813d permit weird <::std::macros::panic macros> panic source for now
  • 54109e0 update tokio to 0.2
  • acbfc60 Merge remote-tracking branch 'origin/dependabot/cargo/kube-0.23' into docopt-fix
  • d4c367e v0.1.9
  • 83b729c bump rust lint toolchain
  • e23102d add a test for env args and env being correctly passed around
  • 25445a1 fix docopt syntax (fixes #51)
  • 94e84f5 Update kube requirement from 0.22 to 0.23
  • 28db5b5 Merge pull request #48 from constellation-rs/dependabot/cargo/kube-0.22
See More
  • 54038f9 Update kube requirement from 0.20 to 0.22
  • ac0076b Merge pull request #47 from constellation-rs/dependabot/cargo/kube-0.20
  • a766cf8 add tokio dependency for updated kube dependency
  • 97ecfe4 Update kube requirement from 0.17 to 0.20
  • 819db21 Merge pull request #46 from constellation-rs/dependabot-fix
  • f90aa01 fix dependabot breaking due to lack of build script

This list of changes was auto generated.

v0.1.8 - 2019-11-15

15 Nov 09:38
bbe1efb
Compare
Choose a tag to compare

Changes:

  • bbe1efb Merge pull request #44 from constellation-rs/bump-futures
  • 32f28b4 add build.rs to dockerfile so "links" in manifest works
  • 189b9e3 Schedule Sunday CI builds
  • 959ee7e update lint version
  • a53ea46 don't set PR_SET_CHILD_SUBREAPER
  • 73deeb3 v0.1.8
  • f6d4f03 update futures-preview -> futures

This list of changes was auto generated.

v0.1.7 - 2019-10-25

25 Oct 17:02
ed4782f
Compare
Choose a tag to compare

Changes:

  • ed4782f Merge pull request #43 from alecmocatta/v0.1.7
  • ee9a290 v0.1.7
  • 61f0934 Merge pull request #37 from alecmocatta/kube-bump
  • dfc9ebd let kube get in-cluster default namespace given kube-rs/kube#74
  • 930073a Merge pull request #42 from alecmocatta/remove-relative
  • bf7385e wait a bit longer for fabric to come up
  • cdf6ee4 remove relative as a dependency
  • 1e67bb9 Merge pull request #40 from alecmocatta/dependabot/cargo/kube-0.17
  • c3aef86 Update kube requirement from 0.16 to 0.17
  • 2f83936 Merge pull request #39 from alecmocatta/dependabot/cargo/cargo_metadata-0.9
See More
  • 43368a0 Update cargo_metadata requirement from 0.8 to 0.9
  • dc66051 Merge pull request #36 from alecmocatta/dependabot/cargo/serde_closure-0.2
  • 576cf6b clippy clean
  • 7f5a551 update serde_closure usage
  • 3bc62a2 Update serde_closure requirement from 0.1 to 0.2
  • 19766b1 Merge pull request #15 from alecmocatta/bincode-seed
  • 60c489d minor fix and bump rust version
  • 746672f Revert "hack around bincode additions not having been published yet by using thread local to store deserialize seed"
  • 86773b7 Merge pull request #35 from alecmocatta/dependabot/cargo/hex-0.4
  • cd65ac4 Update hex requirement from 0.3 to 0.4

This list of changes was auto generated.

v0.1.6 - 2019-09-16

16 Sep 13:43
b32f3ba
Compare
Choose a tag to compare

Changes:

  • b32f3ba Merge pull request #34 from alecmocatta/docker
  • 23a821f v0.1.6
  • 4192cc8 make number of nodes configurable
  • 0257b8c track and allocate resources when running on kubernetes
  • 87cd42a fix docker test
  • 0522399 try renamed docker test file
  • 4a542be add docker test
  • ee5b1d5 working on kubernetes
  • 6cad509 add dockerfile to build constellation binary

This list of changes was auto generated.

v0.1.5 - 2019-09-04

04 Sep 19:25
ad775d0
Compare
Choose a tag to compare

Changes:

  • ad775d0 Merge pull request #32 from alecmocatta/v0.1.5
  • 817a876 v0.1.5
  • f96e3ad Merge pull request #31 from alecmocatta/thread-scoped-unwind-catching
  • e9e621a Merge branch 'master' into thread-scoped-unwind-catching
  • 8c14ddd Merge pull request #30 from alecmocatta/dependabot/cargo/once_cell-1.0
  • c6b1321 Replace global panic hook with abort_on_unwind on constellation threads
  • ccff344 build with once_cell's default features, which now use std rather than parking_lot
  • 13798ab Update once_cell requirement from 0.2 to 1.0

This list of changes was auto generated.

v0.1.4 - 2019-08-31

31 Aug 06:55
95d8719
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.1.3 - 2019-08-26

26 Aug 12:28
8c4a484
Compare
Choose a tag to compare

Changes:

  • 8c4a484 Merge pull request #28 from alecmocatta/v0.1.3
  • 3f8b59e v0.1.3
  • 19f52a4 Merge pull request #27 from alecmocatta/doctest
  • abcb0d2 get the correct target_dir
  • 66cdbe4 get test harness working under normal "cargo test" invocation, which also means CI now runs unit and doc tests
  • 7290313 Merge pull request #26 from alecmocatta/mac-hang
  • 2e0e347 re-enable linux ci
  • a52316c enable mac ci build
  • ac807ec Merge pull request #24 from alecmocatta/uninit
  • 4241740 simplify slightly
See more
  • f2481cb mem::uninitialized -> MaybeUninit
  • 444551a Merge pull request #25 from alecmocatta/alecmocatta-patch-1
  • 92d32b8 Unpatch serde_traitobject now it's published
  • d14e8f0 Merge pull request #23 from alecmocatta/distribute-binaries
  • a091485 update palaver
  • 8419ad6 add distribute_binaries to ci
  • 1ecf414 Make binary distribution configurable
  • 47d35ab Merge pull request #20 from alecmocatta/dependabot/cargo/futures-preview-eq-0.3.0-alpha.18
  • b22db49 Update Cargo.toml
  • 0bde554 Update futures-preview requirement
  • bf5ca91 Merge pull request #22 from alecmocatta/name-tests
  • 12b10e9 Give names to tests

This list of changes was auto generated.