Skip to content

Releases: ansible/receptor

v1.6.4

26 Feb 12:16
bd3cb86

Choose a tag to compare

What's Changed

  • Bump SonarSource/sonarqube-scan-action from 6 to 7 by @dependabot[bot] in #1501
  • AAP - 60058 Improve test coverage for tcp.go by @melissalkelly in #1509
  • Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1504
  • Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1503
  • Remove obsolete GitHub Actions workflows that raise sonarqube security issues by @dleehr in #1510
  • Provide 'ref' as an env variable rather than direct user input by @dleehr in #1512
  • receptorctl: switch to TLS 1.2 minimum version by @davemulford in #1511
  • Add python 3.12 as sonar targeted version by @davemulford in #1515
  • Document intentional InsecureSkipVerify usage for non-TLS mode by @matoval in #1514
  • Use 'tr' instead of 'node' for string lowercase operation by @dleehr in #1513
  • Clarify TLS auto-cert mode comments in conn.go by @matoval in #1516
  • Fix cancelled work units being deleted prematurely on restart by @matoval in #1517
  • [AAP-63962] - Fix github CI workflows so that we wait for the kind cluster to be ready by @fincamd in #1518
  • fix: Limit Github Workflow Permissions by @PabloHiro in #1519
  • [AAP-63315] Move workflow permissions from workflow to job level by @arrestle in #1520

Full Changelog: v1.6.3...v1.6.4

v1.6.3

09 Jan 10:28

Choose a tag to compare

What's Changed

  • Fix SonarCloud issue: Replace duplicate "Red Hat Ansible" literal with constant by @PabloHiro in #1470
  • Fix SonarCloud issue: Replace duplicate decode error message with constant by @PabloHiro in #1471
  • Fix SonarCloud issue: Replace duplicate "[%s] %s" literal with constant by @PabloHiro in #1475
  • Fix SonarCloud issue: Replace duplicate status file error message with constant by @PabloHiro in #1472
  • Fix SonarCloud issue: Replace duplicate string literal with constant by @PabloHiro in #1469
  • Fix SonarCloud issue: Replace duplicate "Error closing %s: %s" literal with constant by @PabloHiro in #1474
  • AAP-49041: Fix context leak in AcceptLoop when RemoteAddr is not Receptor Addr by @arrestle in #1442
  • Fix SonarCloud issue: Replace duplicate "remote ExtraData missing" literal with constant by @PabloHiro in #1473
  • Add unit tests for ReadStringContext function by @PabloHiro in #1477
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1480
  • Add unit tests for bridge.go by @PabloHiro in #1478
  • Add doc explaining kubernetes.go current workflow and functionality by @matoval in #1461
  • Fix SonarQube issue: Reduce cognitive complexity in GetConnection by @PabloHiro in #1481
  • Bump wntrblm/nox from 2025.05.01 to 2025.11.12 by @dependabot[bot] in #1468
  • Refactor controlsvc: Extract helper functions to reduce complexity by @PabloHiro in #1482
  • Reduce cognitive complexity of ReceptorNames function by @PabloHiro in #1484
  • Add unit tests to improve test coverage by @Spredzy in #1490
  • Fix SonarQube issue: Use available context parameter in packetconn_test.go by @PabloHiro in #1488
  • Non-root user for container image by @PabloHiro in #1486
  • [AAP-60033] Modify receptor container build to support rootless pods by @arrestle in #1496
  • Fix SonarQube issues: Remove unnecessary else clauses by @PabloHiro in #1487
  • Fix SonarQube issue githubactions:S7636: Use docker/login-action for authentication by @PabloHiro in #1491
  • Remove unused parameters from config functions by @PabloHiro in #1494
  • Test Coverage for pkg/netceptor/firewall_rules.go by @melissalkelly in #1500
  • Remove usage of os.TempDir by @PabloHiro in #1485
  • Fix SonarQube issue godre:S8166: Replace t.Fatal with t.Error in goroutines by @PabloHiro in #1489
  • Add unit tests for receptorctl to improve code coverage by @PabloHiro in #1492
  • Fix unhandled errors in test files by @PabloHiro in #1493
  • Remove unused tc-image by @PabloHiro in #1497
  • [AAP-60058] Tests for tcp.go by @PabloHiro in #1495
  • Fix SonarQube issue: Implement Error() method for errorReadCloser by @PabloHiro in #1498
  • Improve Test Coverage for udp.go - UDPDialerSession by @melissalkelly in #1505
  • Fix crypto error handling by @davemulford in #1506

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

12 Nov 09:47
f772ed9

Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

07 Oct 18:17
afc5280

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Sep 15:55
070507b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.7...v1.6.0

v1.5.7

23 Jun 18:50
a8d2992

Choose a tag to compare

What's Changed

  • feat: tests for cli.go SignReq by @PabloHiro in #1346
  • Fix panics in workceptor/python_test.go by @lranjbar in #1356
  • Handle EOF by check if pod is ready, Update TestKubeLoggingWithReconn… by @matoval in #1357
  • Remove unreachable code in workceptor/remote_work.go by @lranjbar in #1339

Full Changelog: v1.5.6...v1.5.7

v1.5.6

20 Jun 09:52
c078fc3

Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

28 Apr 23:16
844a66d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.5.5

v1.5.4

08 Apr 11:09
247f7d9

Choose a tag to compare

What's Changed

  • Add unit tests to internal version package by @lranjbar in #1278
  • Add unit tests for Conn methods in conn.go in the netceptor package by @dleehr in #1279
  • Add unit tests for tcp_proxy.go in the services package by @fincamd in #1277
  • Add unit tests for the tickrunner.go package by @fincamd in #1284
  • Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #1286
  • Refactor how kubernetes.go reads the final lines of stdout by @AaronH88 in #1285
  • Add python.go unit tests by @davemulford in #1289
  • Add more unit tests for config run function in tcp_proxy.go by @fincamd in #1291
  • Move kubeAPIWapperInstance inside kubeUnit, remove kubeAPIWapperlocks by @matoval in #1295

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

19 Feb 17:19
122aa3e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3