Skip to content

Update README installation instructions to v1.0.0#2

Merged
alexec merged 2 commits intomainfrom
copilot/update-readme-latest-version
Nov 18, 2025
Merged

Update README installation instructions to v1.0.0#2
alexec merged 2 commits intomainfrom
copilot/update-readme-latest-version

Conversation

Copy link
Contributor

Copilot AI commented Nov 18, 2025

The README referenced v0.0.15 in installation instructions, but v1.0.0 is now the latest release.

Changes

  • Updated binary download URL from v0.0.15 to v1.0.0 in curl installation command
  • Updated Go install command from @v0.0.15 to @v1.0.0
# Binary installation
sudo curl --fail --silent --location --output /usr/local/bin/kubeauto \
  https://github.com/kitproj/kubeauto/releases/download/v1.0.0/kubeauto_v1.0.0_linux_amd64 && \
  sudo chmod +x /usr/local/bin/kubeauto

# Go installation
go install github.com/kitproj/kubeauto@v1.0.0

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/kitproj/kubeauto/releases/tags/v1.0.0
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Update the README with the latest release verison (v1.0.0)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README with the latest release version v1.0.0 Update README installation instructions to v1.0.0 Nov 18, 2025
Copilot AI requested a review from alexec November 18, 2025 16:08
@alexec alexec marked this pull request as ready for review November 18, 2025 16:13
@alexec alexec merged commit cf8971f into main Nov 18, 2025
2 checks passed
@alexec alexec deleted the copilot/update-readme-latest-version branch November 18, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants