Skip to content

Commit

Permalink
feat: Release v0.3.30 (#90)
Browse files Browse the repository at this point in the history
* Release v0.3.30

Bumps agent to 0.3.30 to release some new updates

* attempt a join immediately on socket connect if possible
  • Loading branch information
michaeljguarino authored Dec 11, 2023
1 parent 5d57402 commit a09afb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/deployment-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: deployment-operator
description: creates a new instance of the plural deployment operator
type: application
version: 0.3.29
appVersion: "0.3.29"
version: 0.3.30
appVersion: "0.3.30"
maintainers:
- name: Plural
url: https://www.plural.sh
1 change: 1 addition & 0 deletions pkg/websocket/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func wssUri(consoleUrl, deployToken string) (*url.URL, error) {

func (s *Socket) NotifyConnect() {
s.connected = true
s.Join()

Check failure on line 78 in pkg/websocket/socket.go

View workflow job for this annotation

GitHub Actions / Lint

Error return value of `s.Join` is not checked (errcheck)
}

func (s *Socket) NotifyDisconnect() {
Expand Down

0 comments on commit a09afb6

Please sign in to comment.