Skip to content

Commit

Permalink
chore: rename repo everywhere (#20)
Browse files Browse the repository at this point in the history
We updated the repo name after the initial setup, but did not adjust any
references in the actual repository.
  • Loading branch information
apricote authored Jul 4, 2024
1 parent d51ba12 commit ce68eae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages": {
".": {
"release-type": "terraform-module",
"package-name": "terraform-k8s-dev",
"package-name": "kubernetes-dev-env",
"extra-files": [
{
"type": "generic",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release-please:
# Do not run on forks.
if: github.repository == 'hetznercloud/terraform-k8s-dev'
if: github.repository == 'hetznercloud/kubernetes-dev-env'

runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [0.2.0](https://github.com/hetznercloud/terraform-k8s-dev/compare/v0.1.0...v0.2.0) (2024-06-27)
## [0.2.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.1.0...v0.2.0) (2024-06-27)


### Features

* setup initial module ([#3](https://github.com/hetznercloud/terraform-k8s-dev/issues/3)) ([90b350d](https://github.com/hetznercloud/terraform-k8s-dev/commit/90b350d748048ecb99b28fe43af618c9f847ceb1))
* setup initial module ([#3](https://github.com/hetznercloud/kubernetes-dev-env/issues/3)) ([90b350d](https://github.com/hetznercloud/kubernetes-dev-env/commit/90b350d748048ecb99b28fe43af618c9f847ceb1))
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "dev" {
source = "github.com/hetznercloud/terraform-k8s-dev?ref=v0.2.0" # x-release-please-version
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.2.0" # x-release-please-version

name = "k8s-dev-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
hcloud_token = var.hcloud_token
Expand Down

0 comments on commit ce68eae

Please sign in to comment.