Releases: ansible/receptor
Releases · ansible/receptor
v1.2.2
v1.2.1
v1.2.0
What's Changed
- Update receptorctl requirement files by @thenets in #444
- Archive binary in CI build check by @shanemcd in #464
- Add manual workflow for building binaries from arbitrary repos / branches by @shanemcd in #466
- Fix default values in new workflow by @shanemcd in #467
- Adding 10m timeout to attempt to address linting issues by @john-westcott-iv in #479
- Make tests more stable by extending context timeout by @fosterseth in #487
- Cherrypick release 1.1 into devel by @fosterseth in #483
- Adding work release --all option by @john-westcott-iv in #472
- Add make targets recetprotctl_install, test_skip_kube and modify test by @john-westcott-iv in #486
- Revert PR #486 by @shanemcd in #488
- Enforce Python code standards with black and flake8 by @shanemcd in #490
- Add test
work cancel
andwork release
by @thenets in #468 - Exclude some directories when running black by @shanemcd in #494
- Use golang 1.16 in CI by @shanemcd in #491
- Adding ability in code to override the MaxIdelConnection by @john-westcott-iv in #485
- actually checkout the branch specified by @chrismeyersfsu in #499
- Add docs for passing runtime parameters to work commands by @enpaul in #507
- change docs to list correct receptor image url by @fosterseth in #515
- Give receptor subprocess a nodeID by @fosterseth in #501
- Use shlex instead of strings.split for command by @ghjm in #517
- [devel] do not exit monitorremotestdout too early in case of failed job by @fosterseth in #500
- update k8s docs by @kdelee in #519
- build binary workflow not checking out specified repository by @fosterseth in #502
- Updating printing by @john-westcott-iv in #481
- Forcing receptor into path on make test by @john-westcott-iv in #504
- Prevent tests from panicing by @john-westcott-iv in #505
- Add prefixes to random strings by @john-westcott-iv in #503
- Cleanup error messages in log by @fosterseth in #513
- produce error if encounter ImagePullBackoff by @kdelee in #522
- Adding triage label to any new issue by @john-westcott-iv in #527
- Revert "Merge pull request #503 from john-westcott-iv/change-random-strings-475" by @john-westcott-iv in #534
- Move ping and traceroute to Netceptor package by @ghjm in #530
- update base image in Dockerfile to centos:stream8 by @fosterseth in #535
- Temporarily install go 1.16 from go.dev by @shanemcd in #538
- test image before pushing to quay by @fosterseth in #540
- Support pinned certificates by @ghjm in #526
- Adding warning to all commands in receptorctl by @john-westcott-iv in #478
- Fixes #542 space in doc example by @benthomasson in #543
- Fix receptorctl status output by @fosterseth in #532
- Support Go 1.17 by @shanemcd in #541
- fix error message to show what node id was expected vs found in cert by @fosterseth in #533
- Fix several race conditions and sources of test flake by @fosterseth in #547
- Better implementation of pinned certificates by @ghjm in #553
- Clone TLS config before changing it by @ghjm in #552
- Install python dependencies from pypi in container (and add a test) by @shanemcd in #551
- fix lint by @fosterseth in #550
- Add .github/dependabot.yml by @eqrx in #546
- Bump github.com/ghjm/cmdline from 0.1.0 to 0.1.2 by @dependabot in #555
- Bump github.com/creack/pty from 1.1.11 to 1.1.17 by @dependabot in #558
- Bump github.com/rogpeppe/go-internal from 1.6.1 to 1.8.1 by @dependabot in #561
- Update base image to stream9 by @shanemcd in #560
- Remove cobra command line parser by @eqrx in #564
- Bump github.com/minio/highwayhash from 1.0.0 to 1.0.2 by @dependabot in #565
- Bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.3.0 by @dependabot in #566
- Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1 by @dependabot in #567
- Typo: "an bool" by @kokes in #569
- Fix remaining data races in test suite and enable race detector by default by @shanemcd in #571
- Remove verifySignature requirement for remote work type by @fosterseth in #570
- Fix deadlock in handleMessageData by @shanemcd in #573
- Test cmd cancel by @thenets in #559
- Automate release process by @shanemcd in #576
- Rework how version is obtained from git by @shanemcd in #580
- Fix post-merge image and wheel builds by @shanemcd in #584
- fix lint - ran
gofumpt -w
on all go files in receptor by @sarabrajsingh in #585
New Contributors
- @john-westcott-iv made their first contribution in #479
- @chrismeyersfsu made their first contribution in #499
- @enpaul made their first contribution in #507
- @benthomasson made their first contribution in #543
- @dependabot made their first contribution in #555
- @kokes made their first contribution in #569
- @sarabrajsingh made their first contribution in #585
Full Changelog: v1.1.1...v1.2.0