This is a controversial (but fair) question, so I'll try to be as fair as possible in answering.
Segwit was released in the summer or 2017 to resolve the network congestion
I would not use the word "resolve" here, because that implies that Segregated Witness was intended to completely solve the issue. This is not true. Like with most software scalability issues, the goal was to mitigate the problem to a reasonable level. In fact, Segwit was meant to mitigate several issues with Bitcoin (such as malleability and script versioning), and not just fitting more transactions into blocks. The changes that were made set Bitcoin up to be in a better position for future scaling mitigations. Segwit is not a one time fix. The debate that often occurs is that people demand more transactions/block immediately, to which the only solution is increasing the block size.
Didn't it enable 1MB blocks to become 2MB blocks?
No. Segregated Witness allows for new, Segwit transactions to keep the bulk of their data (the signatures) in a separate tree structure that counts only 1/4th towards the block size limit. As such it is possible for blocks to grow over 1MB, which makes it is possible for more transactions to fit in (about 2-3 times as many, when fully utilized), and miners can incentivize Segwit transactions with lower fees.
Or do you have to wait for wallet providers to make use of the segwit portion of the software?
Yes, but this has mostly already happened. As with any such upgrade, it takes time to start seeing the results (which was deemed unacceptable to some users). As more users submit Segwit transactions, more space will be created in the blocks. In addition, the malleability fixes brought on by Segwit will allow for tier-2 networks (like the Lightning Network), which may cause many users to choose an off-chain solution. This, in turn will free up more space in the blocks.
Why is the network still congested?
Some claim it is combination of increased interest/usage of Bitcoin, and the fact that we haven't fully realized all the potential positive effects of Segregated Witness. Others argue that increasing the block size is the only route to real scalability, and messing with other aspects of the protocol go against the original intent of Bitcoin. This is still being debated.
1Released fall 2016 actually. – Jannes – 2017-11-02T16:58:09.427