Skip to content

Releases: ansible/receptor

v1.4.5

21 Mar 17:27
c19fdcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

07 Feb 15:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

23 Nov 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

16 Oct 13:30
63ee265
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

08 Jun 10:16
4addde8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

24 May 14:40
73886c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.4.0.dev2

18 Apr 17:16
d4f548c
Compare
Choose a tag to compare
v1.4.0.dev2 Pre-release
Pre-release

What's Changed

  • Added Receptor logger, added an explicit logger to netceptor and used… by @AaronH88 in #723
  • Backends logger by @AaronH88 in #727
  • Controlsvc logger by @AaronH88 in #728
  • Services logger by @AaronH88 in #730
  • Refactored logging in the utils package to no longer use a global log… by @AaronH88 in #737
  • Refactored logging in the workceptor package and the receptor-cli pac… by @AaronH88 in #738
  • Moved closing recvChan to netceptor.go in order to fix a data race. by @AaronH88 in #746
  • Passed context to internal accept loop function in netceptor.go. by @AaronH88 in #747
  • Added sequenceLock to netceptor.go. by @AaronH88 in #749
  • feat: build and publish binaries on release by using make and action-gh-release by @kurokobo in #724
  • Refactored netceptor Listen functions to use a set context and not co… by @AaronH88 in #748
  • Fixed race condition where knownNodeLock never got unlocked by @AaronH88 in #750
  • Moved connLock to fix race condition. by @AaronH88 in #754
  • Added lastUpdateErrorLock to work units. by @AaronH88 in #755
  • Added more ciphers to CipherSuite. Refactored how all TLS config is created by @AaronH88 in #757
  • Retry on GOAWAY error by @TheRealHaoLiu in #760
  • Added types package to reuse types. Fixed formatting errors. by @AaronH88 in #759
  • Removed unneeded functions from conn.go and added a new condition to the accept loop by @AaronH88 in #761
  • Added logs.go and common.go to tests/utils by @AaronH88 in #762
  • Updated docs with correct var names by @AaronH88 in #764
  • Refactor test suite by @shanemcd in #718
  • Fix promote action by @tanganellilore in #771

New Contributors

Full Changelog: v1.3.1...v1.4.0.dev2

v1.3.1

17 Apr 17:29
71a94eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Dec 17:49
06c0912
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.3.0.dev2

13 Oct 17:07
5997969
Compare
Choose a tag to compare
v1.3.0.dev2 Pre-release
Pre-release

What's Changed

  • Eliminate UDP receive buffer warning by @ghjm in #586
  • Improve ExternalBackend context handling by @ghjm in #587
  • Add dummy setup.py by @shanemcd in #589
  • use receptorNames (oid=otherNames) in tls bootstrap; fixed associated unit tests for receptor and receptorctl by @sarabrajsingh in #578
  • Provide log connection timeout duration in log by @fosterseth in #591
  • adding documentation around skipreceptornamescheck and new certificate validation in receptor by @sarabrajsingh in #593
  • Ensure all bytes are written to result stream by @shanemcd in #600
  • Avoid dropping buffered results data by @ghjm in #599
  • allow setting minimum TLS to 1.3 by @fosterseth in #605
  • fixing linting issues introduced by golangci-lint 1.46.0 by @sarabrajsingh in #612
  • adding CLI for MaxConnectionIdleTime by @sarabrajsingh in #607
  • Check whether State.Waiting object exists by @knw257 in #619
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.4 by @dependabot in #624
  • Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 by @dependabot in #568
  • Bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.1 by @dependabot in #625
  • Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4 by @dependabot in #626
  • Bump github.com/creack/pty from 1.1.17 to 1.1.18 by @dependabot in #629
  • Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by @dependabot in #633
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #634
  • Fix goroutine leak in utils.BridgeConns by @shyiko in #636
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #635
  • Bulk update of dependencies by @eqrx in #632
  • Allow routing Receptor logs to another logger by @ghjm in #637
  • Bump github.com/lucas-clemente/quic-go by @eqrx in #640
  • Bump k8s.io/client-go from 0.24.2 to 0.24.3 by @dependabot in #644
  • Enable CodeQL and make code compliant by @eqrx in #648
  • Bump github.com/lucas-clemente/quic-go from 0.28.0 to 0.28.1 by @dependabot in #650
  • Add Go 1.19 to test matrix, remove deprecated io/ioutil usage by @shanemcd in #653
  • Publish ppc64le and ARM images by @shanemcd in #652
  • Bump k8s.io/api from 0.24.3 to 0.24.4 by @dependabot in #657
  • Fix container make target idempotency by @shanemcd in #654
  • Bump k8s.io/client-go from 0.24.3 to 0.24.4 by @dependabot in #656
  • Fix AttributeError in receptorctl get_work_results when return_sockfile is False by @nitzmahone in #658
  • Bump github.com/rogpeppe/go-internal from 1.8.1 to 1.9.0 by @dependabot in #659
  • Minor doc fixes by @Akasurde in #664
  • Pass startpos for work results by @fosterseth in #672
  • Retry logic for stdin and stdout from pod by @fosterseth in #673
  • stage not need, already pushed in buildx task by @fosterseth in #674

New Contributors

Full Changelog: v1.2.0...v1.3.0.dev2