Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Mar 25, 2024
2 parents 36eb754 + f84de51 commit df1714b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 1.0.0 (2023-11-16)


### Features

* add `HEAD /api/v1/network/{network}` route ([#41](https://github.com/hirosystems/stacks-devnet-api/issues/41)) ([1bf329f](https://github.com/hirosystems/stacks-devnet-api/commit/1bf329f740634805679cb9c5db18c0c0214f3c7d))
* add logging and network info route ([#20](https://github.com/hirosystems/stacks-devnet-api/issues/20)) ([2af0bab](https://github.com/hirosystems/stacks-devnet-api/commit/2af0bab90f8fb174adffb5050a23fc38e5702daf)), closes [#21](https://github.com/hirosystems/stacks-devnet-api/issues/21)
* proxy http requests to downstream pods ([#11](https://github.com/hirosystems/stacks-devnet-api/issues/11)) ([6ecdf0f](https://github.com/hirosystems/stacks-devnet-api/commit/6ecdf0fbe57cfea15c477828f1b8299356ecc442))
* release develop ([#84](https://github.com/hirosystems/stacks-devnet-api/issues/84)) ([89a1a1b](https://github.com/hirosystems/stacks-devnet-api/commit/89a1a1b36aaddf87491a724de7311c9c503d54b7))


### Bug Fixes

* add access_control_allow_credentials header ([a482a93](https://github.com/hirosystems/stacks-devnet-api/commit/a482a93ca610fbad6295f8007d59d9c6b05db42d))
* add cors settings; refactor http responses ([#42](https://github.com/hirosystems/stacks-devnet-api/issues/42)) ([c46db4c](https://github.com/hirosystems/stacks-devnet-api/commit/c46db4cd1b07e76b58b9ba330b11aeb4016f78ac)), closes [#21](https://github.com/hirosystems/stacks-devnet-api/issues/21)
* assert more general error msg ([#48](https://github.com/hirosystems/stacks-devnet-api/issues/48)) ([926e3a0](https://github.com/hirosystems/stacks-devnet-api/commit/926e3a00ecf7070b924863b0760dc2e4fad2c9e3))
* create namespace in deploy api script ([f5ff5e0](https://github.com/hirosystems/stacks-devnet-api/commit/f5ff5e0a387ad8bd3ff04935e6510c60bbc81af0))
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,6 @@ impl StacksDevnetApiK8sManager {

service.spec = Some(spec);
}

service.metadata.namespace = Some(namespace.to_owned());
self.deploy_resource(namespace, service, "service").await
}
Expand Down

0 comments on commit df1714b

Please sign in to comment.