Skip to content

Commit

Permalink
Merge branch 'runpod:main' into port-proxy-7271
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell authored Feb 23, 2024
2 parents e0522dd + 0f2428a commit 9dbfe1b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- binary: runpod
- binary: runpodctl
goos:
- darwin
- linux
Expand All @@ -23,7 +23,7 @@ brews:
homepage: "https://github.com/runpod/runpodctl"
repository:
owner: runpod
name: homebrew-runpod
name: homebrew-runpodctl
commit_author:
name: rachfop
email: prachford@icloud.com
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.14.1](https://github.com/runpod/runpodctl/compare/v1.14.0...v1.14.1) (2024-02-22)


### Bug Fixes

* quotes ([7c260aa](https://github.com/runpod/runpodctl/commit/7c260aa178006cf51bc18d4d8ce0dbabd4f5138f))

## [1.14.0](https://github.com/runpod/runpodctl/compare/v1.13.0...v1.14.0) (2024-02-22)


### Features

* add installer of deps ([97699f9](https://github.com/runpod/runpodctl/commit/97699f917744daac87a91f6c3ad81fe0cf44183b))


### Bug Fixes

* correct verbose for rsync, and dep fix ([8e4d10b](https://github.com/runpod/runpodctl/commit/8e4d10bacf15f0bd069cc44890485024f9d65aa0))
* ignore more rysnc and remove jq ([3309865](https://github.com/runpod/runpodctl/commit/3309865d9176827157e270ea7f12bbf8e6fe1dbf))
* tab to spaces ([cdce259](https://github.com/runpod/runpodctl/commit/cdce259e1baf8a9f57037ef18565de278bbd9694))
* trigger release-please ([5061c14](https://github.com/runpod/runpodctl/commit/5061c1465b4675077a09cf0fe490b4178721ab6f))

## [1.13.0](https://github.com/runpod/runpodctl/compare/v1.12.3...v1.13.0) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion cmd/project/tomlBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ container_disk_size_gb = 100
# Set environment variables for the pod.
# For a full list of base environment variables, visit: https://github.com/runpod/containers/blob/main/official-templates/base/Dockerfile
#
# POD_INACTIVITY_TIMEOUT - Number of seconds before terminating the pod after a session ends. End a session with `CTRL+C`.
# POD_INACTIVITY_TIMEOUT - Number of seconds before terminating the pod after a session ends. End a session with 'CTRL+C'.
# - You only pay for the pod until it terminates.
#
# RUNPOD_DEBUG_LEVEL - Log level for RunPod. Set to 'debug' for detailed logs.
Expand Down

0 comments on commit 9dbfe1b

Please sign in to comment.